libusb 라이브러리를 이용하여 usb에 연결된 장치를 검사하는 방법이다. 1. libusb 소스 빌드 https://libusb.info/ libusb Overview libusb is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware. It is portable: Using a single cross-platform API, it provi libusb.info 위사이트에서 libusb-1.0.26 소스를 내려받아 다음과 같이 빌드하고 ..