Re: [linux-usb-devel] problem resetting high speed device

2002-04-04 Thread David Brownell
t: Wednesday, April 03, 2002 11:45 PM Subject: [linux-usb-devel] problem resetting high speed device > 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 -3

Re: [linux-usb-devel] problem resetting high speed device

2002-04-03 Thread Brad Hards
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 3

[linux-usb-devel] problem resetting high speed device

2002-04-03 Thread Kashif Rajput
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 comes when reprogramming of device address occurs with in the implementation of usb_reset_device() in usb.c. i.e