the following patch was just integrated into master: commit 068edc1c52cb1e5b6376ba7f296ef8797a24cd5f Author: Nicola Corna nicola@corna.info Date: Sat Feb 11 14:52:24 2017 +0100
ec/lenovo/h8: Fix mute LEDs
thinkpad_acpi expects a SSMS method to turn on/off the mute LED and a MMTS method to turn on/off the microphone mute LED. With these methods implemented the driver can correctly sync the LEDs with the corresponding statuses.
There seems to be two different bits to mute the audio in the Lenovo H8 EC: * AMUT, used internally (for example to disable the audio before entering S3). * ALMT, controllable by the OS, which also toggles the mute LED (if present).
Tested on a X220T and on a X201.
Change-Id: I578f95f9619a53fd35f8a8bfe5564aeb6c789212 Signed-off-by: Nicola Corna nicola@corna.info Reviewed-on: https://review.coreboot.org/18329 Reviewed-by: Alexander Couzens lynxis@fe80.eu Tested-by: build bot (Jenkins)
See https://review.coreboot.org/18329 for details.
-gerrit