SCSI-MMC -> MMC.

This commit is contained in:
rocky
2005-02-04 23:14:54 +00:00
parent db0d9561e9
commit 4986ea5538

View File

@@ -1,4 +1,4 @@
$Id: README,v 1.12 2005/01/22 18:49:21 rocky Exp $
$Id: README,v 1.13 2005/02/04 23:14:54 rocky Exp $
This directory contains some simple examples of the use of the libcdio
library.
@@ -33,6 +33,11 @@ iso1cpp.cpp: iso1.c compiled via C++
iso2cpp.cpp: iso2.c compiled via C++
iso3cpp.cpp: iso3.c compiled via C++
mmc1.c: A program to show issuing a simple MMC command (INQUIRY).
mmc2.c: A more involved MMC command to list features from
a MMC GET_CONFIGURATION command.
paranoia: A program to show using CD-DA paranoia (a library for jitter
detection and audio-read error correction). This program uses
an interface compatible (mostly) with cdparanoia.
@@ -42,14 +47,6 @@ paranoia2: Another program to show using CD-DA paranoia using a more
things that otherwise use libcdio such as media players
(e.g. for getting CDDB or CD-Text info)
scsi-mmc1.c: A program to show issuing a simple SCSI-MMC command (INQUIRY).
scsi-mmc2.c: A more involved SCSI-MMC command to list features from
a SCSI GET_CONFIGURATION command.
tracks.c: A program to list track numbers and logical sector
numbers of a Compact Disc using libcdio.
sample2.c: A simple program to show drivers installed and what the
default CD-ROM drive is.
@@ -59,5 +56,6 @@ sample3.c: A simple program to show the use of cdio_guess_cd_type().
sample4.c: A slightly improved sample3 program: we handle cdio logging
and take an optional CD-location.
tracks.c: A program to list track numbers and logical sector
numbers of a Compact Disc using libcdio.