benbaker76
benbaker76
@Sniki I'm wondering if it would be possible to have Hackintool configure ports without the need for USBInjectAll? Since we know this about the location id: The value (e.g. 0x14320000)...
I don't think it will be possible to do without USBInjectAll. Because it injects the XHC ports UsbConnector to 3 (USB 3 Standard-A connector) so they'll respond to a device...
I spoke to vit and he seems to think you shouldn't need USBInjectAll with the XHCIPortLimit Quirk. Are you using OpenCore + XHCIPortLimit Quirk for your port limit patch?
Hey @whatnameisit if you get some time please check out Hackintool v3.08. I've added a routine that will name ports based on locationID and USBInjectAll-Info.plist if there's no "name" entry...
Yeah so USBInjectAll is needed to inject the ports but I think we can make a quirk for OC to do the same thing at some point.
Hey @joevt happy for any pull requests
I've added the @Mieze version but I really don't understand why there's two versions of this kext.
> Did Win 10 change something there or am I missing out on something? Not sure. Try editing the .reg file to the new registry key and run it. Does...
So the (b) in hex(b) must mean big-endian. I've been reversing bytes and also using hex(b) so they are getting reversed twice. To avoid confusion I've removed all hex(b) entries....
It looks like I misunderstood the meaning of the (b) completely then. So the previous version works fine except ERand needs reversing. Please try the attached version.