On Saturday 20 October 2001 17:40, you wrote: > The problem is that I don't know *which* /dev/ttyUSB* > device to open.
The problem is that there is no way to find which device uses which device node, unless there are some special ioctls in the ttyUSB's interface. The devreg patch (www.tjansen.de/devreg) could be used for this, but at the moment it looks like Patrick Mochel's new driver model (http://www.geocrawler.com/mail/thread.php3?subject=%5BRFC%5D+New+Driver+Model+for+2.5&list=35) will be used in 2.5. Unfortunately it does not have the capabilities for identifying device nodes yet, but as soon as it is in 2.5 I'll try to add the missing features (if no one else does it before me). bye... _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
