Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/quirk/
H A Dusb_quirk.h54 UQ_MS_BAD_CLASS, /* doesn't identify properly */ enumerator
H A Dusb_quirk.c609 [UQ_MS_BAD_CLASS] = "UQ_MS_BAD_CLASS",
/freebsd/sys/dev/usb/input/
H A Dums.c632 if (usb_test_quirk(uaa, UQ_MS_BAD_CLASS)) { in ums_attach()