commit | 0c6d774c4d1775aba7281183b424fa0a0b1a3cf0 | [log] [tgz] |
---|---|---|
author | Thomee Wright <TWright@TMCDesign.com> | Mon May 19 20:30:51 2014 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 28 12:39:14 2014 -0700 |
tree | c1c5019fc7b185164e46939307c1614f976d1c94 | |
parent | b38cb7d2571197b56cefae8967f9db15c9361113 [diff] |
serial: Add support for Advantech PCM-3614I/PCM-3618I serial expansion cards Add support for Advantech PCM-3614I/PCM-3618I serial expansion cards Advantech makes a variety of serial port expansion cards, including the PCM-3614 and PCM-3618 (http://www.advantech.com/products/1-2JKLU5/PCM-3618/mod_5DF8DE5A-6B49-4429-BB2F-CB35FE1D168D.aspx). They have a driver available which was forked from the kernel driver ages ago and has not been maintained in quite some time, available at http://support.advantech.com.tw/Support/DownloadSRDetail_New.aspx?SR_ID=1-1W8FZ5&Doc_Source=Download Their driver added several features to aid in communications at higher baud rates, but at normal serial port speeds, the standard 8250_pci driver functions just fine. This patch adds the necessary PCI IDs to recognize this card. See bug 75681 (https://bugzilla.kernel.org/show_bug.cgi?id=75681) Signed-off-by: Thomee Wright <TWright@TMCDesign.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>