From 4986ea55383f8b48dd6c0e283cd65e0eb563edb0 Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 4 Feb 2005 23:14:54 +0000 Subject: [PATCH] SCSI-MMC -> MMC. --- example/README | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/example/README b/example/README index 873873c9..1bcc0a12 100644 --- a/example/README +++ b/example/README @@ -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.