On Wed, Aug 16, 2006 at 09:55:49PM +1000, Richard Morgan wrote:
> I am using the ftdi_sio driver in a linux 2.6.11-1 system.  All appears to
> be working well.  
>  
> My problem is that I intend to run multiple FTDI chip based devices, and I
> can not work our how to relate the physical USB device (as found in
> /proc/bus/usb/devices) to the actual /dev/ttyUSB? driver.  

All of the information in the devices file is also found in sysfs.  Use
that instead.

> I assume that /proc/tty/driver/usbserial relates the ttyUSB number to the
> path:usb.  But how do I match the path:usb to the devices listed in
> /proc/bus/usb/devices ?  

Use udev and sysfs in order to match these up, don't use the proc files
it's too difficult to do so.

thanks,

greg k-h

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to