Preserving an immature sketch of media quality scanning

This commit is contained in:
2012-11-18 18:46:05 +00:00
parent d216764867
commit a2b4361d69
6 changed files with 142 additions and 1 deletions

View File

@ -1466,6 +1466,14 @@ static char *scsi_command_name(unsigned int c, int flag)
return "SET CD SPEED";
case 0xbe:
return "READ CD";
#ifdef Libburn_develop_quality_scaN
case 0xf3:
return "NEC/OPTIARC REPORT ERROR RATE";
#endif /* Libburn_develop_quality_scaN */
}
return "(NOT IN LIBBURN COMMAND LIST)";
}