Other Parts Discussed in Thread: OMAP-L137
The print below shows before and after I inserted my USB device. I need to mount my program to the device. Notice that there are 4 dev files added. What are these files? Which one should I use?
Is there a sample program that I can try?
root@192.168.0.100:~# ls /dev/usb*
/dev/usbdev1.1_ep00 /dev/usbdev1.2_ep00 /dev/usbdev2.1_ep00
/dev/usbdev1.1_ep81 /dev/usbdev1.2_ep81 /dev/usbdev2.1_ep81
root@192.168.0.100:~# usb 1-1.1: new full speed USB device using ohci and address 4
usb 1-1.1: configuration #1 chosen from 1 choice
root@192.168.0.100:~# ls /dev/usb*
/dev/usbdev1.1_ep00 /dev/usbdev1.4_ep00 /dev/usbdev2.1_ep00
/dev/usbdev1.1_ep81 /dev/usbdev1.4_ep02 /dev/usbdev2.1_ep81
/dev/usbdev1.2_ep00 /dev/usbdev1.4_ep81
/dev/usbdev1.2_ep81 /dev/usbdev1.4_ep83