--- linux/drivers/ide/ide-cd.c.orig Tue May 29 11:24:24 2001 +++ linux/drivers/ide/ide-cd.c Tue May 29 11:25:44 2001 @@ -2319,10 +2319,7 @@ * any other way to detect this... */ if (sense.sense_key == NOT_READY) { - if (sense.asc == 0x3a && (!sense.ascq||sense.ascq == 1)) - return CDS_NO_DISC; - else - return CDS_TRAY_OPEN; + if (sense.asc == 0x3a) return CDS_TRAY_OPEN; } return CDS_DRIVE_NOT_READY;