linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Maciej Szmigiero <mhej@o2.pl>
To: linux-serial@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [SERIAL]blacklist si3052 chip
Date: Tue, 26 Oct 2010 21:48:21 +0200	[thread overview]
Message-ID: <4CC73085.2070304@o2.pl> (raw)

[SERIAL]blacklist si3052 chip

Si3052-based softmodems aren't serial ports so don't bind serial driver to them.
Allows proper driver to bind to them.

Signed-off-by: Maciej Szmigiero <mhej@o2.pl>

--- a/drivers/serial/8250_pci.c	2010-10-26 20:59:32.000000000 +0200
+++ b/drivers/serial/8250_pci.c	2010-10-26 21:12:56.000000000 +0200
@@ -2275,6 +2275,8 @@
 
 static const struct pci_device_id softmodem_blacklist[] = {
 	{ PCI_VDEVICE(AL, 0x5457), }, /* ALi Corporation M5457 AC'97 Modem */
+	{ PCI_VDEVICE(MOTOROLA, 0x3052), }, /* Motorola Si3052-based modem */
+	{ PCI_DEVICE(0x1543, 0x3052), }, /* Si3052-based modem, default IDs */
 };
 
 /*

             reply	other threads:[~2010-10-26 19:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-26 19:48 Maciej Szmigiero [this message]
2010-10-26 21:49 ` [SERIAL]blacklist si3052 chip Alan Cox
2010-10-26 21:54   ` Maciej Szmigiero
2010-10-28  1:20     ` Greg KH
2010-10-28 10:44       ` Maciej Szmigiero

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=4CC73085.2070304@o2.pl \
    --to=mhej@o2.pl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    /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).