Skip to content

Commit 324ff5c

Browse files
committed
power: Do not reset KBLED state
Do not reset the keyboard backlight on CPU wake. This fixes keyboard backlight turning off and becoming white on wake from sleep. Signed-off-by: Tim Crawford <[email protected]>
1 parent 2d5cbad commit 324ff5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/board/system76/common/power.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <board/config.h>
99
#include <board/fan.h>
1010
#include <board/gpio.h>
11-
#include <board/kbled.h>
1211
#include <board/lid.h>
1312
#include <board/peci.h>
1413
#include <board/power.h>
@@ -342,7 +341,6 @@ void power_cpu_reset(void) {
342341
// Reset fans
343342
fan_reset();
344343
//TODO: reset KBC and touchpad states
345-
kbled_reset();
346344
// Set PL4
347345
//TODO: if this returns false, retry?
348346
power_peci_limit(

0 commit comments

Comments
 (0)