Searched refs:HID_QUIRK_IGNORE (Results 1 – 3 of 3) sorted by relevance
978 if (hdev->quirks & HID_QUIRK_IGNORE) in hid_ignore()1255 quirks |= HID_QUIRK_IGNORE; in hid_gets_squirk()1296 return HID_QUIRK_IGNORE; in hid_lookup_quirk()1300 return HID_QUIRK_IGNORE; in hid_lookup_quirk()
369 #define HID_QUIRK_IGNORE BIT(2) macro
994 if (quirks & HID_QUIRK_IGNORE) in usbhid_parse()