Searched refs:HID_QUIRK_IGNORE (Results 1 – 3 of 3) sorted by relevance
975 if (hdev->quirks & HID_QUIRK_IGNORE) in hid_ignore()1252 quirks |= HID_QUIRK_IGNORE; in hid_gets_squirk()1293 return HID_QUIRK_IGNORE; in hid_lookup_quirk()1297 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()