On Thu, Mar 21, 2002 at 12:16:33AM +0100, Ralf Ertzinger wrote:
> Hi.
> 
> Greg KH <[EMAIL PROTECTED]> wrote:
> 
> > Sounds like you have a flaky device :(
> > 
> > If you comment out the call to usb_hub_port_debounce() in
> > usb_hub_port_connect_change() in drivers/usb/hub.c, does your device
> > start working?
> 
> Yes, it does. And yes, you may in fact call it "flaky", since it never
> accepts the device number on first try. This is normal:
> 
> hub.c: USB new device connect on bus2/1, assigned device number 2
> usb.c: USB device not responding, giving up (error=-110)
> hub.c: USB new device connect on bus2/1, assigned device number 3
> 
> But it works, once the USB stack gets the number through.

Ah, good hint.  Can you try increasing the HUB_DEBOUNCE_TIMEOUT value a
bunch?  Like 4000?  And then put the call to usb_hub_port_debounce()
back in?

thanks,

greg k-h

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

Reply via email to