[SCSI] Fix out of spec CD-ROM problem with media change
authorTARUISI Hiroaki <taruishi.hiroak@jp.fujitsu.com>
Thu, 11 Aug 2011 11:25:20 +0000 (20:25 +0900)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 27 Aug 2011 14:36:41 +0000 (08:36 -0600)
commitdfcf7775815504d13a1d273073810058caf84b9d
tree148e02241525e2a14df6c7e8b2dc0af455344f44
parent2ada7fc5d4c4ddeb15bb624045fa3b36ddc025e6
[SCSI] Fix out of spec CD-ROM problem with media change

Some CD-ROMs fail to report a media change correctly.  The specific
one for this patch simply fails to respond to commands, then gives a
UNIT ATTENTION after being reset which returns ASC/ASCQ 28/00.  This
is out of spec behaviour, but add a check in the eat CC/UA on reset
path to catch this case so the CD-ROM will function somewhat properly.

[jejb: fixed up white space and accepted without signoff]
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/scsi_error.c
This page took 0.03179 seconds and 5 git commands to generate.