Home
last modified time | relevance | path

Searched defs:usb_hid_descriptor (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusbhid.h51 struct usb_hid_descriptor { struct
52 uByte bLength;
53 uByte bDescriptorType;
54 uWord bcdHID;
55 uByte bCountryCode;
56 uByte bNumDescriptors;
57 struct {
60 } descrs[1];
/freebsd/lib/libusb/
H A Dusb.h86 struct usb_hid_descriptor { struct
87 uint8_t bLength;
88 uint8_t bDescriptorType;
89 uint16_t bcdHID;
90 uint8_t bCountryCode;
91 uint8_t bNumDescriptors;