--- a/drivers/usb/storage/transport.c 2009-10-09 14:34:14.638445171 +1100 +++ b/drivers/usb/storage/transport.c 2009-10-11 10:40:55.890868361 +1100 @@ -687,6 +687,7 @@ US_DEBUGP("-- unexpectedly short transfer\n"); } + Retry_Sense: /* Now, if we need to do the auto-sense, let's do it */ if (need_auto_sense) { int temp_result; @@ -722,6 +723,11 @@ } if (temp_result != USB_STOR_TRANSPORT_GOOD) { US_DEBUGP("-- auto-sense failure\n"); + if (us->fflags & US_FL_SANE_SENSE) { + us->fflags &= ~US_FL_SANE_SENSE; + US_DEBUGP("-- retry without SANE_SENSE\n"); + goto Retry_Sense; + } /* we skip the reset if this happens to be a * multi-target device, since failure of an