aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/lenovo/h8/acpi')
-rw-r--r--src/ec/lenovo/h8/acpi/ec.asl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl
index 0bcf44159c..3ba4aa9819 100644
--- a/src/ec/lenovo/h8/acpi/ec.asl
+++ b/src/ec/lenovo/h8/acpi/ec.asl
@@ -40,6 +40,8 @@ Device(EC)
Offset (0x3B),
, 1,
KBLT, 1, /* Keyboard Light */
+ , 2,
+ USPW, 1, /* USB Power enable */
Offset (0x4e),
WAKE, 16,
Offset (0x78),
@@ -73,6 +75,12 @@ Device(EC)
Store(Arg0, AMUT)
}
+ Method (USBP, 1, NotSerialized)
+ {
+ Store(Arg0, USPW)
+ }
+
+
/* Sleep Button pressed */
Method(_Q13, 0, NotSerialized)
{