Home
last modified time | relevance | path

Searched refs:UQ_MS_BAD_CLASS (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/usb/
Dusb_quirks.h48 #define UQ_MS_BAD_CLASS 0x00008000 /* mouse doesn't identify properly */ macro
Dusb_quirks.c149 ANY, { UQ_MS_BAD_CLASS | UQ_MS_LEADING_BYTE }},
151 ANY, { UQ_MS_BAD_CLASS | UQ_MS_LEADING_BYTE }},
Dums.c151 if (sc->sc_quirks & UQ_MS_BAD_CLASS) in ums_attach()