提交 dbd0cf48 编写于 作者: B Bjorn Helgaas 提交者: Linus Torvalds

serial: add PNP ID for Davicom ISA 33.6K modem

This should resolve these bug reports of the modem not working:
    http://bugzilla.kernel.org/show_bug.cgi?id=4355
    http://www.linuxquestions.org/questions/linux-newbie-8/connect-script-failed-on-ppp-go-123975/

I don't have hardware to test this, but the initial report in the kernel
bugzilla indicates that this change fixed the problem.
Signed-off-by: NBjorn Helgaas <bjorn.helgaas@hp.com>
Cc: Dmitry Vavilov <vavilov@ihep.ru>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 cc550def
...@@ -69,6 +69,8 @@ static const struct pnp_device_id pnp_dev_table[] = { ...@@ -69,6 +69,8 @@ static const struct pnp_device_id pnp_dev_table[] = {
{ "CTL3001", 0 }, { "CTL3001", 0 },
/* Creative Labs Modem Blaster 28.8 DSVD PnP Voice */ /* Creative Labs Modem Blaster 28.8 DSVD PnP Voice */
{ "CTL3011", 0 }, { "CTL3011", 0 },
/* Davicom ISA 33.6K Modem */
{ "DAV0336", 0 },
/* Creative */ /* Creative */
/* Creative Modem Blaster Flash56 DI5601-1 */ /* Creative Modem Blaster Flash56 DI5601-1 */
{ "DMB1032", 0 }, { "DMB1032", 0 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册