Test wether SCSI 1Bh START UNIT would be helpful with ticket 90
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user