> David, what does EHCI return when an URB is unlinked? It appears to be a > different code than what usb-storage expects, which is screwing up this > particular device.
It should be behaving per spec: synchronous unlink returns one code (-ENOENT), async another (-ECONNRESET). If it doesn't, I'll want to know details about how/why. I think that particular specified behavior is pointless, and in 2.5 we should have the completion handlers just use a single errno, but that hasn't been done yet. - Dave _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
