From 5063ee4c42192552144e513ccdc5954e93be0734 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Fri, 8 May 2026 23:08:56 +0800 Subject: [PATCH] smbios: Update Laptop 13 Pro naming Signed-off-by: Daniel Schaefer --- framework_lib/src/smbios.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework_lib/src/smbios.rs b/framework_lib/src/smbios.rs index 955e8ec..1fbf1c8 100644 --- a/framework_lib/src/smbios.rs +++ b/framework_lib/src/smbios.rs @@ -208,7 +208,7 @@ pub fn get_platform() -> Option { "Laptop 13 (AMD Ryzen AI 300 Series)" => Some(Platform::Framework13AmdAi300), "Laptop 12 (13th Gen Intel Core)" => Some(Platform::Framework12IntelGen13), "Laptop 13 (Intel Core Ultra Series 1)" => Some(Platform::IntelCoreUltra1), - "Framework Laptop 13 Pro (Intel Core Ultra Series 3)" => Some(Platform::IntelCoreUltra3), + "Laptop 13 Pro (Intel Core Ultra Series 3)" => Some(Platform::IntelCoreUltra3), "Laptop 16 (AMD Ryzen 7040 Series)" => Some(Platform::Framework16Amd7080), "Laptop 16 (AMD Ryzen AI 300 Series)" => Some(Platform::Framework16AmdAi300), "Desktop (AMD Ryzen AI Max 300 Series)" => Some(Platform::FrameworkDesktopAmdAiMax300),