Initial commit: publicly released versions of ibm-acpi from 2.6.18 and 2.6.19
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / releases / upstream / 2.6.19 / 0003-ACPI-ibm_acpi-Update-documentation-for-brightness-and-volume.txt
blob15dedad53c81dafaed8a3ecfdb40a0e791d8ebd3
1 From 24f7ff0af855ece60064a2532d8b316df02983c6 Mon Sep 17 00:00:00 2001
2 From: Stefan Schmidt <stefan@datenfreihafen.org>
3 Date: Fri, 22 Sep 2006 12:19:15 +0200
4 Subject: [PATCH 3/5] ACPI: ibm_acpi: Update documentation for brightness and volume.
6 Document the change of the experimental flag for brightness and volume.
8 Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
9 Acked-by: Borislav Deianov <borislav@users.sourceforge.net>
10 Signed-off-by: Len Brown <len.brown@intel.com>
11 ---
12  Documentation/ibm-acpi.txt |   22 ++++++----------------
13  1 files changed, 6 insertions(+), 16 deletions(-)
15 diff --git a/Documentation/ibm-acpi.txt b/Documentation/ibm-acpi.txt
16 index 71aa403..1672590 100644
17 --- a/Documentation/ibm-acpi.txt
18 +++ b/Documentation/ibm-acpi.txt
19 @@ -30,8 +30,8 @@ detailed description):
20         - ACPI sounds
21         - temperature sensors
22         - Experimental: embedded controller register dump
23 -       - Experimental: LCD brightness control
24 -       - Experimental: volume control
25 +       - LCD brightness control
26 +       - Volume control
27         - Experimental: fan speed, fan enable/disable
29  A compatibility table by model and feature is maintained on the web
30 @@ -523,13 +523,8 @@ registers contain the current battery capacity, etc. If you experiment
31  with this, do send me your results (including some complete dumps with
32  a description of the conditions when they were taken.)
34 -EXPERIMENTAL: LCD brightness control -- /proc/acpi/ibm/brightness
35 ------------------------------------------------------------------
37 -This feature is marked EXPERIMENTAL because the implementation
38 -directly accesses hardware registers and may not work as expected. USE
39 -WITH CAUTION! To use this feature, you need to supply the
40 -experimental=1 parameter when loading the module.
41 +LCD brightness control -- /proc/acpi/ibm/brightness
42 +---------------------------------------------------
44  This feature allows software control of the LCD brightness on ThinkPad
45  models which don't have a hardware brightness slider. The available
46 @@ -542,13 +537,8 @@ commands are:
47  The <level> number range is 0 to 7, although not all of them may be
48  distinct. The current brightness level is shown in the file.
50 -EXPERIMENTAL: Volume control -- /proc/acpi/ibm/volume
51 ------------------------------------------------------
53 -This feature is marked EXPERIMENTAL because the implementation
54 -directly accesses hardware registers and may not work as expected. USE
55 -WITH CAUTION! To use this feature, you need to supply the
56 -experimental=1 parameter when loading the module.
57 +Volume control -- /proc/acpi/ibm/volume
58 +---------------------------------------
60  This feature allows volume control on ThinkPad models which don't have
61  a hardware volume knob. The available commands are:
62 -- 
63 1.4.4.1