Home
last modified time | relevance | path

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

/linux-6.15/tools/usb/
H A Dtestusb.c67 __u8 bLength;
68 __u8 bDescriptorType;
69 __u16 bcdUSB;
70 __u8 bDeviceClass;
71 __u8 bDeviceSubClass;
74 __u16 idVendor;
75 __u16 idProduct;
76 __u16 bcdDevice;
77 __u8 iManufacturer;
78 __u8 iProduct;
[all …]
/linux-6.15/include/uapi/linux/usb/
H A Dch9.h293 __u8 bLength;
294 __u8 bDescriptorType;
296 __le16 bcdUSB;
297 __u8 bDeviceClass;
298 __u8 bDeviceSubClass;
301 __le16 idVendor;
302 __le16 idProduct;
303 __le16 bcdDevice;
304 __u8 iManufacturer;
305 __u8 iProduct;
[all …]