Skip to content

Commit

Permalink
setting ISP report to a feature type instead of input
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Jan 14, 2024
1 parent a7ff972 commit 1665b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const uint8_t hid_report_desc_extra[] = {
HID_RI_LOGICAL_MAXIMUM(16, 0x00ff),
HID_RI_REPORT_SIZE(8, 8),
HID_RI_REPORT_COUNT(8, 5),
HID_RI_INPUT(8, HID_IOF_DATA | HID_IOF_VARIABLE | HID_IOF_ABSOLUTE),
HID_RI_FEATURE(8, HID_IOF_DATA | HID_IOF_VARIABLE | HID_IOF_ABSOLUTE),
HID_RI_END_COLLECTION(0),

HID_RI_USAGE_PAGE(8, 0x01), // Generic Desktop
Expand Down

0 comments on commit 1665b0d

Please sign in to comment.