Re: Update to serial driver for Linux 2.3.99pre6-6

From: Chris Wedgwood (cw@f00f.org)
Date: Wed Apr 26 2000 - 04:51:24 EST


    + /* ASKEY 56K Plug&Play Modem */
    + { ISAPNP_VENDOR('A', 'S', 'K'), ISAPNP_DEVICE(0x0004), 0, 0,
    + SPCI_FL_BASE0 | SPCI_FL_PNPDEFAULT, 1, 115200 },

Ted,

This is from the patch I sent you. I actually sent the wrong patch,
the vendor is 'AKY' and the device is 0x0!

Sorry about that, this is what I would have sent you (this time it is
tested!):

--- linux/drivers/char/serial.c.orig Sat Apr 1 21:42:59 2000
+++ linux/drivers/char/serial.c Sat Apr 1 21:47:28 2000
@@ -4326,6 +4326,9 @@
 #ifdef ENABLE_SERIAL_PNP
 
 static struct pci_board pnp_devices[] __initdata = {
+ /* ASKEY 56K Plug&Play Modem */
+ { ISAPNP_VENDOR('A', 'K', 'Y'), ISAPNP_DEVICE(0x0000), 0, 0,
+ SPCI_FL_BASE0 | SPCI_FL_PNPDEFAULT, 1, 115200 },
         /* Motorola VoiceSURFR 56K Modem */
         { ISAPNP_VENDOR('M', 'O', 'T'), ISAPNP_DEVICE(0x15F0), 0, 0,
                 SPCI_FL_BASE0 | SPCI_FL_PNPDEFAULT, 1, 115200 },

Corresponding /proc/isapnp hunk:

        Card 1 'AKY0004:ASKEY 56K Plug&Play Modem ' PnP version 1.0 Product version 0.1
          Logical device 0 'AKY0000:Unknown'

-cw

-
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 : Sun Apr 30 2000 - 21:00:11 EST