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