Home
last modified time | relevance | path

Searched defs:usb_device_descriptor (Results 1 – 3 of 3) sorted by relevance

/external/libusb-compat/libusb/
Dusb.h174 struct usb_device_descriptor { struct
175 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 …]
/external/kernel-headers/original/linux/
Dusb_ch9.h187 struct usb_device_descriptor { struct
188 __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 …]
/external/kernel-headers/original/linux/usb/
Dch9.h251 struct usb_device_descriptor { struct
252 __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 …]