Quoting Alan Stern <[EMAIL PROTECTED]>:

>
> Try the patch below.
>
> Alan Stern
>
>
>
> Index: usb-2.6/drivers/usb/storage/transport.c
> ===================================================================
> --- usb-2.6.orig/drivers/usb/storage/transport.c
> +++ usb-2.6/drivers/usb/storage/transport.c
> @@ -180,7 +180,7 @@ static int usb_stor_msg_common(struct us
>       if (timeleft <= 0) {
>               US_DEBUGP("%s -- cancelling URB\n",
>                         timeleft == 0 ? "Timeout" : "Signal");
> -             usb_unlink_urb(us->current_urb);
> +             usb_kill_urb(us->current_urb);
>       }
>
>       /* return the URB status */
>
>

Thanks it seems to work perfectly, either when hotpluging or when booting with
the USB hard-disk attached. It would be great if this patch was added 
in -rc2 !

Thanks again, reagards,
Cédric


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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