Closed itdaniher closed 6 years ago
What version of libusb does Ubuntu 17.10 come with? If it comes with 1.0.21, see https://github.com/analogdevicesinc/libsmu/issues/97.
Something obviously changed on the libusb side between versions breaking how hotplugging is implemented.
"excellent"
expected result:
smu -p
shows all plug/unplug events, as per my understanding of smu.cpp source code.observed result: only the first detach event is printed, all attach events, and all but the first detach event are ignored:
is all I get starting with the device attached, removing it, and reinserting it.
No hotplug events are logged to stdout if the device is not attached when
smu -p
is started.