Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion msi-ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand All @@ -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 },
Expand Down