Home
last modified time | relevance | path

Searched refs:UQ_WMT_IGNORE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/usb/quirk/
Dusb_quirk.h115 UQ_WMT_IGNORE, /* device should be ignored by wmt driver */ enumerator
Dusb_quirk.c660 [UQ_WMT_IGNORE] = "UQ_WMT_IGNORE",
/freebsd-12-stable/sys/dev/usb/input/
Duhid.c726 if (!usb_test_quirk(uaa, UQ_WMT_IGNORE)) { in uhid_probe()
Dwmt.c274 if (usb_test_quirk(uaa, UQ_WMT_IGNORE)) in wmt_probe()