[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4CC73085.2070304@o2.pl>
Date: Tue, 26 Oct 2010 21:48:21 +0200
From: Maciej Szmigiero <mhej@...pl>
To: linux-serial@...r.kernel.org
CC: linux-kernel@...r.kernel.org
Subject: [SERIAL]blacklist si3052 chip
[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@...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 */
};
/*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists