aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/lenovo')
-rw-r--r--src/ec/lenovo/h8/acpi/battery.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/lenovo/h8/acpi/battery.asl b/src/ec/lenovo/h8/acpi/battery.asl
index 7dd49fe0fd..6abd4a52dd 100644
--- a/src/ec/lenovo/h8/acpi/battery.asl
+++ b/src/ec/lenovo/h8/acpi/battery.asl
@@ -223,7 +223,7 @@ Device (BAT0)
if (B0PR) {
Return (BSTA(0, BATI, B0CH, B0DI))
} else {
- Return (BATS)
+ Return (Package () { 0, 0, 0, 0 })
}
}
@@ -281,7 +281,7 @@ Device (BAT1)
if (B1PR) {
Return (BSTA(0x10, BATI, B1CH, B1DI))
} else {
- Return (BATS)
+ Return (Package () { 0, 0, 0, 0 })
}
}