staging: comedi: comedidev.h: add PCI_VENDOR_ID_DT
Add a define for the Data Translation, Inc. PCI vendor id. Remove the duplicates in the drivers. 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
64f2f93359
commit
f656ef5b6c
@@ -58,6 +58,7 @@
|
|||||||
* PCI Vendor IDs not in <linux/pci_ids.h>
|
* PCI Vendor IDs not in <linux/pci_ids.h>
|
||||||
*/
|
*/
|
||||||
#define PCI_VENDOR_ID_ICP 0x104c
|
#define PCI_VENDOR_ID_ICP 0x104c
|
||||||
|
#define PCI_VENDOR_ID_DT 0x1116
|
||||||
#define PCI_VENDOR_ID_CONTEC 0x1221
|
#define PCI_VENDOR_ID_CONTEC 0x1221
|
||||||
#define PCI_VENDOR_ID_CB 0x1307 /* Measurement Computing */
|
#define PCI_VENDOR_ID_CB 0x1307 /* Measurement Computing */
|
||||||
#define PCI_VENDOR_ID_ADVANTECH 0x13fe
|
#define PCI_VENDOR_ID_ADVANTECH 0x13fe
|
||||||
|
@@ -65,8 +65,6 @@ AO commands are not supported.
|
|||||||
|
|
||||||
#include "comedi_fc.h"
|
#include "comedi_fc.h"
|
||||||
|
|
||||||
#define PCI_VENDOR_ID_DT 0x1116
|
|
||||||
|
|
||||||
static const struct comedi_lrange range_dt3000_ai = { 4, {
|
static const struct comedi_lrange range_dt3000_ai = { 4, {
|
||||||
RANGE(-10, 10),
|
RANGE(-10, 10),
|
||||||
RANGE(-5, 5),
|
RANGE(-5, 5),
|
||||||
|
Reference in New Issue
Block a user