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. -- R! _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
