Home
last modified time | relevance | path

Searched hist:"75 f1f19bdd60575164b5d1fb04602bf4450e2b62" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-cougar.cdiff 75f1f19bdd60575164b5d1fb04602bf4450e2b62 Fri Jul 27 22:19:12 CEST 2018 Daniel M. Lambea <dmlambea@gmail.com> HID: cougar: Stop processing vendor events on hid-core

Special key events received by the custom vendor's hdev are
translated to key events on the kbd iface's input device, so
their processing must not continue. Return -EPERM from
raw_event handler to effectively stop source events from
being processed in hid-core.

Signed-off-by: Daniel M. Lambea <dmlambea@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>