• Alan Stern's avatar
    [PATCH] PATCH: (as255) Handle Unit Attention during INQUIRY better · c4cb6402
    Alan Stern authored
    Some buggy USB storage devices can return Unit Attention status for
    INQUIRY commands.  The current code in scsi_scan.c checks for ASC = 0x28 =
    Not ready to ready transition, but these devices can also return ASC =
    0x29 = Power-on or reset occurred.  In addition, the code doesn't retry
    the INQUIRY when these codes are received.
    c4cb6402
scsi_scan.c 38.3 KB