On Wed, 6 Jun 2001, Matthew Dharm wrote:

> Could someone give me a semantic interpreation of that URB status codes -75
> and -104 mean?

according to linux/include/asm/errno.h:

75 = EOVERFLOW - never seen this for USB. some grep told me it is ohci
                only and detected by the HC
104 = ECONNRESET - urb->status after _asynch_ unlink (f.e. when calling
                urb->complete)

Martin


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to