USB reset fails when using a LimeSDR Mini on FreeBSD
Hans Petter Selasky
hps at selasky.org
Thu Jun 25 18:16:40 UTC 2020
Hi,
On 2020-06-25 19:59, Jan Behrens wrote:
> In both cases there is an issue when calling the libusb_reset_device()
> function.
Unless the device requires it, libusb_reset_device(), will only
re-enumerate the device. Beware that this only is allowed if you are
running the application as root. Else libusb_reset_device() will be a
no-operation.
--HPS
More information about the freebsd-usb
mailing list