diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-01-08 10:02:51 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-01 22:26:08 -0500 |
commit | 3b64b51d20d9b633bb2efe63af785a49f8092898 (patch) | |
tree | c03ff90f8fca9821d068f1b315e6a6685829de10 /Documentation | |
parent | 083f17606f624c79555e313d87cf37ac1486b073 (diff) |
ACPI: thinkpad-acpi: cleanup hotkey_notify and HKEY log messages
Use a generic message on hotkey_notify to log unknown and unhandled events,
and cleanup hotkey_notify a little.
Also, document event 0x5010 (brightness changed notification) and do not
log it as an unknown event (even if we do not use it for anything right
now).
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/thinkpad-acpi.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/thinkpad-acpi.txt b/Documentation/thinkpad-acpi.txt index 7c7bd4720cfc..3fb864733ca1 100644 --- a/Documentation/thinkpad-acpi.txt +++ b/Documentation/thinkpad-acpi.txt | |||
@@ -475,6 +475,10 @@ Non hot-key ACPI HKEY event map: | |||
475 | The above events are not propagated by the driver, except for legacy | 475 | The above events are not propagated by the driver, except for legacy |
476 | compatibility purposes when hotkey_report_mode is set to 1. | 476 | compatibility purposes when hotkey_report_mode is set to 1. |
477 | 477 | ||
478 | 0x5010 Brightness level changed (newer Lenovo BIOSes) | ||
479 | |||
480 | The above events are propagated by the driver. | ||
481 | |||
478 | Compatibility notes: | 482 | Compatibility notes: |
479 | 483 | ||
480 | ibm-acpi and thinkpad-acpi 0.15 (mainline kernels before 2.6.23) never | 484 | ibm-acpi and thinkpad-acpi 0.15 (mainline kernels before 2.6.23) never |