From 47387f6f300a78775f9b5062d0c6f356ffb77877 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Wed, 11 Sep 2024 04:53:28 +0700 Subject: [PATCH] Add bootarg to allow all kexts to be loaded on unsupported OS versions --- Scripts/config_prodigy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/config_prodigy.py b/Scripts/config_prodigy.py index 0338d1e..3caa217 100644 --- a/Scripts/config_prodigy.py +++ b/Scripts/config_prodigy.py @@ -186,7 +186,7 @@ class ConfigProdigy: if not "SURFACE" in motherboard_name and "I2C" in touchpad_communication: boot_args.append("-vi2c-force-polling") - if macos_version > (23, 0, 0): + if "Beta" in os_data.get_macos_name_by_darwin(macos_version): boot_args.append("-lilubetaall") if "Discrete GPU" in unsupported_devices: