• 下载

​GitHub - libusb/libusb: A cross-platform library to access USB devices​

  • 安装依赖
sudo apt install -y make dh-autoreconf
  • 编译
./autogen.sh

./configure
make
sudo make install
  • 测试
cd examples
./listdevs