Split usb_report_descriptor into usb_hid_{item,usage}
This is cleaner IMO. * usb_hid_item deals with parsing the report descriptor. * usb_hid_usage has tables that define each usage.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"usb_report_descriptor",
|
||||
"usb_hid_item",
|
||||
"usb_hid_usage",
|
||||
"usb_request",
|
||||
]
|
||||
|
Reference in New Issue
Block a user