Searched defs:hid_descriptor (Results 1 – 2 of 2) sorted by relevance
735 struct hid_descriptor { struct736 __u8 bLength;737 __u8 bDescriptorType;738 __le16 bcdHID;739 __u8 bCountryCode;740 __u8 bNumDescriptors;742 struct hid_class_descriptor desc[1];
84 struct hid_descriptor hid_descriptor; member