diff options
-rw-r--r-- | src/ec/lenovo/h8/acpi/ec.asl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl index b4027336b7..8db9221ce3 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) { } |