diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/thinkpad-acpi.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/thinkpad-acpi.txt b/Documentation/thinkpad-acpi.txt index af18d294cf1a..82fd8228fd41 100644 --- a/Documentation/thinkpad-acpi.txt +++ b/Documentation/thinkpad-acpi.txt | |||
@@ -699,3 +699,16 @@ for example: | |||
699 | 699 | ||
700 | modprobe thinkpad_acpi hotkey=enable,0xffff video=auto_disable | 700 | modprobe thinkpad_acpi hotkey=enable,0xffff video=auto_disable |
701 | 701 | ||
702 | Enabling debugging output | ||
703 | ------------------------- | ||
704 | |||
705 | The module takes a debug paramater which can be used to selectively | ||
706 | enable various classes of debugging output, for example: | ||
707 | |||
708 | modprobe ibm_acpi debug=0xffff | ||
709 | |||
710 | will enable all debugging output classes. It takes a bitmask, so | ||
711 | to enable more than one output class, just add their values. | ||
712 | |||
713 | There is also a kernel build option to enable more debugging | ||
714 | information, which may be necessary to debug driver problems. | ||