Skip to content

Commit 5063ee4

Browse files
committed
smbios: Update Laptop 13 Pro naming
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent c559f9a commit 5063ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework_lib/src/smbios.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ pub fn get_platform() -> Option<Platform> {
208208
"Laptop 13 (AMD Ryzen AI 300 Series)" => Some(Platform::Framework13AmdAi300),
209209
"Laptop 12 (13th Gen Intel Core)" => Some(Platform::Framework12IntelGen13),
210210
"Laptop 13 (Intel Core Ultra Series 1)" => Some(Platform::IntelCoreUltra1),
211-
"Framework Laptop 13 Pro (Intel Core Ultra Series 3)" => Some(Platform::IntelCoreUltra3),
211+
"Laptop 13 Pro (Intel Core Ultra Series 3)" => Some(Platform::IntelCoreUltra3),
212212
"Laptop 16 (AMD Ryzen 7040 Series)" => Some(Platform::Framework16Amd7080),
213213
"Laptop 16 (AMD Ryzen AI 300 Series)" => Some(Platform::Framework16AmdAi300),
214214
"Desktop (AMD Ryzen AI Max 300 Series)" => Some(Platform::FrameworkDesktopAmdAiMax300),

0 commit comments

Comments
 (0)