summaryrefslogtreecommitdiffstats
path: root/Documentation/acpi
diff options
context:
space:
mode:
authorLen Brown2010-08-15 05:55:57 +0200
committerLen Brown2010-08-15 05:55:57 +0200
commitecd8ee0955a2f21914c2e2ffff82541211c5bd43 (patch)
tree3987f3d505482a00e9a1d2c44b340d0b71f66d75 /Documentation/acpi
parentMerge branch 'apei' into release (diff)
parentACPI: introduce module parameter acpi.aml_debug_output (diff)
downloadkernel-qcow2-linux-ecd8ee0955a2f21914c2e2ffff82541211c5bd43.tar.gz
kernel-qcow2-linux-ecd8ee0955a2f21914c2e2ffff82541211c5bd43.tar.xz
kernel-qcow2-linux-ecd8ee0955a2f21914c2e2ffff82541211c5bd43.zip
Merge branch 'procfs-cleanup' into release
Diffstat (limited to 'Documentation/acpi')
-rw-r--r--Documentation/acpi/method-customizing.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/acpi/method-customizing.txt b/Documentation/acpi/method-customizing.txt
index e628cd23ca80..3e1d25aee3fb 100644
--- a/Documentation/acpi/method-customizing.txt
+++ b/Documentation/acpi/method-customizing.txt
@@ -19,6 +19,8 @@ Note: Only ACPI METHOD can be overridden, any other object types like
"Device", "OperationRegion", are not recognized.
Note: The same ACPI control method can be overridden for many times,
and it's always the latest one that used by Linux/kernel.
+Note: To get the ACPI debug object output (Store (AAAA, Debug)),
+ please run "echo 1 > /sys/module/acpi/parameters/aml_debug_output".
1. override an existing method
a) get the ACPI table via ACPI sysfs I/F. e.g. to get the DSDT,