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