On Fri, 8 Sep 2006, Pete Zaitcev wrote:

> > > +++ linux-2.6.18-rc6-lem/drivers/net/irda/irda-usb.c      2006-09-07 
> > > 22:17:03.000000000 -0700
> > > @@ -673,7 +673,6 @@ static void irda_usb_net_timeout(struct 
> > >                   break;
> > >           case -ECONNABORTED:             /* -103 */
> > 
> > This code can't ever occur.  It's part of the gadget API but not the host 
> > API.
> 
> Are you sure about it? The code seems like a part of a host.

Do a global search under drivers/usb for ECONNABORTED.  The only places it 
occurs are within the gadget/ subdirectory.

> Also, it has comments from the author claiming that he was
> getting -103s.

I'd guess those are rather old comments, reflecting conditions that no
longer exist.  Also, ECONNABORTED isn't mentioned in
Documentation/usb/error-codes.txt.

Alan Stern


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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