mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7a102e0ef1
commit
3ca88dd5c3
2 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,6 @@
|
|||
#define PCI_VENDOR_ID_ADLINK 0x144a
|
||||
#define PCI_VENDOR_ID_ICP 0x104c
|
||||
#define PCI_VENDOR_ID_CONTEC 0x1221
|
||||
#define PCI_VENDOR_ID_MEILHAUS 0x1402
|
||||
|
||||
#define COMEDI_NUM_MINORS 0x100
|
||||
#define COMEDI_NUM_BOARD_MINORS 0x30
|
||||
|
|
|
@ -60,6 +60,7 @@ from http://www.comedi.org
|
|||
|
||||
#define ME_DRIVER_NAME "me_daq"
|
||||
|
||||
#define PCI_VENDOR_ID_MEILHAUS 0x1402
|
||||
#define ME2000_DEVICE_ID 0x2000
|
||||
#define ME2600_DEVICE_ID 0x2600
|
||||
|
||||
|
|
Loading…
Reference in a new issue