Contribute
Register

New USB Raise Port Limit Patch for High Sierra

10.13.6b1 has a new USB patch. Here we go again!


Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>USB 10.13.6+ by PMHeart&FredWst</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                g32IDw+DpwQAAA==
                </data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.13.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>
                g32ID5CQkJCQkA==
                </data>
            </dict>
        </array>


Credits: @
FredWst
@
PMheart

Latest USBInjectall.kext must be also used.

Done! Working perfectly, thank you!
 
10.13.6b1 has a new USB patch. Here we go again!


Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>USB 10.13.6+ by PMHeart&FredWst</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                g32IDw+DpwQAAA==
                </data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.13.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>
                g32ID5CQkJCQkA==
                </data>
            </dict>
        </array>


Credits: @FredWst and @PMheart

Latest USBInjectall.kext must be also used.
Can you verify that this is an improvement over the previous USB patch?
 
10.13.6b1 has a new USB patch. Here we go again!


Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>USB 10.13.6+ by PMHeart&FredWst</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                g32IDw+DpwQAAA==
                </data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.13.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>
                g32ID5CQkJCQkA==
                </data>
            </dict>
        </array>


Credits: @FredWst and @PMheart

Latest USBInjectall.kext must be also used.
The latest I found is RehabMan-USBInjectAll-2018-0420.zip is this the most recent?
 
Hi guys!

This is my first time to applying this patch. And I have this warning while editing the Find key.

UPD: I applied it form «Text Mode» section in Clover Configurator.
N3mv6R+
 
Last edited:
Hi guys!

This is my first time to applying this patch. And I have this warning while editing the Find key.

UPD: I applied it form «Text Mode» section in Clover Configurator.
N3mv6R+
thats wrong, only the numbers go in there
 
10.13.6b1 has a new USB patch. Here we go again!


Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>USB 10.13.6+ by PMHeart&FredWst</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                g32IDw+DpwQAAA==
                </data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.13.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>
                g32ID5CQkJCQkA==
                </data>
            </dict>
        </array>


Credits: @FredWst and @PMheart

Latest USBInjectall.kext must be also used.
I see these code snippets all the time. How exactly does one use these? Thanks.
 
I see these code snippets all the time. How exactly does one use these? Thanks.
You input the changes into the config.plist using either plist editor or text wrangler or in Clover Configurator Vibrant
 
You input the changes into the config.plist using either plist editor or text wrangler or in Clover Configurator Vibrant
Thanks. Still not certain where to put them in config.plist but I will research further. Appreciated.
 
Thanks. Still not certain where to put them in config.plist but I will research further. Appreciated.
Open your config.plist and scroll down to where you see this "Kext to Patch":

<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>USB 10.13.4+ by PMHeart</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g32UDw+DlwQAAA==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>MatchOS</key>
<string>10.13.x</string>
<key>Name</key>
<string>com.apple.driver.usb.AppleUSBXHCI</string>
<key>Replace</key>
<data>
g32UD5CQkJCQkA==
</data>
</dict>
<dict>
 
Back
Top