libusb

Library for USB device access and communication

brewmacoslinux
Try with needOr install directly
Source

About

Library for USB device access

Commands

libusb

Examples

List all USB devices connected to the system$ lsusb
Check libusb installation and version info$ pkg-config --modversion libusb-1.0
Compile a program using libusb library$ gcc -o myapp myapp.c $(pkg-config --cflags --libs libusb-1.0)