On Sun, 16 Jan 2005, Marcel Koopman wrote:

> I tried adding old_scheme_first=y to /etc/modules, for the module usbcore
> It didnt work, got this error:
> 
> usb 5-1: new high speed USB device using address 7
> ehci_hcd 0000:00:1d.7: devpath 1 ep0out 3strikes
> ehci_hcd 0000:00:1d.7: devpath 1 ep0out 3strikes
> usb 5-1: device not accepting address 7, error -71
> 
> I also tried different kernel versions.
> 
> What else can I do? Do you want to see the complete usb logging?

Something just came up on another email thread that might help your 
problem.  Try the patch below and let me know if it helps.

Alan Stern



===== drivers/usb/core/hub.c 1.225 vs edited =====
--- 1.225/drivers/usb/core/hub.c        2005-01-11 19:00:00 -05:00
+++ edited/drivers/usb/core/hub.c       2005-01-18 09:57:56 -05:00
@@ -1383,6 +1383,8 @@
                /* return on disconnect or reset */
                switch (status) {
                case 0:
+                       msleep(20);
+                       /* FALL THROUGH */
                case -ENOTCONN:
                case -ENODEV:
                        clear_port_feature(hub->hdev,



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to