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 3502d47 commit 966de7aCopy full SHA for 966de7a
src/app/bios.rs
@@ -130,6 +130,7 @@ impl BiosComponent {
130
"gaze17-3060-b" |
131
"lemp9" |
132
"lemp10" |
133
+ "lemp11" |
134
"oryp5" |
135
"oryp6" |
136
"oryp7" |
src/app/ec.rs
@@ -149,6 +149,7 @@ impl EcComponent {
149
match model {
150
"L140CU" => "system76/lemp9".to_string(),
151
"L140MU" => "system76/lemp10".to_string(),
152
+ "L140PU" => "system76/lemp11".to_string(),
153
"N130ZU" => "system76/galp3-c".to_string(),
154
"N140CU" => "system76/galp4".to_string(),
155
"N150ZU" => "system76/darp5".to_string(),
0 commit comments