mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Fix hardware report access for CPU codename
This commit is contained in:
@@ -3076,7 +3076,7 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "UsbReset", 0x00001000)
|
|||||||
if hardware_report.get("Motherboard").get("Chipset") in chipset_data.IntelChipsets[-7:]:
|
if hardware_report.get("Motherboard").get("Chipset") in chipset_data.IntelChipsets[-7:]:
|
||||||
selected_patches.append("RCSP")
|
selected_patches.append("RCSP")
|
||||||
|
|
||||||
if "Laptop" in hardware_report.get("Motherboard").get("Platform") and self.hardware_report.get("CPU").get("Codename") in cpu_data.IntelCPUGenerations[50:]:
|
if "Laptop" in hardware_report.get("Motherboard").get("Platform") and hardware_report.get("CPU").get("Codename") in cpu_data.IntelCPUGenerations[50:]:
|
||||||
selected_patches.append("FixHPET")
|
selected_patches.append("FixHPET")
|
||||||
|
|
||||||
for device_name, device_info in hardware_report.get("System Devices", {}).items():
|
for device_name, device_info in hardware_report.get("System Devices", {}).items():
|
||||||
|
|||||||
Reference in New Issue
Block a user