On Mon, Feb 19, 2007 at 09:11:12PM +0100, Andre Spahlinger wrote:
> 
> 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.

Hm, can you split the patch up into two different pieces, one for the
device ids, and one for this option?  That way we can tune the second
one easier.

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

Reply via email to