Re: [PATCH] USB-Core, fix cardreader not found during init
Steffen Koepf <[email protected]>
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Message-ID | <20070813211821.GA10370@chaph> |
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/ _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel