Add list of devices to documentation
authorDavid Schleef <ds@schleef.org>
Fri, 14 Sep 2001 02:44:03 +0000 (02:44 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 14 Sep 2001 02:44:03 +0000 (02:44 +0000)
22 files changed:
comedi/drivers/8255.c
comedi/drivers/amplc_pci230.c
comedi/drivers/cb_pcidas.c
comedi/drivers/cb_pcidda.c
comedi/drivers/comedi_parport.c
comedi/drivers/daqboard2000.c
comedi/drivers/dt2801.c
comedi/drivers/fl512.c
comedi/drivers/ii_pci20kc.c
comedi/drivers/mpc8260cpm.c
comedi/drivers/multiq3.c
comedi/drivers/ni_at_a2150.c
comedi/drivers/ni_mio_cs.c
comedi/drivers/ni_pcidio.c
comedi/drivers/pcl711.c
comedi/drivers/pcl724.c
comedi/drivers/pcl725.c
comedi/drivers/pcl726.c
comedi/drivers/pcm3730.c
comedi/drivers/rtd520.c
comedi/drivers/rti800.c
comedi/drivers/rti802.c

index 448c80ad9f1fd603fc2b181d458f7841051ee44e..c5f660e313100b69304a81151aab4d628303dda8 100644 (file)
@@ -23,6 +23,7 @@
 /*
 Driver: 8255.o
 Description: generic 8255 support
+Devices: [standard] 8255 (8255)
 Author: ds
 
 The classic in digital I/O.  Three channels of 8 bit digital I/O,
index fd2860b14aaf8578a5066ef6a53cd4f66a590a89..051413e3ebf8b53099c8519c0ef8fda567e259a8 100644 (file)
@@ -26,7 +26,7 @@ Driver: amplc_pci230.o
 Description: Driver for Amplicom PCI230 and PCI260 Multifunction I/O boards
 Author: Allan Willcox <allanwillcox@ozemail.com.au>
 Updated: Mon,  3 Sep 2001 17:37:12 -0700
-Devices: [Amplicon] PCI230, PCI260
+Devices: [Amplicon] PCI230 (amplc_pci230), PCI260
 */
 
 #include <linux/kernel.h>
index 5a5f4aa4c9e71619d7ce95e9fd66ecdb83e762de..c4ed3bcc6ae74e5080a6639f758b5fb7d1d70a91 100644 (file)
@@ -53,9 +53,9 @@ Status:
   - PCI-DAS1000, 1001, 1002: Should work, but untested.  Please report
     usage.
 Updated: 2001-8-27
-Devices: [Measurement Computing] PCI-DAS1602/16, PCI-DAS1602/16jr,
-  PCI-DAS1602/12, PCI-DAS1200, PCI-DAS1200jr, PCI-DAS1000,
-  PCI-DAS1001, PCI_DAS1002
+Devices: [Measurement Computing] PCI-DAS1602/16 (cb_pcidas),
+  PCI-DAS1602/16jr, PCI-DAS1602/12, PCI-DAS1200, PCI-DAS1200jr,
+  PCI-DAS1000, PCI-DAS1001, PCI_DAS1002
 
 This driver originally intended to support the whole PCI-DAS series,
 but cards based on the PLX PCI controller are excluded for being
index 3cd848f7776bf247b8ab741cbfc86b22f15e66da..2d90d73c3bbeae061a5699a738f78091e544e949 100644 (file)
@@ -35,8 +35,8 @@ Driver: cb_pcidda.o
 Description: ComputerBoards/MeasurementComputing PCI-DDA series
 Author: Ivan Martinez <ivanmr@altavista.com>
 Status: Supports 08/16, 04/16, 02/16, 08/12, 04/12, and 02/12
-Devices: [Measurement Computing] PCI-DDA08/12, PCI-DDA04/12, PCI-DDA02/12,
-  PCI-DDA08/16, PCI-DDA04/16, PCI-DDA02/16
+Devices: [Measurement Computing] PCI-DDA08/12 (cb_pcidda), PCI-DDA04/12,
+  PCI-DDA02/12, PCI-DDA08/16, PCI-DDA04/16, PCI-DDA02/16
 
 Configuration options:
   [0] - PCI bus of device (optional)
index 835137c89d46685f6b83faa0d3402c8403cc5f79..b953d52ca97107af8c050ca9343e1f727a93d6cc 100644 (file)
@@ -25,7 +25,7 @@ Driver: comedi_parport.o
 Description: Standard PC parallel port
 Author: ds
 Status: works in immediate mode
-Devices: [standard] parallel port
+Devices: [standard] parallel port (comedi_parport)
 
 A cheap and easy way to get a few more digital I/O lines.  Steal
 additional parallel ports from old computers or your neighbors'
index e2e9a92eed8878cd694563971d8e149057612fb0..2552439260b31f7d497598aec96f94634e7a25b1 100644 (file)
@@ -25,7 +25,7 @@ Driver: daqboard2000.o
 Description: IOTech DAQBoard/2000
 Author: Anders Blomdell <anders.blomdell@control.lth.se>
 Status: works
-Devices: [IOTech] DAQBoard/2000
+Devices: [IOTech] DAQBoard/2000 (daqboard2000)
 
 Much of the functionality of this driver was determined from reading
 the source code for the Windows driver.
index 4d1b986b903ff57262cce1b65e4f9fe1d87d3905..4895acc1618b0d85d77a7766ae85aa2f5fb8bedf 100644 (file)
@@ -7,7 +7,7 @@ Driver: dt2801.o
 Description: Data Translation DT2801 series and DT01-EZ
 Author: ds
 Status: works
-Devices: [Data Translation] DT2801, DT2801-A, DT2801/5716A,
+Devices: [Data Translation] DT2801 (dt2801), DT2801-A, DT2801/5716A,
   DT2805, DT2805/5716A, DT2808, DT2818, DT2809, DT01-EZ
 
 This driver can autoprobe the type of board.
index eccd56126728c96a4184a23a28cb664fdbdfd504..2a04c3558e05a3aec76af922d012c406b7a9b69b 100644 (file)
@@ -1,11 +1,13 @@
 /*
     comedi/drivers/fl512.c
+    Anders Gnistrup <ex18@kalman.iau.dtu.dk>
 */
 
 /*
 Driver: fl512.o
 Description: unknown
 Author: unknown
+Devices: [unknown] FL512 (fl512)
 
 Digital I/O is not supported.
 
@@ -53,6 +55,7 @@ comedi_driver driver_fl512 = {
  attach:  fl512_attach,
  detach:  fl512_detach,
 };
+COMEDI_INITCLEANUP(driver_fl512);
 
 static int fl512_ai_insn(comedi_device *dev,
       comedi_subdevice *s,
@@ -198,5 +201,4 @@ static int fl512_detach(comedi_device *dev)
   return 0;
 }
 
-COMEDI_INITCLEANUP(driver_fl512);
 
index 08ed5bf7ccf4a43d1018e97c7d44b1975e923f0a..d9b3d22d1a7a8854f14737ec14b43a3a76972f05 100644 (file)
@@ -42,6 +42,7 @@
 Driver: ii_pci20kc.o
 Description: Intelligent Instruments PCI-20001C carrier board
 Author: Markus Kempf <kempf@matsci.uni-sb.de>
+Devices: [Intelligent Instrumentation] PCI-20001C (ii_pci20kc)
 Status: works
 
 Supports the PCI-20001 C-2a Carrier board, and could probably support
index 4a32bd5f82bd5c1ef2ae822feefdb3ed4baa59db..1e9c92ea87cda5c177de378418000b4e4bd438df 100644 (file)
@@ -23,6 +23,7 @@
 /*
 Driver: mpc8260cpm.o
 Description: MPC8260 CPM module generic digital I/O lines
+Devices: [Motorola] MPC8260 CPM (mpc8260cpm)
 Author: ds
 
 This driver is specific to the Motorola MPC8260 processor, allowing
index 62e13b6b9ac80896e80b115757b344d5574324a8..366f43b5c2dd2fea86107c41d936d1f1a1fa5c0e 100644 (file)
@@ -25,6 +25,8 @@ Driver: multiq3.o
 Description: Quanser Consulting MultiQ-3
 Author: Anders Blomdell <anders.blomdell@control.lth.se>
 Status: works
+Devices: [Quanser Consulting] MultiQ-3 (multiq3)
+
 */
 
 #include <linux/kernel.h>
index b29fb42e0446217ec12402c4f2fdecafa20ecbbd..1d214570a6b030b2c810fd63df638f6e1ef2314b 100644 (file)
@@ -26,7 +26,7 @@ Driver: ni_at_a2150.o
 Description: National Instruments AT-A2150
 Author: Frank Mori Hess
 Status: works
-Devices: [National Instruments] AT-A2150C (at_a2150c), AT-2150S (at_2150s)
+Devices: [National Instruments] AT-A2150C (at_a2150c), AT-2150S (at_a2150s)
 
 If you want to ac couple the board's inputs, use AREF_OTHER.
 
index a3e2807f06b9344839b4c8f030f2854cbebe3358..6c8c6e27aa9b1c6827f5bd4517e15d6ff602672b 100644 (file)
@@ -25,7 +25,7 @@ Driver: ni_mio_cs.o
 Description: National Instruments DAQCard E series
 Author: ds
 Status: works
-Known-Devices: [National Instruments] DAQCard-AI-16XE-50,
+Devices: [National Instruments] DAQCard-AI-16XE-50 (ni_mio_cs),
   DAQCard-AI-16E-4, DAQCard-6062E, DAQCard-6024E
 
 See the notes in the ni_atmio.o driver.
index 526bcdeea752dd32d2e754a7d91dd8f7b61f2a6f..bb6620c2023caeaf542558f9d7b8d5ac7764e375 100644 (file)
@@ -27,7 +27,7 @@ Driver: ni_pcidio.o
 Description: National Instruments PCI-DIO32HS, PCI-DIO96, PCI-6533, PCI-6503
 Author: ds
 Status: works in immediate mode
-Known-Devices: [National Instruments] PCI-DIO-32HS, PXI-6533,
+Devices: [National Instruments] PCI-DIO-32HS (ni_pcidio), PXI-6533,
   PCI-DIO-96, PCI-DIO-96B, PXI-6508, PCI-6503, PCI-6503B, PCI-6503X,
   PXI-6503
 
index d8a913d66a613da0016519ed431ed6b7e98db51c..7047e8f37d47aaa52cf9daf3680ebf60ec1072cd 100644 (file)
@@ -28,9 +28,8 @@ Driver: pcl711.o
 Description: Advantech PCL-711 and 711b, ADLink ACL-8112
 Authors: ds, Janne Jalkanen <jalkanen@cs.hut.fi>, Eric Bunn <ebu@cs.hut.fi>
 Status: mostly complete
-Device-Names: pcl711, pcl711b, acl8112hg, acl8112dg
-Known-Devices: [Advantech] PCL-711, PCL-711B, [AdLink] ACL-8112HG,
-  ACL-8112DG
+Devices: [Advantech] PCL-711 (pcl711), PCL-711B (pcl711b),
+  [AdLink] ACL-8112HG (acl8112hg), ACL-8112DG (acl8112dg)
 
 Since these boards do not have DMA or FIFOs, only immediate mode is
 supported.
index a6c973be2e41a1d0d2371a7c5e55eb634febe1a0..ecfeffaaf14bc5defc89e94a454dd5016ff53ec8 100644 (file)
@@ -25,6 +25,8 @@ Driver: pcl724.o
 Description: Advantech PCL-724, PCL-722, PCL-731 ADLink ACL-7122, ACL-7124,
   PET-48DIO
 Author: Michal Dobes <majkl@tesnet.cz>
+Devices: [Advantech] PCL-724 (pcl724), PCL-722 (pcl722), PCL-731 (pcl731),
+  [ADLink] ACL-7122 (acl7122), ACL-7124 (acl7124), PET-48DIO (pet48dio)
 Status: untested
 
 This is driver for digital I/O boards PCL-722/724/731 with 144/24/48 DIO
index fbbc17e926d31d0bbffbed351dd3ebb92bd2fd9d..909a3b7bd94a41ad380030a408725b12a7b4e2c6 100644 (file)
@@ -4,9 +4,10 @@
  */
 /*
 Driver: pcl725.o
-Description: PC-LabCard PCL-725 (& compatibles)
+Description: Advantech PCL-725 (& compatibles)
 Author: ds
 Status: unknown
+Devices: [Advantech] PCL-725 (pcl725)
 */
 
 #include <linux/kernel.h>
index a82591b4a7bf1eb6f858e84187d7e9fb22f861e9..09b4fd243381b7e3376b9c598f276ad797cb2766 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    module/pcl726.c
+    comedi/drivers/pcl726.c
 
     hardware driver for Advantech cards:
      card:   PCL-726, PCL-727, PCL-728
@@ -31,9 +31,8 @@ Driver: pcl726.o
 Description: Advantech PCL-726 & compatibles
 Author: ds
 Status: untested
-Device-Names: pcl726, pcl727, pcl728, acl6126, acl6128
-Known-Devices: [Advantech] PCL-726, PCL-727, PCL-728, [ADLink] ACL-6126,
-  ACL-6128
+Devices: [Advantech] PCL-726 (pcl726), PCL-727 (pcl727), PCL-728 (pcl728),
+  [ADLink] ACL-6126 (acl6126), ACL-6128 (acl6128)
 
 Interrupts are not supported.
 
index 111707f4001de084e14567c61c98b0a5c93ba714..407abbb0db293a0fe4d93955d789d1524b620b58 100644 (file)
@@ -7,6 +7,7 @@
 Driver: pcm3730.o
 Description: PCM3730
 Author: Blaine Lee
+Devices: [Advantech] PCM-3730 (pcm3730)
 
 Configuration options:
   [0] - I/O port base
index 28f0c1c5993a7a4c90b3718d40db9f9cf6b42fdc..11bc6c3b1948cd3efc6e426d7da0a9aef48dd147 100644 (file)
@@ -23,6 +23,8 @@
 Driver: rtd520.o
 Description: Real Time Devices PCI4520/DM7520
 Author: Dan Christian
+Devices: [Real Time Devices] DM7520HR-1 (DM7520), DM7520HR-8 (DM7520-8),
+  PCI4520 (PCI4520), PCI4520-8 (PCI4520-8)
 
 Configuration options:
   [0] - PCI bus of device (optional)
index 6ac9c898f95043e567ce35532dc6d97ae60006d0..d499349499ee7b51c824ed1ffc2ff5f4d19da4ec 100644 (file)
@@ -25,6 +25,7 @@ Driver: rti800.o
 Description: Analog Devices RTI-800/815
 Author: ds
 Status: unknown
+Drivers: (Analog Devices) RTI-800 (rti800), RTI-815 (rti815)
 
 Configuration options:
   [0] - I/O port base address
@@ -137,7 +138,7 @@ static boardtype boardtypes[]={
 
 static int rti800_attach(comedi_device *dev,comedi_devconfig *it);
 static int rti800_detach(comedi_device *dev);
-comedi_driver driver_rti800={
+static comedi_driver driver_rti800={
        driver_name:    "rti800",
        module:         THIS_MODULE,
        attach:         rti800_attach,
index 9ca6cde0dbaff143115250f8421a1c9fe66d3222..c6a6f34fe6856b0ac53f79cf3b359416bdd8fd62 100644 (file)
@@ -24,6 +24,7 @@
 Driver: rti802.o
 Description: Analog Devices RTI-802
 Author: Anders Blomdell <anders.blomdell@control.lth.se>
+Drivers: (Analog Devices) RTI-802 (rti802)
 Status: works
 */
 
@@ -50,7 +51,7 @@ Status: works
 
 static int rti802_attach(comedi_device *dev,comedi_devconfig *it);
 static int rti802_detach(comedi_device *dev);
-comedi_driver driver_rti802={
+static comedi_driver driver_rti802={
        driver_name:    "rti802",
        module:         THIS_MODULE,
        attach:         rti802_attach,