Contribute
Register

New USB Raise Port Limit Patch for High Sierra

Hi guys,

I'm not sure what chipset my motherboard is. I have a GA-Z170x, but i'm not sure if thats a 100, 200,300 or x99?

Screen Shot 2018-09-28 at 3.06.10 AM.png
 
You beauty! Works a charm.

Quick note- High Sierra has a new Raise Port Limit Patch for USB 3 on Skylake/100 Series builds.

Here's the data for Clover's KextstoPatch:

Code:
            <dict>
                <key>Comment</key>
                <string>Change 15 port limit to 24 in XHCI kext 10.13 PB1</string>
                <key>Find</key>
                <data>
                g32MEA==
                </data>
                <key>Name</key>
                <string>AppleUSBXHCIPCI</string>
                <key>Replace</key>
                <data>
                g32MGw==
                </data>
            </dict>

Comment: Change 15 port limit to 24 in XHCI kext 10.13 PB1
Find: 837D8C10
Name: AppleUSBXHCIPCI
Replace: 837D8C1B

View attachment 264157

For use with USBInjectAll.kext.

Source:
http://www.insanelymac.com/forum/topic/324194-pre-release-macos-high-sierra/page-14#entry2437692
 
Back
Top