Searched refs:HID_QUIRK_NO_EMPTY_INPUT (Results 1 – 4 of 4) sorted by relevance
891 hdev->quirks |= HID_QUIRK_NO_EMPTY_INPUT; in uclogic_probe()
1502 if ((hid->quirks & HID_QUIRK_NO_EMPTY_INPUT) && in hidinput_connect()1523 if (hidinput && (hid->quirks & HID_QUIRK_NO_EMPTY_INPUT) && in hidinput_connect()
1085 hdev->quirks |= HID_QUIRK_NO_EMPTY_INPUT; in mt_probe()
318 #define HID_QUIRK_NO_EMPTY_INPUT 0x00000100 macro