usb.ids

Repository of USB vendor, device, and class IDs for device identification

brewmacoslinux
Try with needOr install directly
Source

About

Repository of vendor, device, subsystem and device class IDs used in USB devices

Commands

usb.ids

Examples

View the USB IDs database file location$ cat $(brew --prefix usb.ids)/share/misc/usb.ids | head -20
Search for a specific USB vendor by ID$ grep '^1d6b' $(brew --prefix usb.ids)/share/misc/usb.ids
Use with lsusb to get human-readable USB device names$ lsusb -D /dev/bus/usb/001/001