aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r--drivers/tty/serial/8250/8250_pci.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c
index fdab80a4e063..cd5f2575fd47 100644
--- a/drivers/tty/serial/8250/8250_pci.c
+++ b/drivers/tty/serial/8250/8250_pci.c
@@ -1181,6 +1181,8 @@ pci_wch_ch353_setup(struct serial_private *priv,
1181#define PCI_SUBDEVICE_ID_OCTPRO422 0x0208 1181#define PCI_SUBDEVICE_ID_OCTPRO422 0x0208
1182#define PCI_SUBDEVICE_ID_POCTAL232 0x0308 1182#define PCI_SUBDEVICE_ID_POCTAL232 0x0308
1183#define PCI_SUBDEVICE_ID_POCTAL422 0x0408 1183#define PCI_SUBDEVICE_ID_POCTAL422 0x0408
1184#define PCI_SUBDEVICE_ID_SIIG_DUAL_00 0x2500
1185#define PCI_SUBDEVICE_ID_SIIG_DUAL_30 0x2530
1184#define PCI_VENDOR_ID_ADVANTECH 0x13fe 1186#define PCI_VENDOR_ID_ADVANTECH 0x13fe
1185#define PCI_DEVICE_ID_INTEL_CE4100_UART 0x2e66 1187#define PCI_DEVICE_ID_INTEL_CE4100_UART 0x2e66
1186#define PCI_DEVICE_ID_ADVANTECH_PCI3620 0x3620 1188#define PCI_DEVICE_ID_ADVANTECH_PCI3620 0x3620
@@ -3286,8 +3288,11 @@ static struct pci_device_id serial_pci_tbl[] = {
3286 * For now just used the hex ID 0x950a. 3288 * For now just used the hex ID 0x950a.
3287 */ 3289 */
3288 { PCI_VENDOR_ID_OXSEMI, 0x950a, 3290 { PCI_VENDOR_ID_OXSEMI, 0x950a,
3289 PCI_SUBVENDOR_ID_SIIG, PCI_SUBDEVICE_ID_SIIG_DUAL_SERIAL, 0, 0, 3291 PCI_SUBVENDOR_ID_SIIG, PCI_SUBDEVICE_ID_SIIG_DUAL_00,
3290 pbn_b0_2_115200 }, 3292 0, 0, pbn_b0_2_115200 },
3293 { PCI_VENDOR_ID_OXSEMI, 0x950a,
3294 PCI_SUBVENDOR_ID_SIIG, PCI_SUBDEVICE_ID_SIIG_DUAL_30,
3295 0, 0, pbn_b0_2_115200 },
3291 { PCI_VENDOR_ID_OXSEMI, 0x950a, 3296 { PCI_VENDOR_ID_OXSEMI, 0x950a,
3292 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 3297 PCI_ANY_ID, PCI_ANY_ID, 0, 0,
3293 pbn_b0_2_1130000 }, 3298 pbn_b0_2_1130000 },