mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
platform/x86: msi-ec: Add MSI Katana GF76 11UEK EC firmware
Add the firmware string '17L1EMS1.107' to the ALLOWED_FW_13 array. This enables Embedded Controller support, including battery charge thresholds, for the MSI Katana GF76 11UEK (MS-17L1) laptop. Tested on MSI Katana GF76 11UEK with EC firmware 17L1EMS1.107 and BIOS E17L1IMS.312. Signed-off-by: Yaroslav Dudkov <aroslavdudkov622@gmail.com> Link: https://patch.msgid.link/20260807180553.869371-1-aroslavdudkov622@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
parent
4f3183f5ae
commit
0b30e6e583
|
|
@ -1055,6 +1055,7 @@ static struct msi_ec_conf CONF12 __initdata = {
|
|||
|
||||
static const char * const ALLOWED_FW_13[] __initconst = {
|
||||
"1594EMS1.109", // MSI Prestige 16 Studio A13VE
|
||||
"17L1EMS1.107", // MSI Katana GF76 11UEK
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user