Skip to content
Commit 97f5f0cd authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: implement SysRq as a separate input handler



Instead of keeping SysRq support inside of legacy keyboard driver split
it out into a separate input handler (filter). This stops most SysRq input
events from leaking into evdev clients (some events, such as first SysRq
scancode - not keycode - event, are still leaked into both legacy keyboard
and evdev).

[martinez.javier@gmail.com: fix compile error when CONFIG_MAGIC_SYSRQ is
 not defined]
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent b91c4be7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment