From 46ad4918250a8845f565db73720b2eeac360dff0 Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Thu, 21 Apr 2022 12:05:18 +0200 Subject: [PATCH] Add lightbar support for Stellaris Intel gen 4 --- src/uniwill_keyboard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index 37b2a12..705055a 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -698,6 +698,7 @@ static int uw_lightbar_init(struct platform_device *dev) #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 18, 0) || dmi_match(DMI_PRODUCT_SKU, "STELLARIS1XI03") || dmi_match(DMI_PRODUCT_SKU, "STELLARIS1XA03") + || dmi_match(DMI_PRODUCT_SKU, "STELLARIS1XI04") #endif ;