Searched defs:usb_config_descriptor (Results 1 – 1 of 1) sorted by relevance
312 struct usb_config_descriptor { struct313 __u8 bLength;314 __u8 bDescriptorType;316 __le16 wTotalLength;317 __u8 bNumInterfaces;318 __u8 bConfigurationValue;319 __u8 iConfiguration;320 __u8 bmAttributes;321 __u8 bMaxPower;