Searched defs:usb_device_descriptor (Results 1 – 4 of 4) sorted by relevance
174 struct usb_device_descriptor { struct175 u_int8_t bLength;176 u_int8_t bDescriptorType;177 u_int16_t bcdUSB;178 u_int8_t bDeviceClass;179 u_int8_t bDeviceSubClass;180 u_int8_t bDeviceProtocol;181 u_int8_t bMaxPacketSize0;182 u_int16_t idVendor;183 u_int16_t idProduct;[all …]
213 struct usb_device_descriptor { struct214 u8 bLength;215 u8 bDescriptorType; /* 0x01 */216 u16 bcdUSB;217 u8 bDeviceClass;218 u8 bDeviceSubClass;219 u8 bDeviceProtocol;220 u8 bMaxPacketSize0;221 u16 idVendor;222 u16 idProduct;[all …]
255 struct usb_device_descriptor { struct256 __u8 bLength;257 __u8 bDescriptorType;259 __le16 bcdUSB;260 __u8 bDeviceClass;261 __u8 bDeviceSubClass;262 __u8 bDeviceProtocol;263 __u8 bMaxPacketSize0;264 __le16 idVendor;265 __le16 idProduct;[all …]
289 struct usb_device_descriptor { struct290 __u8 bLength;291 __u8 bDescriptorType;293 __le16 bcdUSB;294 __u8 bDeviceClass;295 __u8 bDeviceSubClass;296 __u8 bDeviceProtocol;297 __u8 bMaxPacketSize0;298 __le16 idVendor;299 __le16 idProduct;[all …]