From 5f1ef1731e6794531878dd9436e6df140247b771 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Fri, 18 Nov 2022 07:51:33 -0700 Subject: [PATCH] ec: Fix power off issues on ADL and TGL - adl-p: Fix case where system gets stuck in S5 due to power loss - tgl-u: Fix case where system gets stuck in S5 due to power loss - galp5: Fix power off failing due to WLAN GPIO Signed-off-by: Tim Crawford --- CHANGELOG.md | 5 ++++- ec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbd35c..56518e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,13 @@ Changes are identified by the date of the released firmware including them. If you are running System76 Open Firmware, opening the boot menu will show this date followed by an underscore and a short git revision. -## 2022-11-17 +## 2022-11-18 - Updated Rust toolchain to nightly-2022-03-18 - adl-p: Added workaround to force S0ix entry on suspend +- adl-p: Fixed case where system gets stuck in S5 due to power loss +- tgl-u: Fixed case where system gets stuck in S5 due to power loss +- galp5: Fixed power off failing due to WLAN GPIO ## 2022-11-14 diff --git a/ec b/ec index edbb5b5..be4659a 160000 --- a/ec +++ b/ec @@ -1 +1 @@ -Subproject commit edbb5b594a12f757212aa7b1b9a93bb5f3d54b41 +Subproject commit be4659a0cb6fbcf90595de4f5a7b5b553ce70c35