From d1655b23f4e427589ef44e85d098100fe46a1396 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Mon, 21 Oct 2024 11:42:37 +0700 Subject: [PATCH] Update LPC bus device path retrieval --- OpCore-Simplify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpCore-Simplify.py b/OpCore-Simplify.py index d07538a..c590d1f 100644 --- a/OpCore-Simplify.py +++ b/OpCore-Simplify.py @@ -150,7 +150,7 @@ class OCPE: self.ac.unsupported_devices = unsupported_devices self.ac.acpi_directory = os.path.join(self.result_dir, "EFI", "OC", "ACPI") self.ac.smbios_model = smbios_model - self.lpc_bus_device = self.ac.get_lpc_name(skip_ec=True,skip_common_names=True) + self.ac.lpc_bus_device = self.ac.get_lpc_name() for patch in self.ac.patches: if patch.checked: