linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [SERIAL]blacklist si3052 chip
@ 2010-10-26 19:48 Maciej Szmigiero
  2010-10-26 21:49 ` Alan Cox
  0 siblings, 1 reply; 5+ messages in thread
From: Maciej Szmigiero @ 2010-10-26 19:48 UTC (permalink / raw)
  To: linux-serial; +Cc: linux-kernel

[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 */
 };
 
 /*

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

end of thread, other threads:[~2010-10-28 10:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-26 19:48 [SERIAL]blacklist si3052 chip Maciej Szmigiero
2010-10-26 21:49 ` Alan Cox
2010-10-26 21:54   ` Maciej Szmigiero
2010-10-28  1:20     ` Greg KH
2010-10-28 10:44       ` Maciej Szmigiero

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).