aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2012-08-16 07:01:33 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-08-16 14:53:14 -0400
commit6683549e4ba050cddd8fa88c3f1e53b825fdcb6d (patch)
treec66829950fb4975e09aa63141555fd9c9a023f9b
parent386d95b3ad6f6dad61d0be379873dca66595c1e4 (diff)
8250: add AgeStar AS-PRS2-009
Signed-off-by: Alan Cox <alan@linux.intel.com> Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=22502 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/tty/serial/8250/8250_pci.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c
index 62e10fe747a8..ad4bb8dec36f 100644
--- a/drivers/tty/serial/8250/8250_pci.c
+++ b/drivers/tty/serial/8250/8250_pci.c
@@ -1194,6 +1194,8 @@ pci_xr17c154_setup(struct serial_private *priv,
1194#define PCIE_DEVICE_ID_NEO_2_OX_IBM 0x00F6 1194#define PCIE_DEVICE_ID_NEO_2_OX_IBM 0x00F6
1195#define PCI_DEVICE_ID_PLX_CRONYX_OMEGA 0xc001 1195#define PCI_DEVICE_ID_PLX_CRONYX_OMEGA 0xc001
1196#define PCI_DEVICE_ID_INTEL_PATSBURG_KT 0x1d3d 1196#define PCI_DEVICE_ID_INTEL_PATSBURG_KT 0x1d3d
1197#define PCI_VENDOR_ID_AGESTAR 0x5372
1198#define PCI_DEVICE_ID_AGESTAR_9375 0x6872
1197#define PCI_VENDOR_ID_ASIX 0x9710 1199#define PCI_VENDOR_ID_ASIX 0x9710
1198 1200
1199/* Unknown vendors/cards - this should not be in linux/pci_ids.h */ 1201/* Unknown vendors/cards - this should not be in linux/pci_ids.h */
@@ -4189,6 +4191,12 @@ static struct pci_device_id serial_pci_tbl[] = {
4189 pbn_omegapci }, 4191 pbn_omegapci },
4190 4192
4191 /* 4193 /*
4194 * AgeStar as-prs2-009
4195 */
4196 { PCI_VENDOR_ID_AGESTAR, PCI_DEVICE_ID_AGESTAR_9375,
4197 PCI_ANY_ID, PCI_ANY_ID,
4198 0, 0, pbn_b0_bt_2_115200 },
4199 /*
4192 * These entries match devices with class COMMUNICATION_SERIAL, 4200 * These entries match devices with class COMMUNICATION_SERIAL,
4193 * COMMUNICATION_MODEM or COMMUNICATION_MULTISERIAL 4201 * COMMUNICATION_MODEM or COMMUNICATION_MULTISERIAL
4194 */ 4202 */