From f199d7b435ff3aeec78b2de3d39b16dea70b5ad9 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Tue, 24 Sep 2024 12:36:58 +0700 Subject: [PATCH] Add FeatureUnlock kext and set the latest supported macOS limit for AirportItlwm and NVMeFix kexts --- Scripts/datasets/kext_data.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Scripts/datasets/kext_data.py b/Scripts/datasets/kext_data.py index ed8872b..1dfad55 100644 --- a/Scripts/datasets/kext_data.py +++ b/Scripts/datasets/kext_data.py @@ -134,6 +134,7 @@ kexts = [ name = "AirportItlwm", description = "Intel Wi-Fi drivers support the native macOS Wi-Fi interface", category = "Wi-Fi", + max_darwin_version = (23, 99, 99), conflict_group_id = "IntelWiFi", github_repo = { "owner": "OpenIntelWireless", @@ -462,6 +463,7 @@ kexts = [ name = "NVMeFix", description = "Addresses compatibility and performance issues with NVMe SSDs", category = "Storage", + max_darwin_version = (23, 99, 99), min_darwin_version = (18, 0, 0), github_repo = { "owner": "acidanthera", @@ -547,6 +549,15 @@ kexts = [ "repo": "ECEnabler" } ), + KextInfo( + name = "FeatureUnlock", + description = "Enable additional features on unsupported hardware", + category = "Extras", + github_repo = { + "owner": "acidanthera", + "repo": "FeatureUnlock" + } + ), KextInfo( name = "ForgedInvariant", description = "The plug & play kext for syncing the TSC on AMD & Intel",