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