Logitech G203 requires a read after writing

This commit is contained in:
Adam Honse 2020-05-18 11:12:29 -05:00
parent 4d0219b184
commit c0190d35d1

View file

@ -55,4 +55,5 @@ void LogitechG203Controller::SendMouseMode
| Send packet |
\*-----------------------------------------------------*/
hid_write(dev, (unsigned char *)usb_buf, 20);
hid_read(dev, (unsigned char *)usb_buf, 20);
}