]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/x86: msi-ec: Add support for MSI Pulse GL66 12th Gen
authorLuis de Carlos <reskoldo73@gmail.com>
Wed, 27 May 2026 13:47:50 +0000 (15:47 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 9 Jun 2026 07:35:04 +0000 (10:35 +0300)
Add the firmware string '1583EMS1.109' to the ALLOWED_FW_10 array.
This enables Embedded Controller support, including battery charge
thresholds, for the MSI Pulse GL66 12UEK (MS-1583) laptop.

Signed-off-by: Luis de Carlos <reskoldo73@gmail.com>
Link: https://patch.msgid.link/20260527134750.25263-1-reskoldo73@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/msi-ec.c

index f19504dbf164ceea940a03995efe8b3404211371..0157e233e4300999b4a106a278f74ece468866a9 100644 (file)
@@ -823,6 +823,7 @@ static struct msi_ec_conf CONF9 __initdata = {
 
 static const char * const ALLOWED_FW_10[] __initconst = {
        "1582EMS1.107", // GF66 11UC
+       "1583EMS1.109", // Pulse GL66 12UEK
        NULL
 };