Re: [PATCH] input: fix broken behaviour of Dell Latitude special keys

2007-06-12 Thread Giel de Nijs
Hi Dmitry, On 6/12/07, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: Thank you for the patch. Is there any way I could see data coming from i8042 when you press on these special keys? If you could do: echo 1 > /sys/module/i8042/parameters/debug tehn presses and released all these keys echo 0 > /s

Re: [PATCH] input: fix broken behaviour of Dell Latitude special keys

2007-06-11 Thread Dmitry Torokhov
Hi, On Sunday 10 June 2007 13:42, Giel de Nijs wrote: > Hi, > > Following up on http://thread.gmane.org/gmane.linux.kernel.input/1375 here's > a new patch to fix the fact that most Fn+F? special keys on (at least) the > Dell Latitude laptops don't generate a key release event. Thank you for the

[PATCH] input: fix broken behaviour of Dell Latitude special keys

2007-06-10 Thread Giel de Nijs
Hi, Following up on http://thread.gmane.org/gmane.linux.kernel.input/1375 here's a new patch to fix the fact that most Fn+F? special keys on (at least) the Dell Latitude laptops don't generate a key release event. This time, everything is contained in atkbd.c and it's strictly an in-kernel hack