|
@@ -996,7 +996,7 @@ int usb_stor_Bulk_transport(struct scsi_cmnd *srb, struct us_data *us)
|
|
* command phase and the data phase. Some devices need a little
|
|
* command phase and the data phase. Some devices need a little
|
|
* more than that, probably because of clock rate inaccuracies. */
|
|
* more than that, probably because of clock rate inaccuracies. */
|
|
if (unlikely(us->flags & US_FL_GO_SLOW))
|
|
if (unlikely(us->flags & US_FL_GO_SLOW))
|
|
- udelay(110);
|
|
|
|
|
|
+ udelay(125);
|
|
|
|
|
|
if (transfer_length) {
|
|
if (transfer_length) {
|
|
unsigned int pipe = srb->sc_data_direction == DMA_FROM_DEVICE ?
|
|
unsigned int pipe = srb->sc_data_direction == DMA_FROM_DEVICE ?
|