I'd like to check in this patch to allow autodetection of an
MMC-compliant device. This does in effect make the '--driver
generic-mmc' optional, or rather, the default value. Note the --driver
option still has precedence, the MMC probe code is only called if no
--driver was specified (and no entry was found in the drivers file).
The probe works by doing a MODE SENSE(10) command (group 1 command
0x5A) to read the CD capabilities (that's what cdrecord does when you
do cdrecord --prcap).
Comments ?
-denis
|