Skip to content

Commit

Permalink
staging: comedi: comedidev.h: add PCI_VENDOR_ID_KOLTER
Browse files Browse the repository at this point in the history
Add a define for the Kolter Electronic 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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 25, 2012
1 parent f656ef5 commit 0d37462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions drivers/staging/comedi/comedidev.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
/*
* PCI Vendor IDs not in <linux/pci_ids.h>
*/
#define PCI_VENDOR_ID_KOLTER 0x1001
#define PCI_VENDOR_ID_ICP 0x104c
#define PCI_VENDOR_ID_DT 0x1116
#define PCI_VENDOR_ID_CONTEC 0x1221
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/ke_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Kolter Electronic PCI Counter Card.

#include "../comedidev.h"

#define PCI_VENDOR_ID_KOLTER 0x1001
#define CNT_CARD_DEVICE_ID 0x0014

/*-- counter write ----------------------------------------------------------*/
Expand Down

0 comments on commit 0d37462

Please sign in to comment.