diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-01-08 10:02:53 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-01 22:26:08 -0500 |
commit | d1edb2b5f1d016d679600cccf2716e0134fff917 (patch) | |
tree | d6b5abd280b74fa4c5ac19ddb0e47bdef6462753 /Documentation | |
parent | a713b4d7bca51e56cdb5357507f46674111d032c (diff) |
ACPI: thinkpad-acpi: add X61t HKEY events
Tomas Carnecky reports that events 0x5009 and 0x500a are swivel events, and
that 0x500b/0x500c are tablet pen storage bay events.
Document these events, and avoid nasty messages when they happen.
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 9d08e472ef74..e1c4550dac99 100644 --- a/Documentation/thinkpad-acpi.txt +++ b/Documentation/thinkpad-acpi.txt | |||
@@ -499,6 +499,10 @@ The above events are never propagated by the driver. | |||
499 | 499 | ||
500 | 0x3003 Bay ejection (see 0x2x05) complete, can sleep again | 500 | 0x3003 Bay ejection (see 0x2x05) complete, can sleep again |
501 | 0x4003 Undocked (see 0x2x04), can sleep again | 501 | 0x4003 Undocked (see 0x2x04), can sleep again |
502 | 0x5009 Tablet swivel: switched to tablet mode | ||
503 | 0x500A Tablet swivel: switched to normal mode | ||
504 | 0x500B Tablet pen insterted into its storage bay | ||
505 | 0x500C Tablet pen removed from its storage bay | ||
502 | 0x5010 Brightness level changed (newer Lenovo BIOSes) | 506 | 0x5010 Brightness level changed (newer Lenovo BIOSes) |
503 | 507 | ||
504 | The above events are propagated by the driver. | 508 | The above events are propagated by the driver. |