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),