Re: [PATCH] USB-Core, fix cardreader not found during init

Greg KH <[email protected]>
Newsgroups gmane.linux.usb.devel
Message-ID <[email protected]>
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/
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.