Searched defs:libusb20_quirk (Results 1 – 1 of 1) sorted by relevance
187 struct libusb20_quirk { struct188 uint16_t vid; /* vendor ID */189 uint16_t pid; /* product ID */190 uint16_t bcdDeviceLow; /* low revision value, inclusive */191 uint16_t bcdDeviceHigh; /* high revision value, inclusive */192 uint16_t reserved[2]; /* for the future */194 char quirkname[64 - 12];