rageworx / listusb

A detailed listing USB device for macOS shell(console).
GNU General Public License v3.0
3 stars 1 forks source link

warning: 'int libusb_init(libusb_context**)' is deprecated: Use libusb_init_context instead #2

Closed rageworx closed 1 year ago

rageworx commented 1 year ago

libusb plan to deprecating libusb_init(). replace API libusb_init() to libusb_init_context().

rageworx commented 1 year ago

Solved issue at commit of 0eaa145..eee73e4 .