From a8dd6c2c0b4e63847005d1025f766008c9732905 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Fri, 18 Aug 2023 11:17:58 -0600 Subject: [PATCH] Update ec - Changed battery charge start threshold to 90% - Changed charger to disable when battery is full These are made in response to Clevo's request for changes. The battery now defaults to a charge-discharge cycle of 90-100% capacity instead of always charging to 100%. It is possible to force charging by setting the start threshold to 0, or by resetting the EC (power off and unplug). Signed-off-by: Tim Crawford --- CHANGELOG.md | 2 ++ ec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edcaf34..b809f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ features apply to your model and firmware version, see the - gaze16: Fixed CPU not going lower than C2 due to card reader LTR - adl: Fixed CPU not going lower than C2 due to card reader LTR - rpl: Fixed CPU not going lower than C2 due to card reader LTR +- Changed battery charge start threshold to 90% +- Changed charger to disable when battery is full ## 2023-07-19 diff --git a/ec b/ec index 0190701..1097fd9 160000 --- a/ec +++ b/ec @@ -1 +1 @@ -Subproject commit 01907011bb6314bea0863eb33e6f1b93f6f4874a +Subproject commit 1097fd999abf39291c322fafae8020df95d69e2e