Searched defs:usb_device_descriptor (Results 1 – 3 of 3) 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 …]
187 struct usb_device_descriptor { struct188 __u8 bLength;189 __u8 bDescriptorType;191 __le16 bcdUSB;192 __u8 bDeviceClass;193 __u8 bDeviceSubClass;194 __u8 bDeviceProtocol;195 __u8 bMaxPacketSize0;196 __le16 idVendor;197 __le16 idProduct;[all …]
251 struct usb_device_descriptor { struct252 __u8 bLength;253 __u8 bDescriptorType;255 __le16 bcdUSB;256 __u8 bDeviceClass;257 __u8 bDeviceSubClass;258 __u8 bDeviceProtocol;259 __u8 bMaxPacketSize0;260 __le16 idVendor;261 __le16 idProduct;[all …]