This is a public repository of all known IDs used in USB devices: IDs of vendors, devices, subsystems and device classes. It is used in various programs (e.g., The USB Utilities) to display full human-readable names instead of cryptic numeric codes.
This is a public repository of all known IDs used in USB devices: IDs of vendors, devices, subsystems and device classes. It is used in various programs (e.g., The USB Utilities) to display full human-readable names instead of cryptic numeric codes.
To install usbids, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install usbids
To see what files were installed by usbids, run:
port contents usbids
To later upgrade usbids, run:
sudo port selfupdate && sudo port upgrade usbids
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.