[coreboot-gerrit] New patch to review for coreboot: 5753111 ec/lenovo/h8: Implement thinkpad-acpi compatible LED function

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Thu Aug 28 01:55:07 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6790

-gerrit

commit 5753111c37175cf3c9c27ffef86e95ee77f448c3
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Thu Aug 28 01:41:20 2014 +0200

    ec/lenovo/h8: Implement thinkpad-acpi compatible LED function
    
    Change-Id: I9998b0b4a1413ab65f1dbdf59b2f84d331ce9c3d
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/ec/lenovo/h8/acpi/ec.asl | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl
index 28f095c..3971ec2 100644
--- a/src/ec/lenovo/h8/acpi/ec.asl
+++ b/src/ec/lenovo/h8/acpi/ec.asl
@@ -75,6 +75,12 @@ Device(EC)
 		Store(Arg0, LEDS)
 	}
 
+	/* Not used for coreboot. Provided for compatibility with thinkpad-acpi.  */
+	Method (LED, 2, NotSerialized)
+	{
+		TLED(Or(Arg0, Arg1))
+	}
+
 	Method (_INI, 0, NotSerialized)
 	{
 	}



More information about the coreboot-gerrit mailing list