Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-generic.c64 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in hid_generic_probe()
Dhid-microsoft.c265 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in ms_probe()
Dhid-input.c1523 if ((hid->quirks & HID_QUIRK_INPUT_PER_APP) && in hidinput_allocate()
1752 (hid->quirks & HID_QUIRK_INPUT_PER_APP)) in hidinput_connect()
Dhid-multitouch.c1698 hdev->quirks |= HID_QUIRK_INPUT_PER_APP; in mt_probe()
/Linux-v4.19/include/linux/
Dhid.h353 #define HID_QUIRK_INPUT_PER_APP BIT(11) macro