Messages in this thread Patch in this message |  | | | Date | Fri, 16 Mar 2001 09:47:14 +0100 | | From | (Gunther Mayer) | | Subject | Patch(2.4.2): serial.c timedia oneliner (Resend) |
| |
Hi, please apply this oneliner to fix the Timedia/Sunix series PCI cards.
Regards, Gunther
P.S. I'm sending this since 3 months to the maintainer (tytso@mit.edu) and even submitted to serial.sourceforge.net but never got a reaction. Anybody knows if Ted is still active?
--- linux/drivers/char/serial.c-242-orig Fri Mar 16 09:32:22 2001 +++ linux/drivers/char/serial.c Fri Mar 16 09:34:32 2001 @@ -4175,7 +4175,7 @@ for (i=0; timedia_data[i].num; i++) { ids = timedia_data[i].ids; for (j=0; ids[j]; j++) { - if (pci_get_subvendor(dev) == ids[j]) { + if (pci_get_subdevice(dev) == ids[j]) { board->num_ports = timedia_data[i].num; return 0; }[unhandled content-type:application/octet-stream] |  |