Home
last modified time | relevance | path

Searched refs:HID_QUIRK_INPUT_PER_APP (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/hid/
Dhid-generic.c61 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in hid_generic_probe()
Dhid-microsoft.c386 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ms_probe()
Dhid-input.c1661 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()
1895 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
Dhid-logitech-dj.c1667 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in logi_dj_probe()
Dhid-multitouch.c1712 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()
/Linux-v5.4/include/linux/
Dhid.h344 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro