From f666df45696c7385333722959a88837a8b910202 Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Tue, 4 Aug 2020 11:48:46 +0200 Subject: [PATCH] Write uw kbd bl state on resume --- src/uniwill_keyboard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index 86a767b..18b54a7 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -341,6 +341,7 @@ static int uniwill_keyboard_suspend(struct platform_device *dev, pm_message_t st static int uniwill_keyboard_resume(struct platform_device *dev) { + uniwill_write_kbd_bl_state(); return 0; }