From 3b96910327a0752e0090f91606537c28ef9210c6 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 14 Nov 2011 17:07:01 +0000 Subject: [PATCH] Clarified a remark in libburn/sg-linux.c --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/sg-linux.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index ff8beee..93184e5 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2011.11.10.153659" +#define Cdrskin_timestamP "2011.11.14.170612" diff --git a/libburn/sg-linux.c b/libburn/sg-linux.c index f1c2a88..fa2650f 100644 --- a/libburn/sg-linux.c +++ b/libburn/sg-linux.c @@ -185,6 +185,8 @@ static int linux_sg_enumerate_debug = 0; E.g.: "/dev/sg%d" sr%d is supposed to map only CD-ROM style devices. Additionally a test with ioctl(CDROM_DRIVE_STATUS) is made to assert that it is such a drive, + If no such assertion is made, then this adapter performs INQUIRE and + looks for first reply byte 0x05. This initial setting may be overridden in sg_select_device_family() by settings made via burn_preset_device_open().