Searched refs:HID_QUIRK_IGNORE (Results 1 – 3 of 3) sorted by relevance
1007 if (hdev->quirks & HID_QUIRK_IGNORE) in hid_ignore()1296 quirks |= HID_QUIRK_IGNORE; in hid_gets_squirk()1340 return HID_QUIRK_IGNORE; in hid_lookup_quirk()1344 return HID_QUIRK_IGNORE; in hid_lookup_quirk()
398 #define HID_QUIRK_IGNORE BIT(2) macro
996 if (quirks & HID_QUIRK_IGNORE) in usbhid_parse()