Searched defs:usb_gen_quirk (Results 1 – 1 of 1) sorted by relevance
243 struct usb_gen_quirk { struct244 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];