From: Mathieu Poirier Date: Mon, 7 Jan 2013 07:23:33 +0000 (-0800) Subject: Input: sysrq - allow specifying alternate reset sequence X-Git-Tag: v3.9-rc1~150^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154b7a489a5b1d808323b933b04864958c2f1056;p=pandora-kernel.git Input: sysrq - allow specifying alternate reset sequence This patch adds keyreset functionality to the sysrq driver. It allows certain button/key combinations to be used in order to trigger emergency reboots. Redefining the '__weak platform_sysrq_reset_seq' variable is required to trigger the feature. Alternatively keys can be passed to the driver via a module parameter. This functionality comes from the keyreset driver submitted by Arve Hjønnevåg in the Android kernel. Signed-off-by: Mathieu Poirier Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed