Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/
HDusb_ioctl.h247 struct usb_gen_quirk { struct
248 uint16_t index; /* Quirk Index */
249 uint16_t vid; /* Vendor ID */
250 uint16_t pid; /* Product ID */
251 uint16_t bcdDeviceLow; /* Low Device Revision */
252 uint16_t bcdDeviceHigh; /* High Device Revision */
253 uint16_t reserved[2];
258 char quirkname[64 - 14];