aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/8250_pci.c
diff options
context:
space:
mode:
authorNiels de Vos <niels.devos@wincor-nixdorf.com>2009-01-02 08:46:58 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-02 13:19:40 -0500
commit39aced68d664291db3324d0fcf0985ab5626aac2 (patch)
tree2ea98f0c2f662dc0ea8274a246e92ade95de96c3 /drivers/serial/8250_pci.c
parenta6614999e800cf3a134ce93ea46ef837e3c0e76e (diff)
serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dual 16950 Serial adapter
The PCI-card identified as "Oxford Semiconductor Ltd EXSYS EX-41092 Dual 16950 Serial adapter" is only usable with other devices (i.e. not the same card) after doing a "setserial /dev/ttyS<n> baud_base 115200". This baud_base should be default for this card. Signed-off-by: Niels de Vos <niels.devos@wincor-nixdorf.com> Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/8250_pci.c')
-rw-r--r--drivers/serial/8250_pci.c3
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,