We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HID device
all hardware
If there is more than one HID subordinate descriptor, use sizeof(tusb_hid_descriptor_hid_t) to enumerate exceptions
tinyusb/src/class/hid/hid_device.c
Line 212 in cfbdc44
Supports multiple HID descriptors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related area
HID device
Hardware specification
all hardware
Is your feature request related to a problem?
If there is more than one HID subordinate descriptor, use sizeof(tusb_hid_descriptor_hid_t) to enumerate exceptions
tinyusb/src/class/hid/hid_device.c
Line 212 in cfbdc44
Describe the solution you'd like
Supports multiple HID descriptors
I have checked existing issues, dicussion and documentation
The text was updated successfully, but these errors were encountered: