From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [PATCH] input: change SysRq keycode for systems without SysRq key Date: Sun, 15 Jul 2007 11:03:13 -0700 (PDT) Message-ID: References: <469A5385.6030402@inwind.it> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Return-path: In-Reply-To: <469A5385.6030402@inwind.it> Sender: owner-linux-input@atrey.karlin.mff.cuni.cz List-Help: List-Owner: List-Post: List-Unsubscribe: To: federico ferri Cc: dmitry.torokhov@gmail.com, linux-input@atrey.karlin.mff.cuni.cz, trivial@kernel.org List-Id: linux-input@vger.kernel.org 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