Add mode_sense6() and mode_sense10() MMC commands. Use them to

hopefully clean up code a little. Remove some unused MMC "private"
commands.

iso4 -> isofuzzy
This commit is contained in:
rocky
2005-02-09 02:50:46 +00:00
parent feb3e26e7a
commit 3755da8d0c
8 changed files with 162 additions and 179 deletions

View File

@@ -1,4 +1,4 @@
$Id: README,v 1.14 2005/02/06 15:09:10 rocky Exp $
$Id: README,v 1.15 2005/02/09 02:50:47 rocky Exp $
This directory contains some simple examples of the use of the libcdio
library.
@@ -29,7 +29,7 @@ iso2.c: A program to show using libiso9660 to extract a file
iso3.c: A program to show using libiso9660 to extract a file from an
ISO-9660 image.
iso4.c: A program showing fuzzy ISO-9660 detection/reading.
isofuzzy.c : A program showing fuzzy ISO-9660 detection/reading.
iso1cpp.cpp: iso1.c compiled via C++
iso2cpp.cpp: iso2.c compiled via C++