Skip to content

Commit

Permalink
SERIAL: blacklist si3052 chip
Browse files Browse the repository at this point in the history
[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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Maciej Szmigiero authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent a89f246 commit ebf7c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/serial/8250_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2285,6 +2285,8 @@ static struct pciserial_board pci_boards[] __devinitdata = {

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

/*
Expand Down

0 comments on commit ebf7c06

Please sign in to comment.