mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Add HoRNDIS and Sinetek-rtsx kexts and update information for some other kexts
This commit is contained in:
@@ -280,6 +280,19 @@ kexts = [
|
|||||||
"repo": "AtherosE2200Ethernet"
|
"repo": "AtherosE2200Ethernet"
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
KextInfo(
|
||||||
|
name = "HoRNDIS",
|
||||||
|
description = "Use the USB tethering mode of the Android phone to access the Internet",
|
||||||
|
category = "Ethernet",
|
||||||
|
github_repo = {
|
||||||
|
"owner": "TomHeaven",
|
||||||
|
"repo": "HoRNDIS"
|
||||||
|
},
|
||||||
|
download_info = {
|
||||||
|
"id": 79378595,
|
||||||
|
"url": "https://github.com/TomHeaven/HoRNDIS/releases/download/rel9.3_2/Release.zip"
|
||||||
|
}
|
||||||
|
),
|
||||||
KextInfo(
|
KextInfo(
|
||||||
name = "IntelMausi",
|
name = "IntelMausi",
|
||||||
description = "Intel Ethernet LAN driver for macOS",
|
description = "Intel Ethernet LAN driver for macOS",
|
||||||
@@ -366,7 +379,7 @@ kexts = [
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
KextInfo(
|
KextInfo(
|
||||||
name = "VoodooPS2",
|
name = "VoodooPS2Controller",
|
||||||
description = "Provides support for PS/2 keyboards, trackpads, and mouse",
|
description = "Provides support for PS/2 keyboards, trackpads, and mouse",
|
||||||
category = "Input",
|
category = "Input",
|
||||||
github_repo = {
|
github_repo = {
|
||||||
@@ -473,9 +486,11 @@ kexts = [
|
|||||||
KextInfo(
|
KextInfo(
|
||||||
name = "RealtekCardReader",
|
name = "RealtekCardReader",
|
||||||
description = "Realtek PCIe/USB-based SD card reader driver",
|
description = "Realtek PCIe/USB-based SD card reader driver",
|
||||||
category = "SD Controller",
|
category = "Card Reader",
|
||||||
min_darwin_version = "18.0.0",
|
min_darwin_version = "18.0.0",
|
||||||
|
max_darwin_version = "23.99.99",
|
||||||
requires_kexts = ["RealtekCardReaderFriend"],
|
requires_kexts = ["RealtekCardReaderFriend"],
|
||||||
|
conflict_group_id = "RealtekCardReader",
|
||||||
github_repo = {
|
github_repo = {
|
||||||
"owner": "0xFireWolf",
|
"owner": "0xFireWolf",
|
||||||
"repo": "RealtekCardReader"
|
"repo": "RealtekCardReader"
|
||||||
@@ -484,7 +499,7 @@ kexts = [
|
|||||||
KextInfo(
|
KextInfo(
|
||||||
name = "RealtekCardReaderFriend",
|
name = "RealtekCardReaderFriend",
|
||||||
description = "Makes System Information recognize your Realtek card reader",
|
description = "Makes System Information recognize your Realtek card reader",
|
||||||
category = "SD Controller",
|
category = "Card Reader",
|
||||||
min_darwin_version = "18.0.0",
|
min_darwin_version = "18.0.0",
|
||||||
max_darwin_version = "22.99.99",
|
max_darwin_version = "22.99.99",
|
||||||
requires_kexts = ["RealtekCardReader"],
|
requires_kexts = ["RealtekCardReader"],
|
||||||
@@ -493,6 +508,16 @@ kexts = [
|
|||||||
"repo": "RealtekCardReaderFriend"
|
"repo": "RealtekCardReaderFriend"
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
KextInfo(
|
||||||
|
name = "Sinetek-rtsx",
|
||||||
|
description = "Realtek PCIe-based SD card reader driver",
|
||||||
|
category = "Card Reader",
|
||||||
|
conflict_group_id = "RealtekCardReader",
|
||||||
|
github_repo = {
|
||||||
|
"owner": "cholonam",
|
||||||
|
"repo": "Sinetek-rtsx"
|
||||||
|
}
|
||||||
|
),
|
||||||
KextInfo(
|
KextInfo(
|
||||||
name = "AMFIPass",
|
name = "AMFIPass",
|
||||||
description = "A replacement for amfi=0x80 boot argument",
|
description = "A replacement for amfi=0x80 boot argument",
|
||||||
|
|||||||
@@ -84,6 +84,8 @@ class Github:
|
|||||||
|
|
||||||
if "unsupported" in file_name:
|
if "unsupported" in file_name:
|
||||||
asset_name += "-unsupported"
|
asset_name += "-unsupported"
|
||||||
|
elif "rtsx" in file_name:
|
||||||
|
asset_name += "-rtsx"
|
||||||
elif "itlwm" in file_name.lower():
|
elif "itlwm" in file_name.lower():
|
||||||
if "Sonoma14.4" in file_name:
|
if "Sonoma14.4" in file_name:
|
||||||
asset_name += "23.4"
|
asset_name += "23.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user