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