Trying to identfy CD device via ioctl(CDROM_DRIVE_STATUS)

This commit is contained in:
2006-12-11 19:19:15 +00:00
parent 40794e68fa
commit 4a5c16e060
3 changed files with 44 additions and 8 deletions

View File

@ -1719,7 +1719,7 @@ ata_bus:;
device_adr);
if(ret==0) {
fprintf(stderr,
"cdrskin: FATAL : Cannot find /dev/sgN with Bus,Target,Lun = %d,%d,%d\n",
"cdrskin: FATAL : Cannot find /dev/* with Bus,Target,Lun = %d,%d,%d\n",
busno,*driveno,lun_no);
fprintf(stderr,
"cdrskin: HINT : This drive may be in use by another program currently\n");

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.12.11.161952"
#define Cdrskin_timestamP "2006.12.11.191826"