Implemented a workaround for the bug from libusb. On Windows, libusb was not anymore able to open e device's interface for the second time.
To solve this, we save the libusb handle received by the device on the first open and use it on further open tries.
Implemented a workaround for the bug from libusb. On Windows, libusb was not anymore able to open e device's interface for the second time. To solve this, we save the libusb handle received by the device on the first open and use it on further open tries.
Signed-off-by: Cristi Iacob Cristian.Iacob@analog.com