Searched defs:usb_config_descriptor (Results 1 – 1 of 1) sorted by relevance
306 struct usb_config_descriptor { struct307 __u8 bLength;308 __u8 bDescriptorType;310 __le16 wTotalLength;311 __u8 bNumInterfaces;312 __u8 bConfigurationValue;313 __u8 iConfiguration;314 __u8 bmAttributes;315 __u8 bMaxPower;