Fri Jan 10, 2014 4:16 am
I am using a text browser so cannot view your screenshot, but the way to see what devices are is the ls command I think, not lsusb.
Try the following:
ls /dev/*usb* /dev/*USB*
That will turn up any devices with USB in the name, but if they are tty's, you could also try:
ls /dev/tty*
You can also see the devices listed with following, but command does not say what device name is:
cat /proc/bus/input/devices
Please explain why you need to know how to distinguish between the two devices when they are attached, it will help in figuring out how to guide you.
And I agree with JamesH, certainly you can have more than one input device attached. I think it is more a matter of what software you are using to deal with or route or save the output from them, and being able to code which output comes from which.
I know when I want to know which usb device was assigned which name, I plug one in, look at my log to see the name it was given, then plug the other one in. You could do something similar, either looking at the ls /dev/ command or output of dmesg command. I have detailed system logs I look at, but have heard those are disabled in more recent versions of the Pi OS's.
FORUM TIP: To view someone's posting history, sign in, click on their user name, then on "Search User's Posts." || Running ArchLinuxArm on Model 2B and 512MB Model B