Add USBToolBox kext

This commit is contained in:
Hoang Hong Quan
2025-10-21 22:39:25 +07:00
parent 44e7ff8843
commit 6f2a68de79
5 changed files with 24 additions and 20 deletions
+14 -4
View File
@@ -473,12 +473,22 @@ kexts = [
}
),
KextInfo(
name = "USBInjectAll",
description = "Inject all USB ports for the installed Intel EHCI/XHCI chipset automatically",
name = "USBToolBox",
description = "Flexible USB mapping",
category = "USB",
github_repo = {
"owner": "daliansky",
"repo": "OS-X-USB-Inject-All"
"owner": "USBToolBox",
"repo": "kext"
}
),
KextInfo(
name = "UTBDefault",
description = "Enables all USB ports (assumes no port limit)",
category = "USB",
requires_kexts = ["USBToolBox"],
github_repo = {
"owner": "USBToolBox",
"repo": "kext"
}
),
KextInfo(