From 119c0cf76de0863edd62e0b1f3eaae8859d466da Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 11 Nov 2013 16:10:36 +0000 Subject: [PATCH] Bug fix: Drive LG BH16NS40 stalled on inspection of unformatted DVD+RW --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/mmc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index c622552..c2fcfd9 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2013.11.10.163403" +#define Cdrskin_timestamP "2013.11.11.160915" diff --git a/libburn/mmc.c b/libburn/mmc.c index a0e57d9..d15eb35 100644 --- a/libburn/mmc.c +++ b/libburn/mmc.c @@ -4948,7 +4948,7 @@ int mmc_get_media_product_id(struct burn_drive *d, /* Check whether the drive supports format 11h */ has_11h = 0; - ret = mmc_read_disc_structure(d, 0, 0, 4, 0xff, &reply, + ret = mmc_read_disc_structure(d, 0, 0, 0xff, 4, &reply, &reply_len, 0); if (ret > 0) { for (i = 0; i < reply_len; i += 4) {