From c01251ef7ab733e4bbcc81fb04ad2679e6008cc5 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 24 Mar 2025 14:13:52 -0600 Subject: [PATCH] ec: Add bonw16 Signed-off-by: Tim Crawford --- src/app/ec.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/ec.rs b/src/app/ec.rs index 60c80bc..22668a6 100644 --- a/src/app/ec.rs +++ b/src/app/ec.rs @@ -337,6 +337,7 @@ impl EcComponent { "X170SM-G" => "system76/bonw14".to_string(), "X370SNx" => "system76/bonw15".to_string(), "X370SNx1" => "system76/bonw15-b".to_string(), + "X58xWNx" => "system76/bonw16".to_string(), _ => model.to_string(), } };