aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ec/google/chromeec/acpi/battery.asl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ec/google/chromeec/acpi/battery.asl b/src/ec/google/chromeec/acpi/battery.asl
index 0a0caec279..1ff50991c0 100644
--- a/src/ec/google/chromeec/acpi/battery.asl
+++ b/src/ec/google/chromeec/acpi/battery.asl
@@ -294,8 +294,8 @@ Device (BAT0)
})
Name (BSTP, Zero)
- // Workaround for full battery status, enabled by default
- Name (BFWK, One)
+ // Workaround for full battery status, disabled by default
+ Name (BFWK, Zero)
// Method to enable full battery workaround
Method (BFWE)
@@ -384,8 +384,8 @@ Device (BAT1)
})
Name (BSTP, Zero)
- // Workaround for full battery status, enabled by default
- Name (BFWK, One)
+ // Workaround for full battery status, disabled by default
+ Name (BFWK, Zero)
// Method to enable full battery workaround
Method (BFWE)