]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI: thinkpad-acpi: fix lenovo keymap for brightness
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Fri, 14 Dec 2007 03:03:52 +0000 (22:03 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Feb 2008 20:01:10 +0000 (12:01 -0800)
commit96cbde9a5b59660e186b0d176d0abe668b6e8546
tree53734891804b152e35e236e7e45476830436b988
parent8444021c69b0787dbe4dde1c4e15818ab4e42986
ACPI: thinkpad-acpi: fix lenovo keymap for brightness

upstream  commit 56a185b43be05e48da7428e6a1d3e2585b232b1d

Starting in 2.6.23...

Several reports from X60 users complained that the default Lenovo keymap
issuing EV_KEY KEY_BRIGHTNESS_UP/DOWN input events caused major issues when
the proper brightness support through ACPI video.c was loaded.

Therefore, remove the generation of these events by default, which is the
right thing for T60, X60, R60, T61, X61 and R61 with their latest BIOSes.

Distros that want to misuse these events into OSD reporting (which requires
an ugly hack from hell in HAL) are welcome to set up the key map they need
through HAL.  That way, we don't break everyone else's systems.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/misc/thinkpad_acpi.c