From f08b9af71470b3c5f3ee15459cb6927f8f8865c2 Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Wed, 10 Nov 2021 21:29:03 +0100 Subject: [PATCH] Add three profiles to polaris/stellaris gen2/3 for the LEDs --- src/tuxedo_io/tuxedo_io.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c index 8a6ebfb..2d5ee92 100644 --- a/src/tuxedo_io/tuxedo_io.c +++ b/src/tuxedo_io/tuxedo_io.c @@ -90,6 +90,7 @@ static u32 uniwill_identify(void) ; uniwill_profile_v1_three_profs = false + // Devices with "classic" profile support || dmi_match(DMI_BOARD_NAME, "POLARIS1501A1650TI") || dmi_match(DMI_BOARD_NAME, "POLARIS1501A2060") || dmi_match(DMI_BOARD_NAME, "POLARIS1501I1650TI") @@ -98,6 +99,13 @@ static u32 uniwill_identify(void) || dmi_match(DMI_BOARD_NAME, "POLARIS1701A2060") || dmi_match(DMI_BOARD_NAME, "POLARIS1701I1650TI") || dmi_match(DMI_BOARD_NAME, "POLARIS1701I2060") + // Devices where profile mainly controls power profile LED status + || dmi_match(DMI_PRODUCT_SKU, "POLARIS1XA02") + || dmi_match(DMI_PRODUCT_SKU, "POLARIS1XI02") + || dmi_match(DMI_PRODUCT_SKU, "POLARIS1XA03") + || dmi_match(DMI_PRODUCT_SKU, "POLARIS1XI03") + || dmi_match(DMI_PRODUCT_SKU, "STELLARIS1XI03") + || dmi_match(DMI_PRODUCT_SKU, "STELLARIS1XA03") ; uniwill_profile_v1 =