From c73983fd6ab8d125570df7c5e6a6b6552001ffca Mon Sep 17 00:00:00 2001 From: Nita Vesa Date: Mon, 4 May 2026 11:53:12 +0300 Subject: [PATCH] feat: Add support for GE76 Raider 10UG (WMI gen 1) Everything else works correctly, but both fan-mode and shift-mode have invalid values after booting to Linux. Setting them to correct values does work, but they get reset again to invalid values after reboot. --- msi-ec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/msi-ec.c b/msi-ec.c index 52c7073..23ef261 100644 --- a/msi-ec.c +++ b/msi-ec.c @@ -299,6 +299,7 @@ static const char *ALLOWED_FW_G1_3[] __initconst = { "16V1EMS1.116", "16V1EMS1.118", // GS66 Stealth 10SE "16V3EMS1.106", // GS66 Stealth 10UE + "17K2EMS1.104", // GE76 Raider 10UG NULL };