Home
last modified time | relevance | path

Searched refs:HID_QUIRK_NO_IGNORE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dhid.h392 #define HID_QUIRK_NO_IGNORE BIT(30) macro
/openbmc/linux/drivers/hid/
H A Dhid-quirks.c976 if (hdev->quirks & HID_QUIRK_NO_IGNORE) in hid_ignore()