Commit Graph

4 Commits

Author SHA1 Message Date
2175e1ed74 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.
2022-09-09 02:42:00 +02:00
82626f0075 Add usb_request crate
It has structures for representing requests & descriptors.
2022-09-08 18:46:56 +02:00
86d8fc6880 Prefix crate name with "usb_" 2022-09-08 13:56:47 +02:00
c77700a9ea Report descriptor parser prototype 2022-09-08 01:40:40 +02:00