Re: [PATCH] input: change SysRq keycode for systems without SysRq key
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2007-07-15 18:03:13
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2007-07-15 18:03:13
On Sun, 15 Jul 2007, federico ferri wrote:
this patch adds an entry in Kconfig after 'config MAGIC_SYSRQ' which asks for a different keycode (replacing also KEY_SYSRQ with CONFIG_MAGIC_SYSRQ_KEYCODE in char/keyboard.c)
Quite frankly, I think that if we want to make something like this configurable, it should be dynamic, not compiled-in. So that the same kernel image can be used with different keyboards. Linus