|
Barrelfish
|
Collaboration diagram for usb_hid_descriptor:Data Fields | |
| uint8_t | bLength |
| the total size in bytes of this descr | |
| uint8_t | bDescriptorType |
| constant, specifying the HID descr type | |
| uint16_t | bcdHID |
| HID class specific release version. | |
| uint8_t | bCountryCode |
| country code for localized hardware | |
| uint8_t | bNumDescriptors |
| the number of class descriptors > 1 | |
| usb_hid_dtype_t | descriptors [1] |
| subordinate descriptors | |
USB HID Descriptor Type Device Class Definition for HID Devices, Section 6.2.1
Note: This descriptor is of variable size, the last field descriptors contains the information of at least one descriptor (i.e. the report descriptor)
1.8.11