Test wether SCSI 1Bh START UNIT would be helpful with ticket 90

This commit is contained in:
2006-11-18 19:49:18 +00:00
parent 18d945bf04
commit d3ef62f7f0
5 changed files with 26 additions and 2 deletions

View File

@ -156,10 +156,13 @@ int burn_drive_grab(struct burn_drive *d, int le)
}
d->busy = BURN_DRIVE_GRABBING;
if (le)
if (le) {
d->load(d);
d->start_unit(d);
}
d->lock(d);
d->start_unit(d);
/* ts A61020 : this was BURN_DISC_BLANK as pure guess */
d->status = BURN_DISC_UNREADY;