* [PATCH] Advantech PCI 8250 serial board
@ 2009-10-10 23:10 Dick Hollenbeck
0 siblings, 0 replies; only message in thread
From: Dick Hollenbeck @ 2009-10-10 23:10 UTC (permalink / raw)
To: linux-serial
[-- Attachment #1: Type: text/plain, Size: 181 bytes --]
This simply adds another PCI product id and a table entry for a 16PCI954
two port board.
Patch made against 2.6.31.1
It works.
Signed-off-by: Dick Hollenbeck <dick@softplc.com>
[-- Attachment #2: 8250_pci.patch --]
[-- Type: text/x-patch, Size: 910 bytes --]
--- 8250_pci.c.orig 2009-10-10 18:02:26.000000000 -0500
+++ 8250_pci.c 2009-10-08 11:06:49.000000000 -0500
@@ -981,6 +981,7 @@ static int skip_tx_en_setup(struct seria
#define PCI_SUBDEVICE_ID_POCTAL422 0x0408
#define PCI_VENDOR_ID_ADVANTECH 0x13fe
#define PCI_DEVICE_ID_ADVANTECH_PCI3620 0x3620
+#define PCI_DEVICE_ID_ADVANTECH_PCI3610 0x3610
/* Unknown vendors/cards - this should not be in linux/pci_ids.h */
#define PCI_SUBDEVICE_ID_UNKNOWN_0x1584 0x1584
@@ -2525,6 +2526,10 @@ static int pciserial_resume_one(struct p
#endif
static struct pci_device_id serial_pci_tbl[] = {
+ { PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI3610,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ pbn_b0_bt_2_921600 },
+
/* Advantech use PCI_DEVICE_ID_ADVANTECH_PCI3620 (0x3620) as 'PCI_SUBVENDOR_ID' */
{ PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI3620,
PCI_DEVICE_ID_ADVANTECH_PCI3620, 0x0001, 0, 0,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-10-10 23:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-10 23:10 [PATCH] Advantech PCI 8250 serial board Dick Hollenbeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).