diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-12 19:02:30 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-12 19:02:30 -0500 |
| commit | edaa4d668babd65e98e1452043996bbefc0285b0 (patch) | |
| tree | a6cf4c6083ae49e8d1b7a4efc92a32864a79e534 /drivers/serial/8250_pci.c | |
| parent | 891cbd30ef456664e50bbd28436ef3006a81cf7c (diff) | |
| parent | 40e3465db2cffd64e069ca82ee981025554bc159 (diff) | |
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
* 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6:
n_gsm: Fix length handling
n_gsm: Copy n2 over when configuring via ioctl interface
serial: bfin_5xx: grab port lock before making port termios changes
serial: bfin_5xx: disable CON_PRINTBUFFER for consoles
serial: bfin_5xx: remove redundant SSYNC to improve TX speed
serial: bfin_5xx: always include DMA headers
vcs: make proper usage of the poll flags
amiserial: Remove unused variable icount
8250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hang
tty_ldisc: Fix BUG() on hangup
TTY: restore tty_ldisc_wait_idle
SERIAL: blacklist si3052 chip
drivers/serial/bfin_5xx.c: Fix line continuation defects
tty: prevent DOS in the flush_to_ldisc
8250: add support for Kouwell KW-L221N-2
nozomi: Fix warning from the previous TIOCGCOUNT changes
tty: fix warning in synclink driver
tty: Fix formatting in tty.h
tty: the development tree is now done in git
Diffstat (limited to 'drivers/serial/8250_pci.c')
| -rw-r--r-- | drivers/serial/8250_pci.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c index 53be4d35a0aa..842e3b2a02b1 100644 --- a/drivers/serial/8250_pci.c +++ b/drivers/serial/8250_pci.c | |||
| @@ -2285,6 +2285,8 @@ static struct pciserial_board pci_boards[] __devinitdata = { | |||
| 2285 | 2285 | ||
| 2286 | static const struct pci_device_id softmodem_blacklist[] = { | 2286 | static const struct pci_device_id softmodem_blacklist[] = { |
| 2287 | { PCI_VDEVICE(AL, 0x5457), }, /* ALi Corporation M5457 AC'97 Modem */ | 2287 | { PCI_VDEVICE(AL, 0x5457), }, /* ALi Corporation M5457 AC'97 Modem */ |
| 2288 | { PCI_VDEVICE(MOTOROLA, 0x3052), }, /* Motorola Si3052-based modem */ | ||
| 2289 | { PCI_DEVICE(0x1543, 0x3052), }, /* Si3052-based modem, default IDs */ | ||
| 2288 | }; | 2290 | }; |
| 2289 | 2291 | ||
| 2290 | /* | 2292 | /* |
| @@ -2863,6 +2865,9 @@ static struct pci_device_id serial_pci_tbl[] = { | |||
| 2863 | PCI_SUBVENDOR_ID_SIIG, PCI_SUBDEVICE_ID_SIIG_QUARTET_SERIAL, | 2865 | PCI_SUBVENDOR_ID_SIIG, PCI_SUBDEVICE_ID_SIIG_QUARTET_SERIAL, |
| 2864 | 0, 0, | 2866 | 0, 0, |
| 2865 | pbn_b0_4_1152000 }, | 2867 | pbn_b0_4_1152000 }, |
| 2868 | { PCI_VENDOR_ID_OXSEMI, 0x9505, | ||
| 2869 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, | ||
| 2870 | pbn_b0_bt_2_921600 }, | ||
| 2866 | 2871 | ||
| 2867 | /* | 2872 | /* |
| 2868 | * The below card is a little controversial since it is the | 2873 | * The below card is a little controversial since it is the |
