linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Russell King <rmk+serial@arm.linux.org.uk>
Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
	Denis Zaitsev <zzz@anda.ru>
Subject: [PATCH] Another one ISA PnP modem (USR0009)
Date: Tue, 19 Oct 2004 18:16:07 +0200	[thread overview]
Message-ID: <20041019161607.GB1960@stusta.de> (raw)


Below is a patch from Denis Zaitsev <zzz@anda.ru> with the following two 
adjustments:
- applies with -p1 (not -p0)
- USRobotics -> U.S. Robotics (consistent with the rest of the entries)


Original comment of Denis Zaitsev:

<--  snip  -->

This patch adds the USR Courier INT (one of them?) into the list of
the PnP devices IDs in 8250_pnp.  Before the patch this modem hasn't
been activated by 8250_pnp.

<--  snip  -->


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- l/drivers/serial/8250_pnp.c.orig	2004-08-14 16:54:47.000000000 +0600
+++ l/drivers/serial/8250_pnp.c	2004-10-10 03:33:53.000000000 +0600
@@ -293,6 +293,8 @@ static const struct pnp_device_id pnp_de
 	{	"USR0006",		0	},
 	/* U.S. Robotics 33.6K Voice EXT PnP */
 	{	"USR0007",		0	},
+	/* U.S. Robotics Courier V.Everything INT PnP */
+	{	"USR0009",		0	},
 	/* U.S. Robotics 33.6K Voice INT PnP */
 	{	"USR2002",		0	},
 	/* U.S. Robotics 56K Voice INT PnP */

                 reply	other threads:[~2004-10-19 16:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20041019161607.GB1960@stusta.de \
    --to=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=rmk+serial@arm.linux.org.uk \
    --cc=zzz@anda.ru \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).