commit | f7624bf0143d2016ca2aac7bdada91c0b63f0cad | [log] [tgz] |
---|---|---|
author | mcuee <xiaofanc@gmail.com> | Fri Aug 27 17:49:30 2021 +0800 |
committer | Tormod Volden <debian.tormod@gmail.com> | Thu Sep 23 10:49:34 2021 +0200 |
tree | 89d6ace27f35843319e7e8810cc3e915dd79ee1f | |
parent | 1a906274a66dd58bf81836db1306902d4a7dc185 [diff] |
Fix Windows HID backend missing byte When the report id is zero, we should indeed skip the first byte of transfer_priv->hid_buffer, since it is not part of the actual report. But the report size should not change. Thanks to Jonas Malaco who has done the investigation in this issue. Reference: Jonas Malaco's comments https://github.com/libusb/libusb/issues/902#issuecomment-810726897 Fixes #902 Fixes #977 Closes #986