Searched defs:usb_config_descriptor (Results 1 – 1 of 1) sorted by relevance
243 struct usb_config_descriptor { struct244 u8 bLength;245 u8 bDescriptorType;247 u16 wTotalLength;248 u8 bNumInterfaces;249 u8 bConfigurationValue;250 u8 iConfiguration;251 u8 bmAttributes;252 u8 bMaxPower;
Completed in 5 milliseconds