Update properties for Ice Lake iGPU

This commit is contained in:
Hoang Hong Quan
2024-10-17 08:41:37 +07:00
parent 188ac6102e
commit 5558a07be8
2 changed files with 6 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ class SMBIOS:
else:
smbios_model = "MacBookPro16,3" if int(hardware_report.get("CPU").get("Core Count")) < 6 else "MacBookPro16,1"
elif "Ice Lake" in codename:
smbios_model = "MacBookAir9,1" if int(hardware_report.get("CPU").get("Core Count")) < 4 else "MacBookPro16,2"
smbios_model = "MacBookAir9,1"
return smbios_model