diff options
author | David Henningsson <david.henningsson@canonical.com> | 2013-10-16 17:10:31 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-10-17 08:38:44 -0400 |
commit | 420f9739a62cdb027f5580d25c813501ff93aa6f (patch) | |
tree | 85e0bb1cb001b99c5ac449e92c86e141706588f8 /Documentation/laptops/thinkpad-acpi.txt | |
parent | 1d198f26c98e6501659d741d530f7b65e4b7aec3 (diff) |
thinkpad-acpi: Add mute and mic-mute LED functionality
The LEDs are currently not visible to userspace, for security
reasons. They are exported through thinkpad_acpi.h for use by the
snd-hda-intel driver.
Thanks to Alex Hung <alex.hung@canonical.com> and Takashi Iwai
<tiwai@suse.de> for writing parts of this patch.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/laptops/thinkpad-acpi.txt')
-rw-r--r-- | Documentation/laptops/thinkpad-acpi.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/laptops/thinkpad-acpi.txt b/Documentation/laptops/thinkpad-acpi.txt index 86c52360ffe7..fc04c14de4bb 100644 --- a/Documentation/laptops/thinkpad-acpi.txt +++ b/Documentation/laptops/thinkpad-acpi.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | ThinkPad ACPI Extras Driver | 1 | ThinkPad ACPI Extras Driver |
2 | 2 | ||
3 | Version 0.24 | 3 | Version 0.25 |
4 | December 11th, 2009 | 4 | October 16th, 2013 |
5 | 5 | ||
6 | Borislav Deianov <borislav@users.sf.net> | 6 | Borislav Deianov <borislav@users.sf.net> |
7 | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 7 | Henrique de Moraes Holschuh <hmh@hmh.eng.br> |
@@ -741,6 +741,9 @@ compiled with the CONFIG_THINKPAD_ACPI_UNSAFE_LEDS option enabled. | |||
741 | Distributions must never enable this option. Individual users that | 741 | Distributions must never enable this option. Individual users that |
742 | are aware of the consequences are welcome to enabling it. | 742 | are aware of the consequences are welcome to enabling it. |
743 | 743 | ||
744 | Audio mute and microphone mute LEDs are supported, but currently not | ||
745 | visible to userspace. They are used by the snd-hda-intel audio driver. | ||
746 | |||
744 | procfs notes: | 747 | procfs notes: |
745 | 748 | ||
746 | The available commands are: | 749 | The available commands are: |