Add SCSI-MMC GET CONFIGURATION.
Add Frank Endres' disc type determination via MMC. Be more careful to suffix with CDIO_MMC which I hope will reduce possible name conflicts.
This commit is contained in:
@@ -437,7 +437,7 @@ main(int argc, char *argv[])
|
||||
const operation_t *p_op = &operation[i];
|
||||
switch (p_op->op) {
|
||||
case OP_SPEED:
|
||||
rc = mmc_set_speed(p_cdio, p_op->arg.i_num);
|
||||
rc = mmc_set_speed(p_cdio, p_op->arg.i_num, 0);
|
||||
report(stdout, "%s (mmc_set_speed): %s\n", program_name,
|
||||
cdio_driver_errmsg(rc));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user