Commit 3bb18724 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: cb_pcidda: cleanup the copyright and comedi comments

Reformat the copyright and driver description comments to follow the
preferred block comment style. Reword the driver description to follow
comedi style described in the skel driver.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f9c62f3f
/* /*
comedi/drivers/cb_pcidda.c * comedi/drivers/cb_pcidda.c
This intends to be a driver for the ComputerBoards / MeasurementComputing * Driver for the ComputerBoards / MeasurementComputing PCI-DDA series.
PCI-DDA series. *
* Copyright (C) 2001 Ivan Martinez <ivanmr@altavista.com>
Copyright (C) 2001 Ivan Martinez <ivanmr@altavista.com> * Copyright (C) 2001 Frank Mori Hess <fmhess@users.sourceforge.net>
Copyright (C) 2001 Frank Mori Hess <fmhess@users.sourceforge.net> *
* COMEDI - Linux Control and Measurement Device Interface
COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 1997-8 David A. Schleef <ds@schleef.org>
Copyright (C) 1997-8 David A. Schleef <ds@schleef.org> *
* This program is free software; you can redistribute it and/or modify
This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or
the Free Software Foundation; either version 2 of the License, or * (at your option) any later version.
(at your option) any later version. *
* This program is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software
along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
*/
/* /*
Driver: cb_pcidda * Driver: cb_pcidda
Description: MeasurementComputing PCI-DDA series * Description: MeasurementComputing PCI-DDA series
Author: Ivan Martinez <ivanmr@altavista.com>, Frank Mori Hess <fmhess@users.sourceforge.net> * Devices: (Measurement Computing) PCI-DDA08/12 [pci-dda08/12]
Status: Supports 08/16, 04/16, 02/16, 08/12, 04/12, and 02/12 * (Measurement Computing) PCI-DDA04/12 [pci-dda04/12]
Devices: [Measurement Computing] PCI-DDA08/12 (cb_pcidda), PCI-DDA04/12, * (Measurement Computing) PCI-DDA02/12 [pci-dda02/12]
PCI-DDA02/12, PCI-DDA08/16, PCI-DDA04/16, PCI-DDA02/16 * (Measurement Computing) PCI-DDA08/16 [pci-dda08/16]
* (Measurement Computing) PCI-DDA04/16 [pci-dda04/16]
Configuration options: * (Measurement Computing) PCI-DDA02/16 [pci-dda02/16]
[0] - PCI bus of device (optional) * Author: Ivan Martinez <ivanmr@altavista.com>
[1] - PCI slot of device (optional) * Frank Mori Hess <fmhess@users.sourceforge.net>
If bus/slot is not specified, the first available PCI * Status: works
device will be used. *
* Configuration options: not applicable, uses PCI auto config
Only simple analog output writing is supported. *
* Only simple analog output writing is supported.
So far it has only been tested with: */
- PCI-DDA08/12
Please report success/failure with other different cards to
<comedi@comedi.org>.
*/
#include "../comedidev.h" #include "../comedidev.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment