How do I differenciate identical USB devices connected to the same USB hub? -



How do I differenciate identical USB devices connected to the same USB hub? -

lsusb -v shows same info both devices (except of ever growing device number when reconnecting device) attributes of devices identical, it's not possible differenciate them sort of uuid. how differenciate these identical usb devices?

you can utilize lsusb -t, prints physical tree, gets info parsing /proc/bus/usb/devices. see documentation/usb/proc_usb_info.txt file info on format, if you're going parse yourself, each t: line gives parent device id , port on same

usb

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -