Skip to content

Commit

Permalink
staging: comedi: addi_apci_3501: add a comedi driver comment block
Browse files Browse the repository at this point in the history
This comment block is used to automatically generate documentation in
Comedi and Comedilib.

Signed-off-by: H Hartley Sweeten <[email protected]>
Reviewed-by: Ian Abbott <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
bigguiness authored and gregkh committed Aug 21, 2016
1 parent a667253 commit 741a9c1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions drivers/staging/comedi/drivers/addi_apci_3501.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,33 @@
* more details.
*/

/*
* Driver: addi_apci_3501
* Description: ADDI-DATA APCI-3501 Analog output board
* Devices: [ADDI-DATA] APCI-3501 (addi_apci_3501)
* Author: H Hartley Sweeten <[email protected]>
* Updated: Mon, 20 Jun 2016 10:57:01 -0700
* Status: untested
*
* Configuration Options: not applicable, uses comedi PCI auto config
*
* This board has the following features:
* - 4 or 8 analog output channels
* - 2 optically isolated digital inputs
* - 2 optically isolated digital outputs
* - 1 12-bit watchdog/timer
*
* There are 2 versions of the APCI-3501:
* - APCI-3501-4 4 analog output channels
* - APCI-3501-8 8 analog output channels
*
* These boards use the same PCI Vendor/Device IDs. The number of output
* channels used by this driver is determined by reading the EEPROM on
* the board.
*
* The watchdog/timer subdevice is not currently supported.
*/

#include <linux/module.h>

#include "../comedi_pci.h"
Expand Down

0 comments on commit 741a9c1

Please sign in to comment.