Skip to content

Commit 4d5cda0

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 6731e9c commit 4d5cda0

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>
@@ -345,7 +344,6 @@ void power_cpu_reset(void) {
345344
// Reset fans
346345
fan_reset();
347346
//TODO: reset KBC and touchpad states
348-
kbled_reset();
349347
// Set PL4
350348
power_set_limit();
351349
}

0 commit comments

Comments
 (0)