On Mon, Aug 13, 2007 at 11:18:21PM +0200, Steffen Koepf wrote:
> On Mon, Aug 13, 2007 at 05:04:40PM -0400, Alan Stern wrote:
> > On further thought, perhaps we shouldn't retry on -ETIMEDOUT errors.
> > 
> > -           if (result == 0 || result == -EPIPE)
> > +           if (result <= 0 && result != -ETIMEDOUT)
> 
> I can test this patch if desired. But is it planned to include
> this patch in a new kernel version, or is this only a fix aside 
> of the kernel?

If you verify that it all works properly, and doesn't break anything
else, we can make this change in the main kernel tree.

thanks,

greg k-h

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
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