From f9105a6e3ee6e4faaeda8e49414e34f3752b7971 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Fri, 12 Jul 2024 13:10:45 -0600 Subject: [PATCH] ec: Use bonw15-b for new Bonobo name Signed-off-by: Tim Crawford --- src/app/ec.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/ec.rs b/src/app/ec.rs index 745d34b..3789c0b 100644 --- a/src/app/ec.rs +++ b/src/app/ec.rs @@ -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(), } };