mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
ACPI: thinkpad-acpi: use uppercase for "LED" on user documentation
Change all occourences of the "led" word to full uppercase in user documentation. Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
af11610192
commit
65807cc284
1 changed files with 11 additions and 11 deletions
|
@ -697,7 +697,7 @@ ThinkLight control
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
procfs: /proc/acpi/ibm/light
|
procfs: /proc/acpi/ibm/light
|
||||||
sysfs attributes: as per led class, for the "tpacpi::thinklight" led
|
sysfs attributes: as per LED class, for the "tpacpi::thinklight" LED
|
||||||
|
|
||||||
procfs notes:
|
procfs notes:
|
||||||
|
|
||||||
|
@ -710,11 +710,11 @@ status as "unknown". The available commands are:
|
||||||
|
|
||||||
sysfs notes:
|
sysfs notes:
|
||||||
|
|
||||||
The ThinkLight sysfs interface is documented by the led class
|
The ThinkLight sysfs interface is documented by the LED class
|
||||||
documentation, in Documentation/leds-class.txt. The ThinkLight led name
|
documentation, in Documentation/leds-class.txt. The ThinkLight LED name
|
||||||
is "tpacpi::thinklight".
|
is "tpacpi::thinklight".
|
||||||
|
|
||||||
Due to limitations in the sysfs led class, if the status of the thinklight
|
Due to limitations in the sysfs LED class, if the status of the thinklight
|
||||||
cannot be read or if it is unknown, thinkpad-acpi will report it as "off".
|
cannot be read or if it is unknown, thinkpad-acpi will report it as "off".
|
||||||
It is impossible to know if the status returned through sysfs is valid.
|
It is impossible to know if the status returned through sysfs is valid.
|
||||||
|
|
||||||
|
@ -880,7 +880,7 @@ LED control
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
procfs: /proc/acpi/ibm/led
|
procfs: /proc/acpi/ibm/led
|
||||||
sysfs attributes: as per led class, see below for names
|
sysfs attributes: as per LED class, see below for names
|
||||||
|
|
||||||
Some of the LED indicators can be controlled through this feature. On
|
Some of the LED indicators can be controlled through this feature. On
|
||||||
some older ThinkPad models, it is possible to query the status of the
|
some older ThinkPad models, it is possible to query the status of the
|
||||||
|
@ -891,11 +891,11 @@ procfs notes:
|
||||||
|
|
||||||
The available commands are:
|
The available commands are:
|
||||||
|
|
||||||
echo '<led number> on' >/proc/acpi/ibm/led
|
echo '<LED number> on' >/proc/acpi/ibm/led
|
||||||
echo '<led number> off' >/proc/acpi/ibm/led
|
echo '<LED number> off' >/proc/acpi/ibm/led
|
||||||
echo '<led number> blink' >/proc/acpi/ibm/led
|
echo '<LED number> blink' >/proc/acpi/ibm/led
|
||||||
|
|
||||||
The <led number> range is 0 to 7. The set of LEDs that can be
|
The <LED number> range is 0 to 7. The set of LEDs that can be
|
||||||
controlled varies from model to model. Here is the common ThinkPad
|
controlled varies from model to model. Here is the common ThinkPad
|
||||||
mapping:
|
mapping:
|
||||||
|
|
||||||
|
@ -912,7 +912,7 @@ All of the above can be turned on and off and can be made to blink.
|
||||||
|
|
||||||
sysfs notes:
|
sysfs notes:
|
||||||
|
|
||||||
The ThinkPad LED sysfs interface is described in detail by the led class
|
The ThinkPad LED sysfs interface is described in detail by the LED class
|
||||||
documentation, in Documentation/leds-class.txt.
|
documentation, in Documentation/leds-class.txt.
|
||||||
|
|
||||||
The leds are named (in LED ID order, from 0 to 7):
|
The leds are named (in LED ID order, from 0 to 7):
|
||||||
|
@ -920,7 +920,7 @@ The leds are named (in LED ID order, from 0 to 7):
|
||||||
"tpacpi::dock_active", "tpacpi::bay_active", "tpacpi::dock_batt",
|
"tpacpi::dock_active", "tpacpi::bay_active", "tpacpi::dock_batt",
|
||||||
"tpacpi::unknown_led", "tpacpi::standby".
|
"tpacpi::unknown_led", "tpacpi::standby".
|
||||||
|
|
||||||
Due to limitations in the sysfs led class, if the status of the LED
|
Due to limitations in the sysfs LED class, if the status of the LED
|
||||||
indicators cannot be read due to an error, thinkpad-acpi will report it as
|
indicators cannot be read due to an error, thinkpad-acpi will report it as
|
||||||
a brightness of zero (same as LED off).
|
a brightness of zero (same as LED off).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue