aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/8250/8250_pci.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c
index f35a85f56627..33137b3ba94d 100644
--- a/drivers/tty/serial/8250/8250_pci.c
+++ b/drivers/tty/serial/8250/8250_pci.c
@@ -1753,6 +1753,8 @@ pci_wch_ch353_setup(struct serial_private *priv,
1753#define PCI_VENDOR_ID_ADVANTECH 0x13fe 1753#define PCI_VENDOR_ID_ADVANTECH 0x13fe
1754#define PCI_DEVICE_ID_INTEL_CE4100_UART 0x2e66 1754#define PCI_DEVICE_ID_INTEL_CE4100_UART 0x2e66
1755#define PCI_DEVICE_ID_ADVANTECH_PCI3620 0x3620 1755#define PCI_DEVICE_ID_ADVANTECH_PCI3620 0x3620
1756#define PCI_DEVICE_ID_ADVANTECH_PCI3618 0x3618
1757#define PCI_DEVICE_ID_ADVANTECH_PCIf618 0xf618
1756#define PCI_DEVICE_ID_TITAN_200I 0x8028 1758#define PCI_DEVICE_ID_TITAN_200I 0x8028
1757#define PCI_DEVICE_ID_TITAN_400I 0x8048 1759#define PCI_DEVICE_ID_TITAN_400I 0x8048
1758#define PCI_DEVICE_ID_TITAN_800I 0x8088 1760#define PCI_DEVICE_ID_TITAN_800I 0x8088
@@ -3890,6 +3892,13 @@ static struct pci_device_id serial_pci_tbl[] = {
3890 { PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI3620, 3892 { PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI3620,
3891 PCI_DEVICE_ID_ADVANTECH_PCI3620, 0x0001, 0, 0, 3893 PCI_DEVICE_ID_ADVANTECH_PCI3620, 0x0001, 0, 0,
3892 pbn_b2_8_921600 }, 3894 pbn_b2_8_921600 },
3895 /* Advantech also use 0x3618 and 0xf618 */
3896 { PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI3618,
3897 PCI_DEVICE_ID_ADVANTECH_PCI3618, PCI_ANY_ID, 0, 0,
3898 pbn_b0_4_921600 },
3899 { PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCIf618,
3900 PCI_DEVICE_ID_ADVANTECH_PCI3618, PCI_ANY_ID, 0, 0,
3901 pbn_b0_4_921600 },
3893 { PCI_VENDOR_ID_V3, PCI_DEVICE_ID_V3_V960, 3902 { PCI_VENDOR_ID_V3, PCI_DEVICE_ID_V3_V960,
3894 PCI_SUBVENDOR_ID_CONNECT_TECH, 3903 PCI_SUBVENDOR_ID_CONNECT_TECH,
3895 PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_232, 0, 0, 3904 PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_232, 0, 0,