Re: [PATCH] Input: atkbd - Add force relese key quirk for HP ProBook
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2012-02-29 01:03:22
Also in:
linux-input, lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2012-02-29 01:03:22
Also in:
linux-input, lkml
On Tue, Feb 28, 2012 at 04:46:04PM -0800, Greg KH wrote:
On Tue, Feb 28, 2012 at 06:36:10PM -0600, Manoj Iyer wrote:quoted
HP ProBooks do not send a key release for brightness keys, as a result, brightness does not move up/down when the brightness key is held down. This quirk makes the brightness keys on HP ProBooks typematic. Signed-off-by: Manoj Iyer <redacted> --- drivers/input/keyboard/atkbd.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-)<formletter> This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly. </formletter>
Also, this should be handled from userspace by having usev write to /sys/bus/serio/devices/serioX/force_release attribute on affected boxes. -- Dmitry