Searched defs:hid_descriptor (Results 1 – 2 of 2) sorted by relevance
669 struct hid_descriptor { struct670 __u8 bLength;671 __u8 bDescriptorType;672 __le16 bcdHID;673 __u8 bCountryCode;674 __u8 bNumDescriptors;676 struct hid_class_descriptor desc[1];
92 struct hid_descriptor hid_descriptor; member