Home
last modified time | relevance | path

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

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