From 17c6854c465823a651431b38d89e7a6b6d070707 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Tue, 3 Dec 2024 13:40:15 +0700 Subject: [PATCH] Update NVMeFix kext support for macOS Sequoia --- Scripts/compatibility_checker.py | 3 --- Scripts/datasets/kext_data.py | 1 - 2 files changed, 4 deletions(-) diff --git a/Scripts/compatibility_checker.py b/Scripts/compatibility_checker.py index 71bdbd1..bbb1905 100644 --- a/Scripts/compatibility_checker.py +++ b/Scripts/compatibility_checker.py @@ -268,9 +268,6 @@ class CompatibilityChecker: self.utils.request_input("\n\nDisable Intel RST VMD in the BIOS before exporting the hardware report and try again with the new report") self.utils.exit_program() - if device_id in ("144D-A809", "2646-2263"): - max_version = "23.99.99" - controller_props["Compatibility"] = (max_version, min_version) if next((device for device in pci_data.UnsupportedNVMeSSDIDs if device_id == device[0] and subsystem_id in device[1]), None): diff --git a/Scripts/datasets/kext_data.py b/Scripts/datasets/kext_data.py index 2d1963a..a25c23d 100644 --- a/Scripts/datasets/kext_data.py +++ b/Scripts/datasets/kext_data.py @@ -514,7 +514,6 @@ 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", requires_kexts = ["Lilu"], github_repo = {