corpnewt / USBMap

Python script for mapping USB ports in macOS and creating a custom injector kext.
MIT License
1.04k stars 88 forks source link

Renaming XHCI/XHC1 -> XHC_ #5

Closed codecowboy closed 4 years ago

codecowboy commented 4 years ago

In order to meet the prerequisite XHCI/XHC1 -> XHC_ , What would the hex values be when adding this in Clover Configurator? I originally renamed these as per the vanilla guide.

corpnewt commented 4 years ago
XHCI -> 58484349
XHC1 -> 58484331
XHC_ -> 5848435F

Not an issue with the script though - so closing the issue.

-CorpNewt