Searched refs:HID_QUIRK_IGNORE (Results 1 – 3 of 3) sorted by relevance
953 if (hdev->quirks & HID_QUIRK_IGNORE) in hid_ignore()1226 quirks |= HID_QUIRK_IGNORE; in hid_gets_squirk()1267 return HID_QUIRK_IGNORE; in hid_lookup_quirk()1271 return HID_QUIRK_IGNORE; in hid_lookup_quirk()
344 #define HID_QUIRK_IGNORE BIT(2) macro
988 if (quirks & HID_QUIRK_IGNORE) in usbhid_parse()