- Joined
- Oct 19, 2018
- Messages
- 20
- Motherboard
- EVGA SR-3 DARK
- CPU
- Intel Xeon W-3275M
- Graphics
- 2x AMD Radeon 6900XT
- OS X/macOS
- 13.x
- Bootloader
- OpenCore (UEFI)
- Mac
- iMac Pro
- Mac Pro
- Mac mini
- MacBook Pro
- Mobile Phone
- iOS
PMHeart found a way how to fix the USB Port Limit Drama with this 3 KextsToPatch Entries.
Just add them to your Config.plist and everything is great again.
All credits goes out to @PMHeart
PS: Personally I didn't check them out...
Since I don't need them all because I use a custom USB Kext on all my devices.
They work and all 3 have to be added to your Config.plist
Cheers,
DSM2
Just add them to your Config.plist and everything is great again.
All credits goes out to @PMHeart
PS: Personally I didn't check them out...
Since I don't need them all because I use a custom USB Kext on all my devices.
They work and all 3 have to be added to your Config.plist
Code:
kext : com.apple.iokit.IOUSBHostFamily
Find : 83FB0F0F 870B0400 00
Replace : 83FB3F0F 870B0400 00
Name : USB Port Limit Patch 1 ©PMHeart
Code:
kext : com.apple.driver.usb.AppleUSBXHCI
Find : 4183FF0F 0F839404 0000
Replace : 4183FF3F 0F839404 0000
Name : USB Port Limit Patch 2 ©PMHeart
Code:
kext : com.apple.iokit.IOUSBHostFamily
Find : 83E30FD3 E34109DF
Replace : 83E33FD3 E34109DF
Name : USB Port Limit Patch 3 ©PMHeart

Cheers,
DSM2