Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

serial: Add SupraExpress 336i PnP Voice Modem

Add SupraExpress 336i PnP Voice Modem

Tested and working with the following device: (output from lspnp -v)
01:01.00 SUP1381 (unknown)
state = active
io 0x2f8-0x2ff
irq 3

Signed-off-by: Daniel Gagnon <daniel.gagnon@yahoo.com>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Daniel Gagnon and committed by
Linus Torvalds
7fdd4f76 25cf9bc1

+2
+2
drivers/serial/8250_pnp.c
··· 270 270 { "RSS0250", 0 }, 271 271 /* SupraExpress 28.8 Data/Fax PnP modem */ 272 272 { "SUP1310", 0 }, 273 + /* SupraExpress 336i PnP Voice Modem */ 274 + { "SUP1381", 0 }, 273 275 /* SupraExpress 33.6 Data/Fax PnP modem */ 274 276 { "SUP1421", 0 }, 275 277 /* SupraExpress 33.6 Data/Fax PnP modem */