Searched defs:usb_device_descriptor (Results 1 – 2 of 2) 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 …]
258 struct usb_device_descriptor { struct259 __u8 bLength;260 __u8 bDescriptorType;262 __le16 bcdUSB;263 __u8 bDeviceClass;264 __u8 bDeviceSubClass;265 __u8 bDeviceProtocol;266 __u8 bMaxPacketSize0;267 __le16 idVendor;268 __le16 idProduct;[all …]