Skip to content

Commit

Permalink
ec: Use bonw15-b for new Bonobo name
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd committed Jul 12, 2024
1 parent 837069e commit f9105a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/ec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ impl EcComponent {
"PE60SNx" => "system76/oryp12".to_string(),
"PDxxSNx" => "system76/serw13".to_string(),
"X170SM-G" => "system76/bonw14".to_string(),
"X370SNx" | "X370SNx1" => "system76/bonw15".to_string(),
"X370SNx" => "system76/bonw15".to_string(),
"X370SNx1" => "system76/bonw15-b".to_string(),
_ => model.to_string(),
}
};
Expand Down

0 comments on commit f9105a6

Please sign in to comment.