Skip to content

Instantly share code, notes, and snippets.

@i8degrees
Created March 11, 2016 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i8degrees/c8ffbb0735bf3bfd7865 to your computer and use it in GitHub Desktop.
Save i8degrees/c8ffbb0735bf3bfd7865 to your computer and use it in GitHub Desktop.
AppleUSBXHCIPCI kext patch for removing the USB 3 Cap of 15 ports
<!-- SOURCE: http://www.insanelymac.com/forum/topic/308325-guide-1011-full-speed-usb-series-89-keeping-vanilla-sle/page-23#entry2210241 -->
<dict>
<key>Comment</key>
<string>Remove USB limit</string>
<key>Find</key>
<data>
g72M/v//EA==
</data>
<key>Name</key>
<string>AppleUSBXHCIPCI</string>
<key>Replace</key>
<data>
g72M/v//Fg==
</data>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment