aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci_ids.h
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2013-07-16 11:14:38 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-26 19:10:53 -0400
commit12197de2cdb2ded83db7b5a3a06f4b275fb8e62c (patch)
tree6994b62d033918aa5e052c7d77b8f8c1c68c6446 /include/linux/pci_ids.h
parentc4b058560762ec7ffe159b668fc47a8b7e271949 (diff)
pci_ids.h: move PCI_VENDOR_ID_AMCC here
PCI_VENDOR_ID_AMCC is defined locally in "drivers/staging/comedi/comedidev.h" for a few comedi hardware drivers, namely "adl_pci9118", "addi_apci_1500" and "addi_apci_3120" (also "addi_apci_1710" but that is not currently built and will probably be removed soon). Move the define into "include/linux/pci_ids.h" as it is shared by several drivers (albeit all comedi drivers currently). PCI_VENDOR_ID_AMCC happens to have the same value (0x10e8) as PCI_VENDOR_ID_ADDIDATA_OLD. The vendor ID is actually assigned to Applied Micro Circuits Corporation and Addi-Data were using device IDs assigned by AMCC on some of their earlier PCI boards. The PCI_VENDOR_ID_ADDIDATA_OLD define is still being used by the "8250_pci" PCI serial board driver. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r--include/linux/pci_ids.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 3bed2e89611b..9d9911926598 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1311,6 +1311,8 @@
1311#define PCI_DEVICE_ID_IMS_TT128 0x9128 1311#define PCI_DEVICE_ID_IMS_TT128 0x9128
1312#define PCI_DEVICE_ID_IMS_TT3D 0x9135 1312#define PCI_DEVICE_ID_IMS_TT3D 0x9135
1313 1313
1314#define PCI_VENDOR_ID_AMCC 0x10e8
1315
1314#define PCI_VENDOR_ID_INTERG 0x10ea 1316#define PCI_VENDOR_ID_INTERG 0x10ea
1315#define PCI_DEVICE_ID_INTERG_1682 0x1682 1317#define PCI_DEVICE_ID_INTERG_1682 0x1682
1316#define PCI_DEVICE_ID_INTERG_2000 0x2000 1318#define PCI_DEVICE_ID_INTERG_2000 0x2000
@@ -2256,7 +2258,7 @@
2256/* 2258/*
2257 * ADDI-DATA GmbH communication cards <info@addi-data.com> 2259 * ADDI-DATA GmbH communication cards <info@addi-data.com>
2258 */ 2260 */
2259#define PCI_VENDOR_ID_ADDIDATA_OLD 0x10E8 2261#define PCI_VENDOR_ID_ADDIDATA_OLD 0x10E8 /* actually AMCC */
2260#define PCI_VENDOR_ID_ADDIDATA 0x15B8 2262#define PCI_VENDOR_ID_ADDIDATA 0x15B8
2261#define PCI_DEVICE_ID_ADDIDATA_APCI7500 0x7000 2263#define PCI_DEVICE_ID_ADDIDATA_APCI7500 0x7000
2262#define PCI_DEVICE_ID_ADDIDATA_APCI7420 0x7001 2264#define PCI_DEVICE_ID_ADDIDATA_APCI7420 0x7001