Searched refs:HID_QUIRK_IGNORE (Results 1 – 3 of 3) sorted by relevance
991 if (hdev->quirks & HID_QUIRK_IGNORE) in hid_ignore()1268 quirks |= HID_QUIRK_IGNORE; in hid_gets_squirk()1309 return HID_QUIRK_IGNORE; in hid_lookup_quirk()1313 return HID_QUIRK_IGNORE; in hid_lookup_quirk()
373 #define HID_QUIRK_IGNORE BIT(2) macro
996 if (quirks & HID_QUIRK_IGNORE) in usbhid_parse()