mirror of
https://github.com/hrvach/deskhop.git
synced 2024-11-07 08:24:33 +01:00
DeskHop v0.66
- Fixed a bug with special keys parsing
This commit is contained in:
parent
112aed3d0a
commit
6bbf21931b
@ -194,7 +194,7 @@ void tuh_hid_report_received_cb(uint8_t dev_addr, uint8_t instance, uint8_t cons
|
|||||||
if (instance >= MAX_INTERFACES)
|
if (instance >= MAX_INTERFACES)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (itf_protocol == HID_ITF_PROTOCOL_NONE) {
|
if (iface->uses_report_id || itf_protocol == HID_ITF_PROTOCOL_NONE) {
|
||||||
uint8_t report_id = 0;
|
uint8_t report_id = 0;
|
||||||
|
|
||||||
if (iface->uses_report_id)
|
if (iface->uses_report_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user