summaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/acpi/ec.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/lenovo/h8/acpi/ec.asl')
-rw-r--r--src/ec/lenovo/h8/acpi/ec.asl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl
index 944858ff8f..b6121aab1a 100644
--- a/src/ec/lenovo/h8/acpi/ec.asl
+++ b/src/ec/lenovo/h8/acpi/ec.asl
@@ -149,6 +149,7 @@ Device(EC)
Method(_Q26, 0, NotSerialized)
{
Notify (AC, 0x80)
+ \PNOT()
}
/* AC status change: not present */
@@ -156,6 +157,7 @@ Device(EC)
{
Notify (AC, 0x80)
Store(0x50, EVNT)
+ \PNOT()
}
Method(_Q2A, 0, NotSerialized)