]> git.itanic.dy.fi Git - linux-stable/commit
serial: Add support for Advantech PCI-1611U card
authorVitaliy Tomin <tomin@iszf.irk.ru>
Sun, 23 Apr 2023 03:45:12 +0000 (11:45 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 May 2023 16:30:22 +0000 (17:30 +0100)
commitbb6cc3e05c2c36e75147933fff189ea8ae6b1621
treefd9ec214a1f8b92f8315b74bbf7e8748b841bfd4
parent18ba08c83957f03f5944a2f1716223b9c95dfa31
serial: Add support for Advantech PCI-1611U card

commit d2b00516de0e1d696724247098f6733a6ea53908 upstream.

Add support for Advantech PCI-1611U card

Advantech provides opensource drivers for this and many others card
based on legacy copy of 8250_pci driver called adv950

https://www.advantech.com/emt/support/details/driver?id=1-TDOIMJ

It is hard to maintain to run as out of tree module on newer kernels.
Just adding PCI ID to kernel 8250_pci works perfect.

Signed-off-by: Vitaliy Tomin <tomin@iszf.irk.ru>
Cc: stable <stable@kernel.org>
Link: https://lore.kernel.org/r/20230423034512.2671157-1-tomin@iszf.irk.ru
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c