Searched defs:hid_descriptor (Results 1 – 2 of 2) sorted by relevance
693 struct hid_descriptor { struct694 __u8 bLength;695 __u8 bDescriptorType;696 __le16 bcdHID;697 __u8 bCountryCode;698 __u8 bNumDescriptors;700 struct hid_class_descriptor desc[1];
92 struct hid_descriptor hid_descriptor; member