On Friday 10 June 2005 7:02 am, randy_dunlap wrote: > > Begin forwarded message: > > Date: Fri, 10 Jun 2005 11:09:03 +0200 > From: Michael Zapf <[EMAIL PROTECTED]> > To: [email protected] > Subject: Fixed the prob (was: Re: Problems with USB on x86_64) > > > ehci_hcd 0000:00:02.2: port 6 reset error -110 > > showed that I had a timeout problem (110=ETIMEOUT). I found a call to a > function "handshake" in ehci-hub.c which set the timeout to 500�s. > > Increasing this timeout to 600�s allows the onboard hub to complete the > reset. The stick is correctly mounted afterwards. (I tried 550, but this > was still not enough.) > > Any chance to have this included in future patches and versions? I guess > there could be other people around with such a problem. The increase of > the timeout should not hurt too much, should it?
Send a patch and I'll sign off on it. It'd be a bit annoying to spin for that long (cpu doing nothing else!) waiting for slow hardware, but it's clearly more annoying to get those reset errors. In fact, make it more like 750 usec, if 600 is that marginal. This might be a good fix to put into 2.6.12-final. - Dave ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
