Searched refs:HID_QUIRK_INPUT_PER_APP (Results 1 – 6 of 6) sorted by relevance
61 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in hid_generic_probe()
386 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ms_probe()
1661 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()1895 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
1667 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in logi_dj_probe()
1712 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()
344 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro