Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/
H A Dusb_ioctl.h243 struct usb_gen_quirk { struct
244 uint16_t index; /* Quirk Index */
245 uint16_t vid; /* Vendor ID */
246 uint16_t pid; /* Product ID */
247 uint16_t bcdDeviceLow; /* Low Device Revision */
248 uint16_t bcdDeviceHigh; /* High Device Revision */
249 uint16_t reserved[2];
254 char quirkname[64 - 14];