KBL/UW: Fix immediate brightness value not set to 0 on init

This commit is contained in:
Werner Sembach 2023-05-17 18:36:57 +02:00
parent d4dac19290
commit fb574edbf4

View file

@ -72,7 +72,7 @@ static int uniwill_write_kbd_bl_white(u8 brightness)
// value for some reason.
// Sidenote: IBP Gen6/7 has immediate brightness value on 0x1802 and not on 0x1808, but does
// not need this workaround.
if (!data) {
if (!data && brightness) {
uniwill_write_ec_ram(UW_EC_REG_KBD_BL_RGB_BLUE_BRIGHTNESS, 0x01);
}