diff --git a/msi-ec.c b/msi-ec.c index fb0e4c2..ae9dbf3 100644 --- a/msi-ec.c +++ b/msi-ec.c @@ -1340,6 +1340,7 @@ static const char *ALLOWED_FW_G2_3[] __initconst = { "14QKIMS1.108", // Venture A14 AI+ A3HMG "15A1EMS1.105", // Prestige 16 AI Evo B1MG "15A3EMS1.104", // Prestige 16 AI+ Evo B2VMG + "2622EMS1.112", // Prestige 16 Flip AI+ C3MTG NULL }; @@ -1360,7 +1361,7 @@ static struct msi_ec_conf CONF_G2_3 __initdata = { .address = 0x98, .bit = 7, }, - .shift_mode = { + .shift_mode = { // 2622 has a new shift mode 0xc5 (super power mode) .address = 0xd2, .modes = { { SM_ECO_NAME, 0xc2 },