Searched refs:UQ_KBD_IGNORE (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/usb/quirk/ |
H A D | usb_quirk.h | 51 UQ_KBD_IGNORE, /* device should be ignored by kbd class */ enumerator
|
H A D | usb_quirk.c | 169 USB_QUIRK(CYPRESS, WISPY1A, UQ_KBD_IGNORE, UQ_HID_IGNORE), 170 USB_QUIRK(METAGEEK, WISPY1B, UQ_KBD_IGNORE, UQ_HID_IGNORE), 171 USB_QUIRK(METAGEEK, WISPY24X, UQ_KBD_IGNORE, UQ_HID_IGNORE), 172 USB_QUIRK(METAGEEK2, WISPYDBX, UQ_KBD_IGNORE, UQ_HID_IGNORE), 603 [UQ_KBD_IGNORE] = "UQ_KBD_IGNORE",
|
/freebsd/sys/dev/usb/input/ |
H A D | uhid.c | 742 !usb_test_quirk(uaa, UQ_KBD_IGNORE)) || in uhid_probe()
|
H A D | ukbd.c | 1000 if (usb_test_quirk(uaa, UQ_KBD_IGNORE)) in ukbd_probe()
|