gregkh / usbutils

USB utilities for Linux, including lsusb
http://www.linux-usb.org
356 stars 202 forks source link

Insufficient minimum version for libusb #83

Closed ebassi closed 5 years ago

ebassi commented 5 years ago

Commit 89a279cd2acae0aa8b6126af3dc417c4ecd89fe6 updated the version of usbhid-dump to the latest commit, but usbhid-dump now requires libusb ≥ 1.0.22, as it uses libusb_set_options() — see DIGImend/usbhid-dump#4 for the missing version check there.

Usbutils depends on libusb ≥ 1.0.9, but since it builds usbhid-dump as a sub-module, it should bump up the required version of libusb to 1.0.22.

gregkh commented 5 years ago

sounds good, care to provide a patch for this?