diff options
Diffstat (limited to 'src/ec/lenovo')
-rw-r--r-- | src/ec/lenovo/h8/acpi/ec.asl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl index 8db9221ce3..b7f8741e2b 100644 --- a/src/ec/lenovo/h8/acpi/ec.asl +++ b/src/ec/lenovo/h8/acpi/ec.asl @@ -43,6 +43,10 @@ Device(EC) EVNT, 8, /* write will trigger EC event */ Offset (0x3a), AMUT, 1, /* Audio Mute */ + , 3, + BTEB, 1, + WLEB, 1, + WWEB, 1, Offset (0x3B), , 1, KBLT, 1, /* Keyboard Light */ @@ -90,6 +94,13 @@ Device(EC) Store(Arg0, AMUT) } + Method (RADI, 1, NotSerialized) + { + Store(Arg0, WLEB) + Store(Arg0, WWEB) + Store(Arg0, BTEB) + } + Method (USBP, 1, NotSerialized) { Store(Arg0, USPW) |