Remove macOS support limitation for LucyRTL8125Ethernet

This commit is contained in:
Hoang Hong Quan
2024-10-20 07:36:41 +07:00
parent 0cdc2692cb
commit 5228fd8c68
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -226,8 +226,6 @@ class CompatibilityChecker:
if bus_type.startswith("PCI"):
if device_id in ("8086-125B", "8086-125C", "8086-125D", "8086-3102"):
min_version = "19.0.0"
elif device_id in ("10EC-3000", "10EC-8125", "1186-8125"):
max_version = "23.99.99"
if not is_device_supported:
device_props["Compatibility"] = (None, None)
-1
View File
@@ -313,7 +313,6 @@ kexts = [
name = "LucyRTL8125Ethernet",
description = "Provides support for Realtek RTL8125 family",
category = "Ethernet",
max_darwin_version = "23.99.99",
github_repo = {
"owner": "Mieze",
"repo": "LucyRTL8125Ethernet"