Searched defs:usb_config_descriptor (Results 1 – 1 of 1) sorted by relevance
187 struct usb_config_descriptor { struct188 __u8 bLength;189 __u8 bDescriptorType;190 __le16 wTotalLength;191 __u8 bNumInterfaces;192 __u8 bConfigurationValue;193 __u8 iConfiguration;194 __u8 bmAttributes;195 __u8 bMaxPower;