corpnewt / USBMap

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

Wrong UIA boot arg in Readme.md #8

Closed edoardo-conti closed 3 years ago

edoardo-conti commented 4 years ago

In Readme.md at some point you'll find: -uia_exclude-hs uia_include=HSxx,HSxx

_-uiaexclude-hs it's wrong, the correct one: -uia_exclude_hs

source: https://github.com/RehabMan/OS-X-USB-Inject-All

corpnewt commented 3 years ago

The master branch's codebase has been updated to no longer require USBInjectAll.

-CorpNewt