From cfac56be268a6f9608a8d29eff55f95bedd3e1ec Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Fri, 18 Sep 2020 17:35:27 +0200 Subject: [PATCH] Add new uw kbd bl IDs --- src/uniwill_keyboard.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index e57304c..19b59b9 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -541,6 +541,10 @@ static int uw_kbd_bl_init(struct platform_device *dev) int status = 0; uniwill_kbd_bl_type_rgb_single_color = false + // New names + | dmi_match(DMI_BOARD_NAME, "Polaris1501I2060") + | dmi_match(DMI_BOARD_NAME, "Polaris1701I2060") + // Old names | dmi_match(DMI_BOARD_NAME, "Polaris15I01") | dmi_match(DMI_BOARD_NAME, "Polaris17I01") | dmi_match(DMI_BOARD_NAME, "Polaris15A01");