aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>2007-10-30 15:46:22 -0400
committerLen Brown <len.brown@intel.com>2007-11-05 13:07:11 -0500
commite11e211a0b21bbb625fac2056bdb54dd02020556 (patch)
treec3ac4b86432138f467190c7bad40fae68b4cda6a /Documentation
parent87cc537a54fc017d998cf603f5fab9ca4a85d668 (diff)
ACPI: thinkpad-acpi: prefer standard ACPI backlight level control
Newer Lenovo BIOSes support the standard ACPI backlight brightness interface (_BCM, _BQC, _BCL). It should be used instead of the native thinkpad backlight brightness control interface when possible. This patch disables the native brightness support in the driver by default when we detect that the standard ACPI interface is available. The local admin can still enable it using the module parameter "brightness_enable". Note that we need to detect the standard ACPI backlight interface only in boxes for which we would load the native backlight interface in the first place, and that no ThinkPad BIOS has _BCL but misses the other methods, so the detection routines can be really simple. Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/thinkpad-acpi.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/thinkpad-acpi.txt b/Documentation/thinkpad-acpi.txt
index f877c13c5ef8..bb1c7a60b9bb 100644
--- a/Documentation/thinkpad-acpi.txt
+++ b/Documentation/thinkpad-acpi.txt
@@ -942,11 +942,15 @@ and CMOS. The driver tries to autodetect which interface to use.
942 942
943When display backlight brightness controls are available through the 943When display backlight brightness controls are available through the
944standard ACPI interface, it is best to use it instead of this direct 944standard ACPI interface, it is best to use it instead of this direct
945ThinkPad-specific interface. 945ThinkPad-specific interface. The driver will disable its native
946backlight brightness control interface if it detects that the standard
947ACPI interface is available in the ThinkPad.
946 948
947The brightness_enable module parameter can be used to control whether 949The brightness_enable module parameter can be used to control whether
948the LCD brightness control feature will be enabled when available. 950the LCD brightness control feature will be enabled when available.
949brightness_enable=0 forces it to be disabled. 951brightness_enable=0 forces it to be disabled. brightness_enable=1
952forces it to be enabled when available, even if the standard ACPI
953interface is also available.
950 954
951Procfs notes: 955Procfs notes:
952 956