diff options
Diffstat (limited to 'drivers/serial/8250_pci.c')
-rw-r--r-- | drivers/serial/8250_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c index 0b794138f686..2a2e1c717e8e 100644 --- a/drivers/serial/8250_pci.c +++ b/drivers/serial/8250_pci.c | |||
@@ -2388,6 +2388,9 @@ static struct pci_device_id serial_pci_tbl[] = { | |||
2388 | * For now just used the hex ID 0x950a. | 2388 | * For now just used the hex ID 0x950a. |
2389 | */ | 2389 | */ |
2390 | { PCI_VENDOR_ID_OXSEMI, 0x950a, | 2390 | { PCI_VENDOR_ID_OXSEMI, 0x950a, |
2391 | PCI_SUBVENDOR_ID_SIIG, PCI_SUBDEVICE_ID_SIIG_DUAL_SERIAL, 0, 0, | ||
2392 | pbn_b0_2_115200 }, | ||
2393 | { PCI_VENDOR_ID_OXSEMI, 0x950a, | ||
2391 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, | 2394 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
2392 | pbn_b0_2_1130000 }, | 2395 | pbn_b0_2_1130000 }, |
2393 | { PCI_VENDOR_ID_OXSEMI, PCI_DEVICE_ID_OXSEMI_16PCI954, | 2396 | { PCI_VENDOR_ID_OXSEMI, PCI_DEVICE_ID_OXSEMI_16PCI954, |