hidapi

Library for communicating with USB and Bluetooth HID devices

brewmacoslinux
Try with needOr install directly
Source

About

Library for communicating with USB and Bluetooth HID devices

Commands

hidapi

Examples

List all connected HID devices on the system$ hidapi-enumeration
Compile C code linking against hidapi library$ gcc -o myapp myapp.c $(pkg-config --cflags --libs hidapi)
Check hidapi version and installation details$ pkg-config --modversion hidapi