From: Dmitry Torokhov Date: Mon, 22 Mar 2010 05:31:26 +0000 (-0700) Subject: Input: implement SysRq as a separate input handler X-Git-Tag: v2.6.35-rc1~476^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97f5f0cd8cd0a05449cbb77d1e6f02e026875802;p=pandora-kernel.git 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: Dmitry Torokhov --- Reading git-diff-tree failed