Re: [PATCH] input: change SysRq keycode for systems without SysRq key

2007-08-17 Thread Marvin Raaijmakers
Ah this is the part that checks for a change in key state: !!test_bit(usage->code, input->key) != value Well, in that case: yes, this is the functionality I was looking for. - Marvin On Fri, 2007-08-17 at 16:42 +0200, Jiri Kosina wrote: > On Fri, 17 Aug 2007, Marvin Raaijmak

Re: [PATCH] input: change SysRq keycode for systems without SysRq key

2007-08-17 Thread Marvin Raaijmakers
This code doesn't filter out the "status events" right? So that still needs to be done(?). - Marvin On Fri, 2007-08-17 at 12:22 +0200, Jiri Kosina wrote: > (CCs trimmed a little bit) > > On Fri, 17 Aug 2007, Marvin Raaijmakers wrote: > > > What's the curre

Re: [PATCH] input: change SysRq keycode for systems without SysRq key

2007-08-17 Thread Marvin Raaijmakers
What's the current state of this patch? - Marvin Raaijmakers On Thu, 2007-08-02 at 23:27 +0200, Vojtech Pavlik wrote: > On Mon, Jul 30, 2007 at 04:09:04PM +0200, Jiri Kosina wrote: > > ** > > diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c > > ind