On Thu, 4 Apr 2002 17:45, Kashif Rajput wrote: > I am facing problem with resetting a USB 2.0 compliant > device(ACOM HARD DRIVE). > The problem is that "usb_reset_device(..)" returns a > negative value.i.e -32. The log shows that the error You understand that negative numbers are errors?
errno 32 is -EPIPE, which means the endpoint is stalled (Documentation/usb/error-codes.txt). Beyond that, I have no idea. Brad _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
