Фрагмент кода
deviceHandle = new DeviceHandle();
int isDeviceOpened = LibUsb.open(device, deviceHandle);
Выход:
isDeviceOpened: -12
Ошибка:
libusb: error [init_device] program assertion failed: device address collision with root hub
org.usb4java.LibUsbException: USB error 12: Unable to open USB device: Operation not supported or unimplemented on this platform
libusb: error [winusbx_open] could not open device \\.\USB<some chars here> #{some chars here} (interface 0): [5] Access is denied.
Я уже обновил драйвер с помощью Zadig и до сих пор сталкиваюсь с этим.
Что-нибудь еще, чтобы проверить?