Improved reaction time on interrupt during writing of lead-in
This commit is contained in:
parent
88da4e9ead
commit
8963905bbc
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2012.01.22.125048"
|
||||
#define Cdrskin_timestamP "2012.01.22.125357"
|
||||
|
@ -187,7 +187,10 @@ int burn_drive_is_occupied(struct burn_drive *d)
|
||||
if(d->busy == BURN_DRIVE_READING_SYNC ||
|
||||
d->busy == BURN_DRIVE_WRITING_SYNC)
|
||||
return 2;
|
||||
if(d->busy == BURN_DRIVE_WRITING) {
|
||||
if(d->busy == BURN_DRIVE_WRITING ||
|
||||
d->busy == BURN_DRIVE_WRITING_LEADIN ||
|
||||
d->busy == BURN_DRIVE_WRITING_LEADOUT ||
|
||||
d->busy == BURN_DRIVE_WRITING_PREGAP) {
|
||||
|
||||
/* ts A70928 */
|
||||
/* >>> how do i learn whether the writer thread is still
|
||||
|
Loading…
Reference in New Issue
Block a user