Inject legacy USB map on USB 1.1 Macs

This commit is contained in:
Jazzzny
2025-07-14 17:10:07 -04:00
parent c3f8b47cec
commit decf6a9676

View File

@@ -331,6 +331,9 @@ xw
support.BuildSupport(self.model, self.constants, self.config).get_kext_by_bundle_path("USB1.1-Injector.kext/Contents/PlugIns/AppleUSBUHCI.kext")["Enabled"] = True
support.BuildSupport(self.model, self.constants, self.config).get_kext_by_bundle_path("USB1.1-Injector.kext/Contents/PlugIns/AppleUSBUHCIPCI.kext")["Enabled"] = True
# Also remove MaxKernel from the USB-Map.kext, as USB stack will be downgraded after root patching
support.BuildSupport(self.model, self.constants, self.config).get_kext_by_bundle_path("USB-Map.kext")["MaxKernel"] = ""
def _debug_handling(self) -> None:
"""