[coreboot-gerrit] Patch set updated for coreboot: 7c324b2 ec/lenovo/h8: Implement thinkpad-acpi compatible LED function

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Aug 30 00:57:31 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 7c324b21bd9a41a74c15ad43a14f08510a14fcfc
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