Searched defs:usb_config_descriptor (Results 1 – 1 of 1) sorted by relevance
354 struct usb_config_descriptor { struct355 __u8 bLength;356 __u8 bDescriptorType;358 __le16 wTotalLength;359 __u8 bNumInterfaces;360 __u8 bConfigurationValue;361 __u8 iConfiguration;362 __u8 bmAttributes;363 __u8 bMaxPower;