Home
last modified time | relevance | path

Searched defs:libusb20_quirk (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/lib/libusb/
H A Dlibusb20.h187 struct libusb20_quirk { struct
188 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];