[PATCH] cb_pcimdda.c minor one-line fixed...

I noticed that make devices.txt produced incorrect output for the
cb_pcimdda.c driver.  The correct string this driver expects from
comedi_config is either cb_pcimdda or cb_pcimdda06-16, not "pcimdda06-16"
as gets generated in the docs.  This is probably my fault as I wrote
the comment for that driver and I was inconsistent.

The patch below fixes this.  Dave can you apply this to cvs? :)

--- BEGIN PATCH.... CUT ---

diff -ru comedi/comedi/drivers/cb_pcimdda.c comedi-new/comedi/drivers/cb_pcimdda.c
--- comedi/comedi/drivers/cb_pcimdda.c  Thu Nov 21 07:34:32 2002
+++ comedi-new/comedi/drivers/cb_pcimdda.c      Mon Jan 27 17:18:12 2003
_at__at_ -24,7 +24,7 _at__at_
 /*
 Driver: cb_pcimdda.o
 Description: A driver for this relatively new and uniquely designed board
-Devices: [Computer Boards] PCIM-DDA06-16 (pcimdda06-16)
+Devices: [Computer Boards] PCIM-DDA06-16 (cb_pcimdda)
 Author: Calin Culianu <calin_at_ajvar.org>
 Updated: Thu, 20 Jun 2002 16:19:41 -0500
 Status: works

Received on 2003-01-27Z17:23:30