Searched defs:usb_class_hid_descriptor (Results 1 – 2 of 2) sorted by relevance
425 struct usb_class_hid_descriptor { struct426 u8 bLength;427 u8 bDescriptorType;428 u16 bcdCDC;429 u8 bCountryCode;430 u8 bNumDescriptors; /* 0x01 */431 u8 bDescriptorType0;432 u16 wDescriptorLength0;
388 struct __packed usb_class_hid_descriptor { struct389 u8 bLength;390 u8 bDescriptorType;391 u16 bcdCDC;392 u8 bCountryCode;393 u8 bNumDescriptors; /* 0x01 */394 u8 bDescriptorType0;395 u16 wDescriptorLength0;
Completed in 11 milliseconds