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