diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-02-15 23:17:55 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-16 00:34:01 -0500 |
commit | b3ec6f911a681f38e4630ef8bf20b3d3cb0f63c2 (patch) | |
tree | 155f98ee6273c1076d445f17cf3a988ec808ef12 /Documentation/laptops | |
parent | d7c1d17dfed996e84212fc1ce617b2586dd70ec2 (diff) |
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 33d6e5afcca6..0ae5708ea0ad 100644 --- a/Documentation/laptops/thinkpad-acpi.txt +++ b/Documentation/laptops/thinkpad-acpi.txt | |||
@@ -491,6 +491,8 @@ generate input device EV_KEY events. | |||
491 | Non hot-key ACPI HKEY event map: | 491 | Non hot-key ACPI HKEY event map: |
492 | 0x5001 Lid closed | 492 | 0x5001 Lid closed |
493 | 0x5002 Lid opened | 493 | 0x5002 Lid opened |
494 | 0x5009 Tablet swivel: switched to tablet mode | ||
495 | 0x500A Tablet swivel: switched to normal mode | ||
494 | 0x7000 Radio Switch may have changed state | 496 | 0x7000 Radio Switch may have changed state |
495 | 497 | ||
496 | The above events are not propagated by the driver, except for legacy | 498 | 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. | |||
505 | 507 | ||
506 | 0x3003 Bay ejection (see 0x2x05) complete, can sleep again | 508 | 0x3003 Bay ejection (see 0x2x05) complete, can sleep again |
507 | 0x4003 Undocked (see 0x2x04), can sleep again | 509 | 0x4003 Undocked (see 0x2x04), can sleep again |
508 | 0x5009 Tablet swivel: switched to tablet mode | ||
509 | 0x500A Tablet swivel: switched to normal mode | ||
510 | 0x500B Tablet pen insterted into its storage bay | 510 | 0x500B Tablet pen insterted into its storage bay |
511 | 0x500C Tablet pen removed from its storage bay | 511 | 0x500C Tablet pen removed from its storage bay |
512 | 0x5010 Brightness level changed (newer Lenovo BIOSes) | 512 | 0x5010 Brightness level changed (newer Lenovo BIOSes) |