aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/ibm-acpi.txt6
-rw-r--r--drivers/acpi/ibm_acpi.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/ibm-acpi.txt b/Documentation/ibm-acpi.txt
index 0132d363feb5..cdcef016907a 100644
--- a/Documentation/ibm-acpi.txt
+++ b/Documentation/ibm-acpi.txt
@@ -21,7 +21,7 @@ detailed description):
21 21
22 - Fn key combinations 22 - Fn key combinations
23 - Bluetooth enable and disable 23 - Bluetooth enable and disable
24 - video output switching, expansion control 24 - video output switching, expansion control
25 - ThinkLight on and off 25 - ThinkLight on and off
26 - limited docking and undocking 26 - limited docking and undocking
27 - UltraBay eject 27 - UltraBay eject
@@ -472,7 +472,7 @@ This feature dumps the values of 256 embedded controller
472registers. Values which have changed since the last time the registers 472registers. Values which have changed since the last time the registers
473were dumped are marked with a star: 473were dumped are marked with a star:
474 474
475[root@x40 ibm-acpi]# cat /proc/acpi/ibm/ecdump 475[root@x40 ibm-acpi]# cat /proc/acpi/ibm/ecdump
476EC +00 +01 +02 +03 +04 +05 +06 +07 +08 +09 +0a +0b +0c +0d +0e +0f 476EC +00 +01 +02 +03 +04 +05 +06 +07 +08 +09 +0a +0b +0c +0d +0e +0f
477EC 0x00: a7 47 87 01 fe 96 00 08 01 00 cb 00 00 00 40 00 477EC 0x00: a7 47 87 01 fe 96 00 08 01 00 cb 00 00 00 40 00
478EC 0x10: 00 00 ff ff f4 3c 87 09 01 ff 42 01 ff ff 0d 00 478EC 0x10: 00 00 ff ff f4 3c 87 09 01 ff 42 01 ff ff 0d 00
@@ -503,7 +503,7 @@ vary. The second ensures that the fan-related values do vary, since
503the fan speed fluctuates a bit. The third will (hopefully) mark the 503the fan speed fluctuates a bit. The third will (hopefully) mark the
504fan register with a star: 504fan register with a star:
505 505
506[root@x40 ibm-acpi]# cat /proc/acpi/ibm/ecdump 506[root@x40 ibm-acpi]# cat /proc/acpi/ibm/ecdump
507EC +00 +01 +02 +03 +04 +05 +06 +07 +08 +09 +0a +0b +0c +0d +0e +0f 507EC +00 +01 +02 +03 +04 +05 +06 +07 +08 +09 +0a +0b +0c +0d +0e +0f
508EC 0x00: a7 47 87 01 fe 96 00 08 01 00 cb 00 00 00 40 00 508EC 0x00: a7 47 87 01 fe 96 00 08 01 00 cb 00 00 00 40 00
509EC 0x10: 00 00 ff ff f4 3c 87 09 01 ff 42 01 ff ff 0d 00 509EC 0x10: 00 00 ff ff f4 3c 87 09 01 ff 42 01 ff ff 0d 00
diff --git a/drivers/acpi/ibm_acpi.c b/drivers/acpi/ibm_acpi.c
index dc1096608f43..60aaed92eef9 100644
--- a/drivers/acpi/ibm_acpi.c
+++ b/drivers/acpi/ibm_acpi.c
@@ -28,7 +28,7 @@
28 * 2006-11-22 0.13 new maintainer 28 * 2006-11-22 0.13 new maintainer
29 * changelog now lives in git commit history, and will 29 * changelog now lives in git commit history, and will
30 * not be updated further in-file. 30 * not be updated further in-file.
31 * 31 *
32 * 2005-08-17 0.12 fix compilation on 2.6.13-rc kernels 32 * 2005-08-17 0.12 fix compilation on 2.6.13-rc kernels
33 * 2005-03-17 0.11 support for 600e, 770x 33 * 2005-03-17 0.11 support for 600e, 770x
34 * thanks to Jamie Lentin <lentinj@dial.pipex.com> 34 * thanks to Jamie Lentin <lentinj@dial.pipex.com>
@@ -38,7 +38,7 @@
38 * experimental brightness control 38 * experimental brightness control
39 * experimental volume control 39 * experimental volume control
40 * experimental fan enable/disable 40 * experimental fan enable/disable
41 * 2005-01-16 0.10 fix module loading on R30, R31 41 * 2005-01-16 0.10 fix module loading on R30, R31
42 * 2005-01-16 0.9 support for 570, R30, R31 42 * 2005-01-16 0.9 support for 570, R30, R31
43 * ultrabay support on A22p, A3x 43 * ultrabay support on A22p, A3x
44 * limit arg for cmos, led, beep, drop experimental status 44 * limit arg for cmos, led, beep, drop experimental status
@@ -161,7 +161,7 @@ IBM_HANDLE(dock, root, "\\_SB.GDCK", /* X30, X31, X40 */
161#ifdef CONFIG_ACPI_IBM_BAY 161#ifdef CONFIG_ACPI_IBM_BAY
162IBM_HANDLE(bay, root, "\\_SB.PCI.IDE.SECN.MAST", /* 570 */ 162IBM_HANDLE(bay, root, "\\_SB.PCI.IDE.SECN.MAST", /* 570 */
163 "\\_SB.PCI0.IDE0.IDES.IDSM", /* 600e/x, 770e, 770x */ 163 "\\_SB.PCI0.IDE0.IDES.IDSM", /* 600e/x, 770e, 770x */
164 "\\_SB.PCI0.SATA.SCND.MSTR", /* T60, X60, Z60 */ 164 "\\_SB.PCI0.SATA.SCND.MSTR", /* T60, X60, Z60 */
165 "\\_SB.PCI0.IDE0.SCND.MSTR", /* all others */ 165 "\\_SB.PCI0.IDE0.SCND.MSTR", /* all others */
166 ); /* A21e, R30, R31 */ 166 ); /* A21e, R30, R31 */
167 167