Clarified a remark in libburn/sg-linux.c

This commit is contained in:
Thomas Schmitt 2011-11-14 17:07:01 +00:00
parent 6c9b5a4419
commit 3b96910327
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.11.10.153659"
#define Cdrskin_timestamP "2011.11.14.170612"

View File

@ -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().