Add support for '8-port RS-232 MIC-3620 from advantech'

This Patch add the device information for the
MIC-3620 8-port RS-232 cPCI card from Advantech Co. Ltd.

Signed-off-by: Michael Bramer <grisu@deb-support.de>
Signed-off-by: Alan Cox <number6@the-village.bc.nu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Michael Bramer and committed by Linus Torvalds 78d70d48 e9fed567

+6
+6
drivers/serial/8250_pci.c
··· 806 806 #define PCI_SUBDEVICE_ID_OCTPRO422 0x0208 807 807 #define PCI_SUBDEVICE_ID_POCTAL232 0x0308 808 808 #define PCI_SUBDEVICE_ID_POCTAL422 0x0408 809 + #define PCI_VENDOR_ID_ADVANTECH 0x13fe 810 + #define PCI_DEVICE_ID_ADVANTECH_PCI3620 0x3620 809 811 810 812 /* Unknown vendors/cards - this should not be in linux/pci_ids.h */ 811 813 #define PCI_SUBDEVICE_ID_UNKNOWN_0x1584 0x1584 ··· 2154 2152 #endif 2155 2153 2156 2154 static struct pci_device_id serial_pci_tbl[] = { 2155 + /* Advantech use PCI_DEVICE_ID_ADVANTECH_PCI3620 (0x3620) as 'PCI_SUBVENDOR_ID' */ 2156 + { PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI3620, 2157 + PCI_DEVICE_ID_ADVANTECH_PCI3620, 0x0001, 0, 0, 2158 + pbn_b2_8_921600 }, 2157 2159 { PCI_VENDOR_ID_V3, PCI_DEVICE_ID_V3_V960, 2158 2160 PCI_SUBVENDOR_ID_CONNECT_TECH, 2159 2161 PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_232, 0, 0,