On Tue, 8 Feb 2005, Gerd v. Egidy wrote:

> Hi,
> 
> I've got a usb pen drive and got problems getting it to work.
> 
> With Windows and 2.4 the drive works flawless but with 2.6.11-rc3 (vanilla)
> I get the attached output (usb debuggin on).
> 
> The drive is a newer one from Sharkoon (if that helps).
> 
> It doesn't change anything if I try it on another port (UHCI) or another 
> machine with different
> chipset. Other usb storage devices work fine with this setup.
> 
> Can anyone help? Maybe already a patch I could try?

You can try using this patch.

Alan Stern


--- a/drivers/usb/core/hub.c    Mon Jan  3 09:39:35 2005
+++ b/drivers/usb/core/hub.c    Thu Jan 20 13:37:23 2005
@@ -1375,6 +1375,8 @@
                /* return on disconnect or reset */
                switch (status) {
                case 0:
+                       msleep(20);     /* 7.1.7.5: Trstrcy */
+                       /* FALLS THROUGH */
                case -ENOTCONN:
                case -ENODEV:
                        clear_port_feature(hdev,



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to