aboutsummaryrefslogtreecommitdiff
path: root/src/ec/quanta/it8518/acpi/ec.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/quanta/it8518/acpi/ec.asl')
-rw-r--r--src/ec/quanta/it8518/acpi/ec.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/quanta/it8518/acpi/ec.asl b/src/ec/quanta/it8518/acpi/ec.asl
index b510b8ab1a..6433523620 100644
--- a/src/ec/quanta/it8518/acpi/ec.asl
+++ b/src/ec/quanta/it8518/acpi/ec.asl
@@ -602,7 +602,7 @@ Device (EC0)
// AC Power Removed
Method (_Q27, 0, NotSerialized)
{
- \PWRS = Zero
+ \PWRS = 0
Notify (AC, 0x80)
\PNOT ()
}
@@ -617,7 +617,7 @@ Device (EC0)
// LID Close (Suspend Trigger)
Method (_Q2B)
{
- \LIDS = Zero
+ \LIDS = 0
Notify (\_SB.LID0, 0x80)
}