From 4d96aabd5291cf95c448cba67c12184f610f7db9 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 28 Jan 2025 06:33:53 -0700 Subject: [PATCH 1/4] change note about the Pangolins to a table --- content/laptop-battery-thresholds.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/laptop-battery-thresholds.md b/content/laptop-battery-thresholds.md index 6fe350b2f5..274615530a 100644 --- a/content/laptop-battery-thresholds.md +++ b/content/laptop-battery-thresholds.md @@ -20,6 +20,12 @@ The default charging profile for System76 laptops with Open Firmware has a start To determine if your laptop has Open Firmware or proprietary firmware, see [this article](/articles/open-firmware-systems). (If a system has Open Firmware, then it must also have Open EC to work with charging thresholds.) See [Charging Thresholds](#configuring-charging-thresholds-open-firmware) for Open Firmware systems or [FlexiCharger](#configuring-flexicharger-proprietary-firmware) for proprietary firmware systems. +## Do not support Charging Thresholds or FlexiCharge + +| Model | Codename | +|:-----:|:---------:| +| Pangolin | pang12-pang14 | + ## Configuring Charging Thresholds (Open Firmware) **Note:** This feature is not currently finished. Currently, the thresholds are reset when the EC is reset (which happens when the system is shut down and the power is unplugged). Once the feature is complete, the thresholds will be persistent and a GUI will be available to set them. To work around this limitation in the short term, you can [use systemd to set thresholds at boot](#at-boot). @@ -97,5 +103,3 @@ To adjust the thresholds, reboot the computer and enter the UEFI setup utility b ![Enabling FlexiCharger](/images/laptop-charging-thresholds/flexicharger.jpg) Once configured, save and exit the setup utility. The thresholds can be disabled at any time by setting FlexiCharger back to Disabled. - -**Note:** The pang12, pang13 and pang14 do not support FlexiCharging. From 94b551a23507d9dd628316ad2a54a67f1e69bd77 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 28 Jan 2025 06:37:24 -0700 Subject: [PATCH 2/4] add pang15 to the list of models --- content/laptop-battery-thresholds.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/laptop-battery-thresholds.md b/content/laptop-battery-thresholds.md index 274615530a..5eaa56996e 100644 --- a/content/laptop-battery-thresholds.md +++ b/content/laptop-battery-thresholds.md @@ -5,6 +5,8 @@ description: > keywords: - Battery - Battery Life + - Charging Thresholds + - FlexiCharge facebookImage: /_social/article twitterImage: /_social/article @@ -24,7 +26,7 @@ To determine if your laptop has Open Firmware or proprietary firmware, see [this | Model | Codename | |:-----:|:---------:| -| Pangolin | pang12-pang14 | +| Pangolin | pang12-pang15 | ## Configuring Charging Thresholds (Open Firmware) From 63475357027be10f98d6c077130c6f878339c759 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 28 Jan 2025 08:57:24 -0700 Subject: [PATCH 3/4] update table based on feedback --- content/laptop-battery-thresholds.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/content/laptop-battery-thresholds.md b/content/laptop-battery-thresholds.md index 5eaa56996e..cad6e4a052 100644 --- a/content/laptop-battery-thresholds.md +++ b/content/laptop-battery-thresholds.md @@ -22,11 +22,14 @@ The default charging profile for System76 laptops with Open Firmware has a start To determine if your laptop has Open Firmware or proprietary firmware, see [this article](/articles/open-firmware-systems). (If a system has Open Firmware, then it must also have Open EC to work with charging thresholds.) See [Charging Thresholds](#configuring-charging-thresholds-open-firmware) for Open Firmware systems or [FlexiCharger](#configuring-flexicharger-proprietary-firmware) for proprietary firmware systems. -## Do not support Charging Thresholds or FlexiCharge - -| Model | Codename | -|:-----:|:---------:| -| Pangolin | pang12-pang15 | +## Charging Thresholds or FlexiCharge support + +| Model | Codename | Charging Thresholds | FleixCharger | +|:-----:|:---------:|:---------:|:---------:| +| Pangolin | pang12 | No | No | +| Pangolin | pang13 | No | No | +| Pangolin | pang14 | No | No | +| Pangolin | pang15 | No | No | ## Configuring Charging Thresholds (Open Firmware) From e9a1db9a8dd095e7cfcc989a82c6062764e7558b Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 28 Jan 2025 10:57:59 -0700 Subject: [PATCH 4/4] address feedback --- content/laptop-battery-thresholds.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/laptop-battery-thresholds.md b/content/laptop-battery-thresholds.md index cad6e4a052..657ec404f5 100644 --- a/content/laptop-battery-thresholds.md +++ b/content/laptop-battery-thresholds.md @@ -22,14 +22,14 @@ The default charging profile for System76 laptops with Open Firmware has a start To determine if your laptop has Open Firmware or proprietary firmware, see [this article](/articles/open-firmware-systems). (If a system has Open Firmware, then it must also have Open EC to work with charging thresholds.) See [Charging Thresholds](#configuring-charging-thresholds-open-firmware) for Open Firmware systems or [FlexiCharger](#configuring-flexicharger-proprietary-firmware) for proprietary firmware systems. -## Charging Thresholds or FlexiCharge support - -| Model | Codename | Charging Thresholds | FleixCharger | -|:-----:|:---------:|:---------:|:---------:| -| Pangolin | pang12 | No | No | -| Pangolin | pang13 | No | No | -| Pangolin | pang14 | No | No | -| Pangolin | pang15 | No | No | +## Models that do not support either Charging Thresholds or FlexiCharge + +| Model | Codename | +|:-----:|:---------:| +| Pangolin | pang12 | +| Pangolin | pang13 | +| Pangolin | pang14 | +| Pangolin | pang15 | ## Configuring Charging Thresholds (Open Firmware)