From 4136ef8f2b09a1d3febe9366b3aac91e6cc3fffd Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Fri, 14 Oct 2022 09:02:39 -0600 Subject: [PATCH] ec: Fix KB backlight color with custom values Reload PWM counters when they reach 0 instead of immediately. Signed-off-by: Tim Crawford --- CHANGELOG.md | 3 ++- ec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f916fbd..f019a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ 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-10-11 +## 2022-10-14 - Fixed smart charger values for all boards +- Fixed keyboard backlight color with custom values - lemp11: Removed RTD3 config for card reader to fix suspend ## 2022-09-26 diff --git a/ec b/ec index 76019bd..f8d1123 160000 --- a/ec +++ b/ec @@ -1 +1 @@ -Subproject commit 76019bdb61e8211d17d590046520e79d3d4d1b90 +Subproject commit f8d1123934bd5c19e62d13f7e9bd5e6300d31706