Closed
Description
The USB standard allows it to specify a usage in two ways:
- Fully qualified as one single 4 byte report descriptor Usage item
- Seperated in an 1 or 2 byte Usage-Page item, followed by an 1 or 2 byte Usage item
The get_usage function of the libusb backend supports only the second.
Activity
mcuee commentedon May 10, 2023
Is it because most of the USB HID Devices use the second way that we have not seen bug report for thr libusb backend?
Youw commentedon May 10, 2023
Yes, likely
hidraw: report only Top-Level Usage_page/Usage pairs as 'unique' devi…