Skip to content
New issue

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 descriptor #2737

Open
1 task done
tyustli opened this issue Jul 25, 2024 · 0 comments
Open
1 task done

HID descriptor #2737

tyustli opened this issue Jul 25, 2024 · 0 comments

Comments

@tyustli
Copy link
Contributor

tyustli commented Jul 25, 2024

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

uint16_t const drv_len = (uint16_t) (sizeof(tusb_desc_interface_t) + sizeof(tusb_hid_descriptor_hid_t) +

image

Describe the solution you'd like

Supports multiple HID descriptors

I have checked existing issues, dicussion and documentation

  • I confirm I have checked existing issues, dicussion and documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant