Lines Matching defs:usb_device_descriptor
214 struct usb_device_descriptor { struct
215 u8 bLength;
216 u8 bDescriptorType; /* 0x01 */
217 u16 bcdUSB;
218 u8 bDeviceClass;
219 u8 bDeviceSubClass;
220 u8 bDeviceProtocol;
221 u8 bMaxPacketSize0;
222 u16 idVendor;
223 u16 idProduct;
224 u16 bcdDevice;
225 u8 iManufacturer;
226 u8 iProduct;
227 u8 iSerialNumber;
228 u8 bNumConfigurations;