> First of all I want to say that BTC support was released practically > untested, as the user who provided the information about BTC extension > never replied to the request to verify the suggested code.
Hmm, I never received any request... the last email I received from you was this one: http://lists.debian.org/cdwrite/2004/cdwrite-200404/msg00005.html Note that I'm not subscribed to the cdwrite mailing list. I had tried to subscribe in late March, but my requests seem to have been silently discarded by the list software :( In any case, I haven't had a chance to try to set a DVD+R disc to DVD-ROM book type, but changing the book type of DVD+RW and DVD-RW discs works fine, after correcting a minor typo: --- dvd+rw-booktype.cpp.orig 2004-04-10 10:50:15.000000000 -0500 +++ dvd+rw-booktype.cpp 2004-04-19 00:28:03.000000000 -0500 @@ -258,7 +258,7 @@ break; } #if 0 - cmd[0]=0x1F; // PREVENT/ALLOW MEDIA REMOVAL + cmd[0]=0x1E; // PREVENT/ALLOW MEDIA REMOVAL cmd[4]=1; // "Prevent" cmd[5]=0; if ((err=cmd.transport())) @@ -375,7 +375,7 @@ break; } - cmd[0]=0x1F; // PREVENT/ALLOW MEDIA REMOVAL + cmd[0]=0x1E; // PREVENT/ALLOW MEDIA REMOVAL cmd[4]=1; // "Prevent" cmd[5]=0; if ((err=cmd.transport())) I was also going to report another bug, but it's already been reported and fixed: http://lists.debian.org/cdwrite/2004/cdwrite-200404/msg00118.html -- Name: Dave Huang | Mammal, mammal / their names are called / INet: [EMAIL PROTECTED] | they raise a paw / the bat, the cat / FurryMUCK: Dahan | dolphin and dog / koala bear and hog -- TMBG Dahan: Hani G Y+C 28 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++

