[SCSI] sd: pause in sd_spinup_disk for slow USB devices
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 12 Jul 2005 14:45:17 +0000 (10:45 -0400)
committerJames Bottomley <jejb@mulgrave.(none)>
Tue, 6 Sep 2005 22:21:53 +0000 (17:21 -0500)
commit4451e472627881e3e2240b224f127c99be500f91
tree71dfcf330e5dc1faec9c7a54b235d700fc9df68d
parente47373ec1c9aab9ee134f4e2b8249957e9f4c7ef
[SCSI] sd: pause in sd_spinup_disk for slow USB devices

This patch adds a delay tailored for USB flash devices that are slow to
initialize their firmware.  The symptom is a repeated Unit Attention with
ASC=0x28 (Not Ready to Ready transition).  The patch will wait for up to 5
seconds for such devices to become ready.  Normal devices won't send the
repeated Unit Attention sense key and hence won't trigger the patch.

This fixes a problem with James Roberts-Thomson's USB device, and I've
seen several reports of other devices exhibiting the same symptoms --
presumably they will be helped as well.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/sd.c