The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* Patch(2.4.6):serial unmaintained (bugfix pci timedia/sunix/exsys pci  cards)
@ 2001-07-12 16:29 Gunther Mayer
  2001-07-12 16:31 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Gunther Mayer @ 2001-07-12 16:29 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, tytso

Hi,
this  one-liner fixes a longstanding bug in serial
for Timedia/Sunix/Exsys PCI cards !

The fix was sent to Ted several times since 02/2001 and
uploaded to http://sourceforge.net/projects/serial/.
There was no reaction.

By listing a defunct MAINTAINER the progress of linux is stuck
as patches go to /dev/null by
- the maintainer (who got lost for unknown, perhaps even valid reasons)
- Linus, as he waits for approval by the maintainer.

Linus, can you please include this patch?

Regards, Gunther



(Without this patch serial recognizes wrong number of serial ports!)
--- linux/drivers/char/serial.c-246     Thu Jul 12 18:12:08 2001
+++ linux/drivers/char/serial.c Thu Jul 12 18:13:40 2001
@@ -4193,7 +4193,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;
                        }

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-07-13  9:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-12 16:29 Patch(2.4.6):serial unmaintained (bugfix pci timedia/sunix/exsys pci cards) Gunther Mayer
2001-07-12 16:31 ` Linus Torvalds
2001-07-13  9:09   ` Joerg Schmitz-Linneweber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox