Patch to add Viking PNP modem support

From: Chris Lawrence (quango@watervalley.net)
Date: Mon Mar 27 2000 - 04:05:22 EST


This patch adds the Viking Components ISA 56k PNP Voice/Fax modem to
the recognized serial ports in drivers/char/serial.c. Only tested
here but I can't see how it would break anything.

This probably works for a bunch of other Rockwell-based cards too.

CC any comments to me, I'm not on l-k. Made against 2.3.99-pre3.

Chris Lawrence

--- linux/drivers/char/serial.c.old Mon Mar 27 02:45:13 2000
+++ linux/drivers/char/serial.c Mon Mar 27 02:45:57 2000
@@ -4360,6 +4360,9 @@
         /* U.S. Robotics 56K FAX INT */
         { ISAPNP_VENDOR('U', 'S', 'R'), ISAPNP_DEVICE(0x3031), 0, 0,
                 SPCI_FL_BASE0 | SPCI_FL_PNPDEFAULT, 1, 115200 },
+ /* Viking 56K FAX INT */
+ { ISAPNP_VENDOR('R', 'S', 'S'), ISAPNP_DEVICE(0x0262), 0, 0,
+ SPCI_FL_BASE0 | SPCI_FL_PNPDEFAULT, 1, 115200 },
 
         /* These ID's are taken from M$ documentation */
         /* Compaq 14400 Modem */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 31 2000 - 21:00:19 EST