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
6 changes: 4 additions & 2 deletions msi-ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1118,8 +1118,6 @@ static const char *ALLOWED_FW_G2_1[] __initconst = {
"158NIMS1.10D", // Bravo 15 C7UCX
"158NIMS1.10E",
"158NIMS1.30C", // Bravo 15 C7VFKP
"158NIMS1.502", // Katana A15 AI B8V(F)
"158NIMS1.505",
Comment on lines -1121 to -1122
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"158NIMS1.502", // Katana A15 AI B8V(F)
"158NIMS1.505",
"158NIMS1.502", // Katana A15 AI B8V, Bravo 15 C7U/V
"158NIMS1.505",
"158NIMS1.506",

"158PIMS1.106", // Bravo 15 B7ED
"158PIMS1.111",
"158PIMS1.112",
Expand Down Expand Up @@ -1626,6 +1624,10 @@ static const char *ALLOWED_FW_G2_10[] __initconst = {
"1572EMS1.106", // Creator Z16 A12U
"1572EMS1.107",
"1587EMS1.102", // Katana 15 HX B14WEK
"158NIMS1.502", // Katana A15 AI B8V(F)
"158NIMS1.505", // Katana A15 AI B8V(F)
"158NIMS1.506", // Katana A15 AI B8V(F)
Comment on lines +1627 to +1629
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"158NIMS1.502", // Katana A15 AI B8V(F)
"158NIMS1.505", // Katana A15 AI B8V(F)
"158NIMS1.506", // Katana A15 AI B8V(F)

"158NIMS1.507", // Katana A15 AI B8V(F)
"15F2EMS1.109", // Stealth 16 Studio A13VG
"15F4EMS1.105", // Stealth 16 AI Studio A1VFG
"15F4EMS1.106",
Expand Down