Updated a comment about Immed and a debug message with tray loading
This commit is contained in:
parent
2004826e6d
commit
20cf4bf020
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.09.23.163419"
|
#define Cdrskin_timestamP "2007.09.23.163529"
|
||||||
|
@ -44,10 +44,10 @@ void sbc_load(struct burn_drive *d)
|
|||||||
d->issue_command(d, &c);
|
d->issue_command(d, &c);
|
||||||
if (c.error)
|
if (c.error)
|
||||||
return;
|
return;
|
||||||
/* ts A70918 :
|
/* ts A70923 : Needed regardless of Immed bit. Was once 1 minute, now
|
||||||
5 minutes for loading. If this does not suffice then other commands
|
5 minutes for loading. If this does not suffice then other commands
|
||||||
shall fail righteously. */
|
shall fail righteously. */
|
||||||
spc_wait_unit_attention(d, 300, "START UNIT (+ LOAD)", 0);
|
spc_wait_unit_attention(d, 300, "waiting after START UNIT (+ LOAD)",0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void sbc_eject(struct burn_drive *d)
|
void sbc_eject(struct burn_drive *d)
|
||||||
|
Loading…
Reference in New Issue
Block a user