Determining read capacity for DVD-RAM

This commit is contained in:
Thomas Schmitt 2009-10-09 12:35:42 +00:00
parent 3c69b684a8
commit a318da9463
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.10.04.151239" #define Cdrskin_timestamP "2009.10.09.123651"

View File

@ -1741,6 +1741,10 @@ regard_as_blank:;
do_read_toc = 1; do_read_toc = 1;
break; break;
case 3:
/* ts A91009 : DVD-RAM has disc status "others" */
mmc_read_capacity(d);
break;
} }
/* ts A90603 : An MMC-1 drive might not know the media type yet */ /* ts A90603 : An MMC-1 drive might not know the media type yet */