diff options
author | Krauth.Julien <Krauth.Julien@addi-data.com> | 2008-02-05 01:27:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:09 -0500 |
commit | 02c9b5cf9acd8a85313b892dc5196ccf133d4884 (patch) | |
tree | 7feb5cf1c34ed8cc602171f66cbe9adfe2eb19d3 /include/linux | |
parent | 1452750afc923b838a76e23150d5f1b4fc718b11 (diff) |
serial: add ADDI-DATA GmbH Communication cardsin8250_pci.c and pci_ids.h
Add ADDI-DATA GmbH communication cards to 8250_pci driver. Supported cards
are:
APCI-7300, APCI-7420, APCI-7500, APCI-7800 APCI-7300-2, APCI-7420-2,
APCI-7500-2 APCI-7300-3, APCI-7420-3, APCI-7500-3, APCI-7800-3
[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Krauth J. <krauth.julien@addi-data.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pci_ids.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 41f6f28690f6..39d32837265b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2043,6 +2043,23 @@ | |||
2043 | #define PCI_VENDOR_ID_QUICKNET 0x15e2 | 2043 | #define PCI_VENDOR_ID_QUICKNET 0x15e2 |
2044 | #define PCI_DEVICE_ID_QUICKNET_XJ 0x0500 | 2044 | #define PCI_DEVICE_ID_QUICKNET_XJ 0x0500 |
2045 | 2045 | ||
2046 | /* | ||
2047 | * ADDI-DATA GmbH communication cards <info@addi-data.com> | ||
2048 | */ | ||
2049 | #define PCI_VENDOR_ID_ADDIDATA_OLD 0x10E8 | ||
2050 | #define PCI_VENDOR_ID_ADDIDATA 0x15B8 | ||
2051 | #define PCI_DEVICE_ID_ADDIDATA_APCI7500 0x7000 | ||
2052 | #define PCI_DEVICE_ID_ADDIDATA_APCI7420 0x7001 | ||
2053 | #define PCI_DEVICE_ID_ADDIDATA_APCI7300 0x7002 | ||
2054 | #define PCI_DEVICE_ID_ADDIDATA_APCI7800 0x818E | ||
2055 | #define PCI_DEVICE_ID_ADDIDATA_APCI7500_2 0x7009 | ||
2056 | #define PCI_DEVICE_ID_ADDIDATA_APCI7420_2 0x700A | ||
2057 | #define PCI_DEVICE_ID_ADDIDATA_APCI7300_2 0x700B | ||
2058 | #define PCI_DEVICE_ID_ADDIDATA_APCI7500_3 0x700C | ||
2059 | #define PCI_DEVICE_ID_ADDIDATA_APCI7420_3 0x700D | ||
2060 | #define PCI_DEVICE_ID_ADDIDATA_APCI7300_3 0x700E | ||
2061 | #define PCI_DEVICE_ID_ADDIDATA_APCI7800_3 0x700F | ||
2062 | |||
2046 | #define PCI_VENDOR_ID_PDC 0x15e9 | 2063 | #define PCI_VENDOR_ID_PDC 0x15e9 |
2047 | 2064 | ||
2048 | #define PCI_VENDOR_ID_FARSITE 0x1619 | 2065 | #define PCI_VENDOR_ID_FARSITE 0x1619 |