Fix for asus mice not sending response
This commit is contained in:
parent
41ef951e8b
commit
8120fcdd5a
1 changed files with 1 additions and 1 deletions
|
|
@ -171,5 +171,5 @@ void AuraMouseController::SendUpdate
|
|||
hid_write(dev, usb_buf, ASUS_AURA_MOUSE_PACKET_SIZE);
|
||||
|
||||
unsigned char usb_buf_out[ASUS_AURA_MOUSE_PACKET_SIZE];
|
||||
hid_read(dev, usb_buf_out, ASUS_AURA_MOUSE_PACKET_SIZE);
|
||||
hid_read_timeout(dev, usb_buf_out, ASUS_AURA_MOUSE_PACKET_SIZE, 10);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue