Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_ioctl.h242 struct usb_gen_quirk { struct
243 uint16_t index; /* Quirk Index */
244 uint16_t vid; /* Vendor ID */
245 uint16_t pid; /* Product ID */
246 uint16_t bcdDeviceLow; /* Low Device Revision */
247 uint16_t bcdDeviceHigh; /* High Device Revision */
248 uint16_t reserved[2];
253 char quirkname[64 - 14];