1 diff -ur cdrkit-1.1.6/libusal/scsi-linux-sg.c cdrkit-1.1.6.oldsyn/libusal/scsi-linux-sg.c
2 --- cdrkit-1.1.6/libusal/scsi-linux-sg.c 2008-02-21 19:08:29.000000000 +0100
3 +++ cdrkit-1.1.6.oldsyn/libusal/scsi-linux-sg.c 2008-02-21 19:08:11.000000000 +0100
5 if (nopen > 0 && usalp->errstr)
6 usalp->errstr[0] = '\0';
8 - /* that's crap, should not be reached in non-scan mode.
9 - * Let's see whether it can be mapped to an atapi
10 - * device to emulate some old cludge's behaviour. */
11 - if(!in_scanmode && busno < 1000 && busno >=0) {
13 - fprintf(stderr, "Unable to open this SCSI ID. Trying to map to old ATA syntax."
14 - "This workaround will disappear in the near future. Fix your configuration.");
15 - goto retry_scan_open;