staging: comedi: me_daq: 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: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
aa0ed8280a
commit
544c05505c
@@ -1,47 +1,38 @@
|
|||||||
/*
|
/*
|
||||||
|
* comedi/drivers/me_daq.c
|
||||||
comedi/drivers/me_daq.c
|
* Hardware driver for Meilhaus data acquisition cards:
|
||||||
|
* ME-2000i, ME-2600i, ME-3000vm1
|
||||||
Hardware driver for Meilhaus data acquisition cards:
|
*
|
||||||
|
* Copyright (C) 2002 Michael Hillmann <hillmann@syscongroup.de>
|
||||||
ME-2000i, ME-2600i, ME-3000vm1
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
Copyright (C) 2002 Michael Hillmann <hillmann@syscongroup.de>
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
This program is free software; you can redistribute it and/or modify
|
* (at your option) any later version.
|
||||||
it under the terms of the GNU General Public License as published by
|
*
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
* This program is distributed in the hope that it will be useful,
|
||||||
(at your option) any later version.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
This program is distributed in the hope that it will be useful,
|
* GNU General Public License for more details.
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
*
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* You should have received a copy of the GNU General Public License
|
||||||
GNU General Public License for more details.
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
You should have received a copy of the GNU General Public License
|
*/
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Driver: me_daq
|
* Driver: me_daq
|
||||||
Description: Meilhaus PCI data acquisition cards
|
* Description: Meilhaus PCI data acquisition cards
|
||||||
Author: Michael Hillmann <hillmann@syscongroup.de>
|
* Devices: (Meilhaus) ME-2600i [me-2600i]
|
||||||
Devices: [Meilhaus] ME-2600i (me_daq), ME-2000i
|
* (Meilhaus) ME-2000i [me-2000i]
|
||||||
Status: experimental
|
* Author: Michael Hillmann <hillmann@syscongroup.de>
|
||||||
|
* Status: experimental
|
||||||
Supports:
|
*
|
||||||
|
* Configuration options: not applicable, uses PCI auto config
|
||||||
Analog Output
|
*
|
||||||
|
* Supports:
|
||||||
Configuration options:
|
* Analog Input, Analog Output, Digital I/O
|
||||||
|
*/
|
||||||
[0] - PCI bus number (optional)
|
|
||||||
[1] - PCI slot number (optional)
|
|
||||||
|
|
||||||
If bus/slot is not specified, the first available PCI
|
|
||||||
device will be used.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/sched.h>
|
#include <linux/sched.h>
|
||||||
|
Reference in New Issue
Block a user