Searched defs:usb_configuration_descriptor (Results 1 – 1 of 1) sorted by relevance
203 struct usb_configuration_descriptor { struct204 u8 bLength;205 u8 bDescriptorType; /* 0x2 */206 u16 wTotalLength;207 u8 bNumInterfaces;208 u8 bConfigurationValue;209 u8 iConfiguration;210 u8 bmAttributes;211 u8 bMaxPower;