diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-02-16 02:17:55 -0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-16 00:34:01 -0500 |
commit | b3ec6f911a681f38e4630ef8bf20b3d3cb0f63c2 (patch) | |
tree | 155f98ee6273c1076d445f17cf3a988ec808ef12 /Documentation/laptops | |
parent | d7c1d17dfed996e84212fc1ce617b2586dd70ec2 (diff) | |
download | linux-3.10-b3ec6f911a681f38e4630ef8bf20b3d3cb0f63c2.tar.gz linux-3.10-b3ec6f911a681f38e4630ef8bf20b3d3cb0f63c2.tar.bz2 linux-3.10-b3ec6f911a681f38e4630ef8bf20b3d3cb0f63c2.zip |
ACPI: thinkpad-acpi: issue input events for tablet swivel events
Issue EV_SW SW_TABLET_MODE events for HKEY events 0x5009 and 0x500A on the
X41t/X60t/X61t. As usual, we suppress the HKEY events on the netlink
interface to avoid sending duplicate events to userspace.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation/laptops')
-rw-r--r-- | Documentation/laptops/thinkpad-acpi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/laptops/thinkpad-acpi.txt b/Documentation/laptops/thinkpad-acpi.txt index 33d6e5afcca..0ae5708ea0a 100644 --- a/Documentation/laptops/thinkpad-acpi.txt +++ b/Documentation/laptops/thinkpad-acpi.txt @@ -491,6 +491,8 @@ generate input device EV_KEY events. Non hot-key ACPI HKEY event map: 0x5001 Lid closed 0x5002 Lid opened +0x5009 Tablet swivel: switched to tablet mode +0x500A Tablet swivel: switched to normal mode 0x7000 Radio Switch may have changed state The above events are not propagated by the driver, except for legacy @@ -505,8 +507,6 @@ The above events are never propagated by the driver. 0x3003 Bay ejection (see 0x2x05) complete, can sleep again 0x4003 Undocked (see 0x2x04), can sleep again -0x5009 Tablet swivel: switched to tablet mode -0x500A Tablet swivel: switched to normal mode 0x500B Tablet pen insterted into its storage bay 0x500C Tablet pen removed from its storage bay 0x5010 Brightness level changed (newer Lenovo BIOSes) |