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?


Steffen


-------------------------------------------------------------------------
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