Commit 24f7ff0a authored by Stefan Schmidt's avatar Stefan Schmidt Committed by Len Brown

ACPI: ibm_acpi: Update documentation for brightness and volume.

Document the change of the experimental flag for brightness and volume.
Signed-off-by: default avatarStefan Schmidt <stefan@datenfreihafen.org>
Acked-by: default avatarBorislav Deianov <borislav@users.sourceforge.net>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 4d6bd5ea
...@@ -30,8 +30,8 @@ detailed description): ...@@ -30,8 +30,8 @@ detailed description):
- ACPI sounds - ACPI sounds
- temperature sensors - temperature sensors
- Experimental: embedded controller register dump - Experimental: embedded controller register dump
- Experimental: LCD brightness control - LCD brightness control
- Experimental: volume control - Volume control
- Experimental: fan speed, fan enable/disable - Experimental: fan speed, fan enable/disable
A compatibility table by model and feature is maintained on the web A compatibility table by model and feature is maintained on the web
...@@ -523,13 +523,8 @@ registers contain the current battery capacity, etc. If you experiment ...@@ -523,13 +523,8 @@ registers contain the current battery capacity, etc. If you experiment
with this, do send me your results (including some complete dumps with with this, do send me your results (including some complete dumps with
a description of the conditions when they were taken.) a description of the conditions when they were taken.)
EXPERIMENTAL: LCD brightness control -- /proc/acpi/ibm/brightness LCD brightness control -- /proc/acpi/ibm/brightness
----------------------------------------------------------------- ---------------------------------------------------
This feature is marked EXPERIMENTAL because the implementation
directly accesses hardware registers and may not work as expected. USE
WITH CAUTION! To use this feature, you need to supply the
experimental=1 parameter when loading the module.
This feature allows software control of the LCD brightness on ThinkPad This feature allows software control of the LCD brightness on ThinkPad
models which don't have a hardware brightness slider. The available models which don't have a hardware brightness slider. The available
...@@ -542,13 +537,8 @@ commands are: ...@@ -542,13 +537,8 @@ commands are:
The <level> number range is 0 to 7, although not all of them may be The <level> number range is 0 to 7, although not all of them may be
distinct. The current brightness level is shown in the file. distinct. The current brightness level is shown in the file.
EXPERIMENTAL: Volume control -- /proc/acpi/ibm/volume Volume control -- /proc/acpi/ibm/volume
----------------------------------------------------- ---------------------------------------
This feature is marked EXPERIMENTAL because the implementation
directly accesses hardware registers and may not work as expected. USE
WITH CAUTION! To use this feature, you need to supply the
experimental=1 parameter when loading the module.
This feature allows volume control on ThinkPad models which don't have This feature allows volume control on ThinkPad models which don't have
a hardware volume knob. The available commands are: a hardware volume knob. The available commands are:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment