From ba916add8e2e2d075c658bdc2b4a38f178dfdbee Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Thu, 7 Nov 2024 00:12:46 +0700 Subject: [PATCH] Enable patch to fix system clocks for Intel Coffee Lake CPUs and newer --- Scripts/acpi_guru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/acpi_guru.py b/Scripts/acpi_guru.py index d9d5c63..1802597 100644 --- a/Scripts/acpi_guru.py +++ b/Scripts/acpi_guru.py @@ -3138,7 +3138,7 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "UsbReset", 0x00001000) if hardware_report.get("Motherboard").get("Chipset") in ("C610/X99", "Wellsburg", "X299"): selected_patches.append("RTC0") - if "AMD" in hardware_report.get("CPU").get("Manufacturer") or self.utils.contains_any(chipset_data.IntelChipsets, hardware_report.get("Motherboard").get("Chipset"), start=89): + if "AMD" in hardware_report.get("CPU").get("Manufacturer") or self.utils.contains_any(cpu_data.IntelCPUGenerations, hardware_report.get("CPU").get("Codename"), end=16): selected_patches.append("RTCAWAC") if "SURFACE" in hardware_report.get("Motherboard").get("Name"):