You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
We use usb4java in our application to detect attached and detached events
It works well except the scenario we have identified recently.
Usb4java does not detect the ATTACHED event for the device that has serial number with more than 100 characters when it is plugged in.
Vendor ID: 0781
Product ID: 5591
Serial No: 0101c14ea1b1ea6e90aa9860523346cf654a93d436044650cdf7c88765d187e9e52300000000000000000000fc1c000e000f2500915581072a2ad2ae
Please help us to solve this problem
The text was updated successfully, but these errors were encountered:
Thanks guys.
I've identified the problem, the problem is in libusb-1.0.22
I could recreate the problem in libusb-1.0.22, but not in 1.0.24.
So usb4java needs to be updated to libusb-1.0.24 to solve the problem.
Hi guys,
We use usb4java in our application to detect attached and detached events
It works well except the scenario we have identified recently.
Usb4java does not detect the ATTACHED event for the device that has serial number with more than 100 characters when it is plugged in.
Vendor ID: 0781
Product ID: 5591
Serial No: 0101c14ea1b1ea6e90aa9860523346cf654a93d436044650cdf7c88765d187e9e52300000000000000000000fc1c000e000f2500915581072a2ad2ae
Please help us to solve this problem
The text was updated successfully, but these errors were encountered: