Staging: comedi: move another pci device id to the driver
Put a pci vendor id into the drivers that need them. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
3ca88dd5c3
commit
558587e2d9
@ -109,7 +109,6 @@
|
||||
COMEDI_MODULE_MACROS \
|
||||
COMEDI_PCI_INITCLEANUP_NOMODULE(comedi_driver, pci_id_table)
|
||||
|
||||
#define PCI_VENDOR_ID_COMPUTERBOARDS 0x1307
|
||||
#define PCI_VENDOR_ID_ADVANTECH 0x13fe
|
||||
#define PCI_VENDOR_ID_AMPLICON 0x14dc
|
||||
#define PCI_VENDOR_ID_ADLINK 0x144a
|
||||
|
@ -107,6 +107,8 @@ TODO:
|
||||
#define PRESCALED_TIMER_BASE 10000 /* 100kHz 'prescaled' clock for slow aquisition, maybe I'll support this someday */
|
||||
#define DMA_BUFFER_SIZE 0x1000
|
||||
|
||||
#define PCI_VENDOR_ID_COMPUTERBOARDS 0x1307
|
||||
|
||||
/* maximum value that can be loaded into board's 24-bit counters*/
|
||||
static const int max_counter_value = 0xffffff;
|
||||
|
||||
|
@ -52,6 +52,8 @@ See http://www.measurementcomputing.com/PDFManuals/pcim-das1602_16.pdf for more
|
||||
/* #define CBPCIMDAS_DEBUG */
|
||||
#undef CBPCIMDAS_DEBUG
|
||||
|
||||
#define PCI_VENDOR_ID_COMPUTERBOARDS 0x1307
|
||||
|
||||
/* Registers for the PCIM-DAS1602/16 */
|
||||
|
||||
/* sizes of io regions (bytes) */
|
||||
|
@ -91,7 +91,8 @@ Configuration Options:
|
||||
#include "8255.h"
|
||||
|
||||
/* device ids of the cards we support -- currently only 1 card supported */
|
||||
#define PCI_ID_PCIM_DDA06_16 0x0053
|
||||
#define PCI_VENDOR_ID_COMPUTERBOARDS 0x1307
|
||||
#define PCI_ID_PCIM_DDA06_16 0x0053
|
||||
|
||||
/*
|
||||
* This is straight from skel.c -- I did this in case this source file
|
||||
|
Loading…
x
Reference in New Issue
Block a user