Skip to content

Commit 966de7a

Browse files
crawfxrdjackpot51
authored andcommitted
Add lemp11
Signed-off-by: Tim Crawford <[email protected]>
1 parent 3502d47 commit 966de7a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/app/bios.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ impl BiosComponent {
130130
"gaze17-3060-b" |
131131
"lemp9" |
132132
"lemp10" |
133+
"lemp11" |
133134
"oryp5" |
134135
"oryp6" |
135136
"oryp7" |

src/app/ec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ impl EcComponent {
149149
match model {
150150
"L140CU" => "system76/lemp9".to_string(),
151151
"L140MU" => "system76/lemp10".to_string(),
152+
"L140PU" => "system76/lemp11".to_string(),
152153
"N130ZU" => "system76/galp3-c".to_string(),
153154
"N140CU" => "system76/galp4".to_string(),
154155
"N150ZU" => "system76/darp5".to_string(),

0 commit comments

Comments
 (0)