From: Gunther.Mayer@t-online.de (Gunther Mayer)
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, tytso@mit.edu
Subject: Patch(2.4.6):serial unmaintained (bugfix pci timedia/sunix/exsys pci cards)
Date: Thu, 12 Jul 2001 18:29:19 +0200 [thread overview]
Message-ID: <3B4DD05F.99C2C71@t-online.de> (raw)
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;
}
next reply other threads:[~2001-07-12 16:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-12 16:29 Gunther Mayer [this message]
2001-07-12 16:31 ` Patch(2.4.6):serial unmaintained (bugfix pci timedia/sunix/exsys pci cards) Linus Torvalds
2001-07-13 9:09 ` Joerg Schmitz-Linneweber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3B4DD05F.99C2C71@t-online.de \
--to=gunther.mayer@t-online.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
--cc=tytso@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.