Searched defs:hid_descriptor (Results 1 – 2 of 2) sorted by relevance
771 struct hid_descriptor { struct772 __u8 bLength;773 __u8 bDescriptorType;774 __le16 bcdHID;775 __u8 bCountryCode;776 __u8 bNumDescriptors;777 struct hid_class_descriptor rpt_desc;779 struct hid_class_descriptor opt_descs[];
84 struct hid_descriptor hid_descriptor; member