Searched defs:hid_descriptor (Results 1 – 2 of 2) sorted by relevance
730 struct hid_descriptor { struct731 __u8 bLength;732 __u8 bDescriptorType;733 __le16 bcdHID;734 __u8 bCountryCode;735 __u8 bNumDescriptors;737 struct hid_class_descriptor desc[1];
84 struct hid_descriptor hid_descriptor; member