From 7096a0cb26d859f91b50853fa3ca41efdf100147 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Thu, 28 Aug 2014 01:31:33 +0200 Subject: ec/lenovo/h8: Rename LED to avoid conflicting with thinkpad-acpi Change-Id: I9fd7f894d0e611f61e8702e4eacb12d7b81154d8 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/6789 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Edward O'Callaghan --- src/ec/lenovo/h8/acpi/ec.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ec/lenovo/h8/acpi/ec.asl') diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl index f08e1075a8..b4027336b7 100644 --- a/src/ec/lenovo/h8/acpi/ec.asl +++ b/src/ec/lenovo/h8/acpi/ec.asl @@ -70,7 +70,7 @@ Device(EC) Return (ECMD) } - Method (LED, 1, NotSerialized) + Method (TLED, 1, NotSerialized) { Store(Arg0, LEDS) } -- cgit v1.2.3