hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/tty/serial/8250/8250_pci.c
....@@ -1839,6 +1839,8 @@
18391839 #define PCI_SUBDEVICE_ID_SIIG_DUAL_30 0x2530
18401840 #define PCI_VENDOR_ID_ADVANTECH 0x13fe
18411841 #define PCI_DEVICE_ID_INTEL_CE4100_UART 0x2e66
1842
+#define PCI_DEVICE_ID_ADVANTECH_PCI1600 0x1600
1843
+#define PCI_DEVICE_ID_ADVANTECH_PCI1600_1611 0x1611
18421844 #define PCI_DEVICE_ID_ADVANTECH_PCI3620 0x3620
18431845 #define PCI_DEVICE_ID_ADVANTECH_PCI3618 0x3618
18441846 #define PCI_DEVICE_ID_ADVANTECH_PCIf618 0xf618
....@@ -4185,6 +4187,9 @@
41854187 pciserial_resume_one);
41864188
41874189 static const struct pci_device_id serial_pci_tbl[] = {
4190
+ { PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI1600,
4191
+ PCI_DEVICE_ID_ADVANTECH_PCI1600_1611, PCI_ANY_ID, 0, 0,
4192
+ pbn_b0_4_921600 },
41884193 /* Advantech use PCI_DEVICE_ID_ADVANTECH_PCI3620 (0x3620) as 'PCI_SUBVENDOR_ID' */
41894194 { PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI3620,
41904195 PCI_DEVICE_ID_ADVANTECH_PCI3620, 0x0001, 0, 0,