aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/thinkpad-acpi.txt
diff options
context:
space:
mode:
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>2007-04-21 11:08:32 -0300
committerLen Brown <len.brown@intel.com>2007-04-21 23:30:33 -0400
commitfe08bc4b4fd1371fad111675a564e4d2ebbf39ea (patch)
treeab2a116569ab856f1a1041925170c6b9011c981a /Documentation/thinkpad-acpi.txt
parent5fba344cfdbaa79e6320da26c3db34dfb219a845 (diff)
downloadkernel_samsung_smdk4412-fe08bc4b4fd1371fad111675a564e4d2ebbf39ea.tar.gz
kernel_samsung_smdk4412-fe08bc4b4fd1371fad111675a564e4d2ebbf39ea.tar.bz2
kernel_samsung_smdk4412-fe08bc4b4fd1371fad111675a564e4d2ebbf39ea.zip
ACPI: thinkpad-acpi: add subdriver debug statements
Add debug messages to the subdriver initialization and exit code. Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation/thinkpad-acpi.txt')
-rw-r--r--Documentation/thinkpad-acpi.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/thinkpad-acpi.txt b/Documentation/thinkpad-acpi.txt
index 82fd8228fd4..20d5ec309cb 100644
--- a/Documentation/thinkpad-acpi.txt
+++ b/Documentation/thinkpad-acpi.txt
@@ -710,5 +710,9 @@ enable various classes of debugging output, for example:
will enable all debugging output classes. It takes a bitmask, so
to enable more than one output class, just add their values.
+ Debug bitmask Description
+ 0x0001 Initialization and probing
+ 0x0002 Removal
+
There is also a kernel build option to enable more debugging
information, which may be necessary to debug driver problems.