ACPI: thinkpad-acpi: add CMOS NVRAM polling for hot keys (v5)
commitb6f06337f48de4d9d1d57fa0d3f38fcc63e90fe4
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sun, 30 Sep 2007 19:25:47 +0000 (30 16:25 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Wed, 3 Oct 2007 01:50:33 +0000 (2 22:50 -0300)
tree4df1c11bde2c7d57c4b01adc89e2a8ada2150859
parentd44cf5be6bafbd260ac8028bfaf667079f7d3e43
ACPI: thinkpad-acpi: add CMOS NVRAM polling for hot keys (v5)

Older ThinkPad models do not export some of the hot keys over the
event-based ACPI hot key interface.  For these models, one has to poll
the CMOS NVRAM to check the key state at a rate faster than the expected
rate at which the user might repeatedly press the same hot key.

This patch implements this functionality for many of the hotkeys in a
transparent way: hot keys will now Just Work, and the driver knows the
best approach (events or NVRAM polling) to employ, based on the
HKEY.MHKA ACPI method.

Also, the driver can turn off the polling when there are no users for
the hot keys that need such polling.

The NVRAM-based hot keys of the A3x series that have never been
implemented by later models are not supported, to avoid changes in the
keymap of the input devices that could cause headaches in the future.

There is a Kconfig option to avoid compiling the NVRAM polling code, as
it is not very small, and unlikely to be useful on any ThinkPad newer
than a T40, X31 or R52.

This patch is based on a previous effort by Richard Hughes.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: Richard Hughes <hughsient@gmail.com>
Documentation/thinkpad-acpi.txt
drivers/misc/Kconfig
drivers/misc/thinkpad_acpi.c
drivers/misc/thinkpad_acpi.h