diff options
author | Mikulas Patocka <mpatocka@redhat.com> | 2010-10-26 14:20:48 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-09 17:58:06 -0500 |
commit | c9bd9d01db02319c33767da5ee310ea37afda059 (patch) | |
tree | 2dd2452f6ced92253b3bcb25bdeb56bb1e5f96e1 | |
parent | 68e29655cc51761d60d5f27b2738816a5b13e415 (diff) |
8250: add support for Kouwell KW-L221N-2
Add support for Kouwell KW-L221N-2 card.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/serial/8250_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c index 53be4d35a0aa..2ada93e19cc3 100644 --- a/drivers/serial/8250_pci.c +++ b/drivers/serial/8250_pci.c | |||
@@ -2863,6 +2863,9 @@ static struct pci_device_id serial_pci_tbl[] = { | |||
2863 | PCI_SUBVENDOR_ID_SIIG, PCI_SUBDEVICE_ID_SIIG_QUARTET_SERIAL, | 2863 | PCI_SUBVENDOR_ID_SIIG, PCI_SUBDEVICE_ID_SIIG_QUARTET_SERIAL, |
2864 | 0, 0, | 2864 | 0, 0, |
2865 | pbn_b0_4_1152000 }, | 2865 | pbn_b0_4_1152000 }, |
2866 | { PCI_VENDOR_ID_OXSEMI, 0x9505, | ||
2867 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, | ||
2868 | pbn_b0_bt_2_921600 }, | ||
2866 | 2869 | ||
2867 | /* | 2870 | /* |
2868 | * The below card is a little controversial since it is the | 2871 | * The below card is a little controversial since it is the |