Skip to content

Commit 3502d47

Browse files
committed
Add darp8
Signed-off-by: Tim Crawford <[email protected]>
1 parent 6b52aee commit 3502d47

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
@@ -113,6 +113,7 @@ impl BiosComponent {
113113
"darp5" |
114114
"darp6" |
115115
"darp7" |
116+
"darp8" |
116117
"galp2" |
117118
"galp3" |
118119
"galp3-b" |

src/app/ec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ impl EcComponent {
173173
}
174174
},
175175
"NS50MU" => "system76/darp7".to_string(),
176+
"NS50_70PU" => "system76/darp8".to_string(),
176177
"NV40Mx" | "NV40Mx-DV" | "NV40MJ" => "system76/galp5".to_string(),
177178
"PB50Ex" => "system76/addw1".to_string(),
178179
"PBx0Dx2" => "system76/addw2".to_string(),

0 commit comments

Comments
 (0)