[Debburn-changes] r657 - cdrkit/trunk/wodim

Eduard Bloch blade at alioth.debian.org
Fri Dec 29 16:07:45 CET 2006


Author: blade
Date: 2006-12-29 16:07:44 +0100 (Fri, 29 Dec 2006)
New Revision: 657

Modified:
   cdrkit/trunk/wodim/scsi_cdr.c
   cdrkit/trunk/wodim/scsi_mmc.c
Log:
readable names update for mmc5r04c

Modified: cdrkit/trunk/wodim/scsi_cdr.c
===================================================================
--- cdrkit/trunk/wodim/scsi_cdr.c	2006-12-29 14:37:17 UTC (rev 656)
+++ cdrkit/trunk/wodim/scsi_cdr.c	2006-12-29 15:07:44 UTC (rev 657)
@@ -10,10 +10,6 @@
  *
  */
 
-/*
-XXX
-SIZEOF testen !!!
-*/
 /* @(#)scsi_cdr.c	1.137 04/05/25 Copyright 1995-2004 J. Schilling */
 /*
  *	SCSI command functions for cdrecord

Modified: cdrkit/trunk/wodim/scsi_mmc.c
===================================================================
--- cdrkit/trunk/wodim/scsi_mmc.c	2006-12-29 14:37:17 UTC (rev 656)
+++ cdrkit/trunk/wodim/scsi_mmc.c	2006-12-29 15:07:44 UTC (rev 657)
@@ -368,15 +368,15 @@
 }
 
 
-/* ts A61201 */
 char *mmc_obtain_profile_name(int profile_number) {
   static char *texts[0x53] = {NULL};
+  static char *reserved="Reserved/Unknown";
   int i, max_pno = 0x53;
   
   if (texts[0] == NULL) {
     for (i = 0; i<max_pno; i++)
-      texts[i] = "";
-    /* mmc5r03c.pdf , Table 89, Spelling: guessed cdrecord style */
+      texts[i] = reserved;
+    /* mmc5r04c.pdf , Table 88, human readable profile names */
     texts[0x01] = "Non-removable disk";
     texts[0x02] = "Removable disk";
     texts[0x03] = "MO erasable";
@@ -389,7 +389,7 @@
     texts[0x11] = "DVD-R sequential recording";
     texts[0x12] = "DVD-RAM";
     texts[0x13] = "DVD-RW restricted overwrite";
-    texts[0x14] = "DVD-RW sequential overwrite";
+    texts[0x14] = "DVD-RW sequential recording";
     texts[0x15] = "DVD-R/DL sequential recording";
     texts[0x16] = "DVD-R/DL layer jump recording";
     texts[0x1a] = "DVD+RW";




More information about the Debburn-changes mailing list