Skip to content

Commit 9d134aa

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 <tcrawford@system76.com>
1 parent 890906e commit 9d134aa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/board/system76/common/power

src/board/system76/common/power/intel.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <board/fan.h>
1212
#include <board/gpio.h>
1313
#include <board/kbc.h>
14-
#include <board/kbled.h>
1514
#include <board/lid.h>
1615
#include <board/peci.h>
1716
#include <board/pmc.h>
@@ -345,7 +344,6 @@ void power_cpu_reset(void) {
345344
fan_reset();
346345
//TODO: reset touchpad states
347346
kbc_reset();
348-
kbled_reset();
349347
// Set PL4
350348
//TODO: if this returns false, retry?
351349
power_peci_limit(

0 commit comments

Comments
 (0)