Package: usbutils
Version: 1:014-1

I have 3 identical USB Hubs connected to my board, I expect 'usb-devices' to 
list all of them, however only one entry is present.

$ usb-devices | grep Vendor=05e3 ProdID=0610
P:  Vendor=05e3 ProdID=0610 Rev=06.56

The issue is already fixed upstream with this commit 
https://github.com/gregkh/usbutils/commit/b1c31712134d2b28877bbe01de1526a256ca676c
The fix produces the expected output.

$ usb-devices | grep Vendor=05e3 ProdID=0610
P:  Vendor=05e3 ProdID=0610 Rev=06.56
P:  Vendor=05e3 ProdID=0610 Rev=06.56
P:  Vendor=05e3 ProdID=0610 Rev=06.56

I am using Debian Bookworm GNU/Linux, kernel aarch64 6.0.2, libc6 
2.36-9+deb12u1,
libudev1 252.12-1~deb12u1 and libusb-1.0-0 2:1.0.26-1

Reply via email to