Commit 3ca88dd5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: comedi: move a pci vendor id

The vendor id should be in the driver that needs it, not in
a common file.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7a102e0e
...@@ -115,7 +115,6 @@ ...@@ -115,7 +115,6 @@
#define PCI_VENDOR_ID_ADLINK 0x144a #define PCI_VENDOR_ID_ADLINK 0x144a
#define PCI_VENDOR_ID_ICP 0x104c #define PCI_VENDOR_ID_ICP 0x104c
#define PCI_VENDOR_ID_CONTEC 0x1221 #define PCI_VENDOR_ID_CONTEC 0x1221
#define PCI_VENDOR_ID_MEILHAUS 0x1402
#define COMEDI_NUM_MINORS 0x100 #define COMEDI_NUM_MINORS 0x100
#define COMEDI_NUM_BOARD_MINORS 0x30 #define COMEDI_NUM_BOARD_MINORS 0x30
......
...@@ -60,6 +60,7 @@ from http://www.comedi.org ...@@ -60,6 +60,7 @@ from http://www.comedi.org
#define ME_DRIVER_NAME "me_daq" #define ME_DRIVER_NAME "me_daq"
#define PCI_VENDOR_ID_MEILHAUS 0x1402
#define ME2000_DEVICE_ID 0x2000 #define ME2000_DEVICE_ID 0x2000
#define ME2600_DEVICE_ID 0x2600 #define ME2600_DEVICE_ID 0x2600
......
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