hathach / tinyusb

An open source cross-platform USB stack for embedded system

Home Page:https://www.tinyusb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HID descriptor

tyustli opened this issue · comments

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.