	This program will talk to usb based diamond mm products
(with exception of the rio500, try rio500.sourceforge.net). This
code will be maintained until the first release of libpdmp.

If you have any questions or comments please email:
libpdmp@lists.pointless.net

Until CVS is working, if you have a patch please email it to:
hjelmn@unm.edu

If you do not have devfs support in your kernel then you should create
the device with the commands:
mkdir /dev/usb
mknod /dev/usb/rio0 c 180 64

The 64 is the base minor, if you have more than one rio add the minor
assigned by the driver to it so if the module assigns minor 1 the the node
has minor 65.

If you want to use usbdevfs instead of a kernel level driver run configure
with the option --with-usbdevfs. This WILL NOT work if the driver is installed
or if you have not added usbdevfs support into your kernel.

If you want firmware files please do not email me. I do not know
the legal stuff pertaining to it, but if you want to get a hold of
one and have access to stuffit (www.aladdinsys.com) you can download
to firmware designed for the mac from www.riohome.com. Once decompressed
you should have a .lok file and that is the firmware.

enjoy!

-Nathan Hjelm
