We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b52aee commit 3502d47Copy full SHA for 3502d47
src/app/bios.rs
@@ -113,6 +113,7 @@ impl BiosComponent {
113
"darp5" |
114
"darp6" |
115
"darp7" |
116
+ "darp8" |
117
"galp2" |
118
"galp3" |
119
"galp3-b" |
src/app/ec.rs
@@ -173,6 +173,7 @@ impl EcComponent {
173
}
174
},
175
"NS50MU" => "system76/darp7".to_string(),
176
+ "NS50_70PU" => "system76/darp8".to_string(),
177
"NV40Mx" | "NV40Mx-DV" | "NV40MJ" => "system76/galp5".to_string(),
178
"PB50Ex" => "system76/addw1".to_string(),
179
"PBx0Dx2" => "system76/addw2".to_string(),
0 commit comments