From 9e4996a3b542a881322df3035fa4b094296929d8 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 23 Sep 2007 16:35:44 +0000 Subject: [PATCH] Updated a comment about Immed and a debug message with tray loading --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/sbc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index eb8f6fc..7536db8 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.09.23.163419" +#define Cdrskin_timestamP "2007.09.23.163529" diff --git a/libburn/sbc.c b/libburn/sbc.c index d0c4b30..b7726be 100644 --- a/libburn/sbc.c +++ b/libburn/sbc.c @@ -44,10 +44,10 @@ void sbc_load(struct burn_drive *d) d->issue_command(d, &c); if (c.error) 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 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)