The original ipaq driver takes the first pair of endpoints and invokes ttyUSBx. So it can only handle devices which communicate on this first port. There are pocketpcs (like the yakumo delta/ mitac mio) that offer more than one comport via usb, which means they have more than two endpoints. In the case of the yakumo delta the first endpoint pair (usb comport 1) is not the right endpoint pair to do the synchronization, because the communication belongs to the second endpoint pair (usb comport 2) The patch was intended to tell the driver by an option to use the first (ttyUSB=0) or second endpoint pair (ttyUSB=1) of the pocketpc device. The current driver ignores the second endpoint pair. If i understood the udev manual it is intended to "rename/relink" devices under /dev to a "readable" name. I could not find a way to handle this problem with udev. I think an adaption in the driver is necessary to solve this problem.
Greg KH schrieb: > On Mon, Jan 29, 2007 at 03:22:13PM +0100, Andre Spahlinger wrote: > >> Hi, >> >> i combined the patches from the http://synce.sourceforge.net/synce/ >> webpage. Devices and the parameter ttyUSB will be added. With this >> parameter it is possible to change the port for devices with more than >> one endpoint. Succesfully tested with a yakumo delta device. >> > > No, this will not work for multiple usb-serial devices in the system. > Please just use udev to rename your device nodes in a persistent way if > you need this kind of functionality. > > But feel free to submit the device ids to me, that portion of the patch > is fine. > > thanks, > > greg k-h > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel