Jump to content

Angelo_
 Share

33 posts in this topic

Recommended Posts

On 30/03/2018 at 11:54 PM, Zenith432 said:

Here's patch with shorter hex strings


			<dict>
				<key>Comment</key>
				<string>change 15 port limit to 22 in XHCI kext (270-series) 10.13.4</string>
				<key>Find</key>
				<data>g32UDw==</data>
				<key>MatchOS</key>
				<string>10.13.4</string>
				<key>Name</key>
				<string>com.apple.driver.usb.AppleUSBXHCI</string>
				<key>Replace</key>
				<data>g32UFg==</data>
			</dict>

 

thanks a lot Works great in my Asus z270tuf mark 1 motherboard

Screen Shot 2018-04-15 at 6.48.48 PM.png

Edited by Samanosuke
Upload Ref image
Link to comment
Share on other sites

8 hours ago, ellaosx said:

the Q is a Yes or No

It's not the same.  When you put a search string without dots like "AppleUSBXHCI", it searches for substring, so it will match com.apple.driver.usb.AppleUSBXHCI and com.apple.driver.usb.AppleUSBXHCIPCI, and apply the patch to both.  When you put full bundle name with dots, it does exact match, so patch is only applied to com.apple.driver.usb.AppleUSBXHCI as it should.

  • Thanks 1
Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...