Searched defs:usb_gen_quirk (Results 1 – 1 of 1) sorted by relevance
220 struct usb_gen_quirk { struct221 uint16_t index; /* Quirk Index */222 uint16_t vid; /* Vendor ID */223 uint16_t pid; /* Product ID */224 uint16_t bcdDeviceLow; /* Low Device Revision */225 uint16_t bcdDeviceHigh; /* High Device Revision */226 uint16_t reserved[2];231 char quirkname[64 - 14];