diff options
author | Krauth.Julien <Krauth.Julien@addi-data.com> | 2009-10-26 19:50:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-29 10:39:30 -0400 |
commit | 1b62cbf2140df510a56d38b9d49df2aae95cd0d2 (patch) | |
tree | c9e589807ba5eccb16dd0f2f4b1cb9a01fa0a4d8 /include | |
parent | 9d09daf8e891e6ed60f96fbaf765ba7bced8bad1 (diff) |
serial: add ADDI-DATA GmbH PCI-Express communication cards in 8250_pci.c and pci_ids.h
Add support for ADDI-DATA GmbH PCI-Express communication cards:
APCIe-7300
APCIe-7420
APCIe-7500
APCIe-7800
Warning: 8250_pci.c depends on pci_ids.h. 8250_pci.c
Signed-off-by: Krauth Julien <Krauth.Julien@addi-data.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 86257a412732..df48628d870b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2160,6 +2160,10 @@ | |||
2160 | #define PCI_DEVICE_ID_ADDIDATA_APCI7420_3 0x700D | 2160 | #define PCI_DEVICE_ID_ADDIDATA_APCI7420_3 0x700D |
2161 | #define PCI_DEVICE_ID_ADDIDATA_APCI7300_3 0x700E | 2161 | #define PCI_DEVICE_ID_ADDIDATA_APCI7300_3 0x700E |
2162 | #define PCI_DEVICE_ID_ADDIDATA_APCI7800_3 0x700F | 2162 | #define PCI_DEVICE_ID_ADDIDATA_APCI7800_3 0x700F |
2163 | #define PCI_DEVICE_ID_ADDIDATA_APCIe7300 0x7010 | ||
2164 | #define PCI_DEVICE_ID_ADDIDATA_APCIe7420 0x7011 | ||
2165 | #define PCI_DEVICE_ID_ADDIDATA_APCIe7500 0x7012 | ||
2166 | #define PCI_DEVICE_ID_ADDIDATA_APCIe7800 0x7013 | ||
2163 | 2167 | ||
2164 | #define PCI_VENDOR_ID_PDC 0x15e9 | 2168 | #define PCI_VENDOR_ID_PDC 0x15e9 |
2165 | 2169 | ||