Skip to content

Commit 6bbf219

Browse files
author
Hrvoje Cavrak
committed
DeskHop v0.66
- Fixed a bug with special keys parsing
1 parent 112aed3 commit 6bbf219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ void tuh_hid_report_received_cb(uint8_t dev_addr, uint8_t instance, uint8_t cons
194194
if (instance >= MAX_INTERFACES)
195195
return;
196196

197-
if (itf_protocol == HID_ITF_PROTOCOL_NONE) {
197+
if (iface->uses_report_id || itf_protocol == HID_ITF_PROTOCOL_NONE) {
198198
uint8_t report_id = 0;
199199

200200
if (iface->uses_report_id)

0 commit comments

Comments
 (0)