From 3ff0c5955e62645ebdf96764128802a0cd5c4a52 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 9 Jun 2005 15:46:48 +0000 Subject: add subvendor ID for rev I TDM400P git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@668 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcfxs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wcfxs.c b/wcfxs.c index 1d57c78..f60d078 100755 --- a/wcfxs.c +++ b/wcfxs.c @@ -344,6 +344,7 @@ struct wcfxs_desc { static struct wcfxs_desc wcfxs = { "Wildcard S400P Prototype", 0 }; static struct wcfxs_desc wcfxse = { "Wildcard TDM400P REV E/F", 0 }; static struct wcfxs_desc wcfxsh = { "Wildcard TDM400P REV H", 0 }; +static struct wcfxs_desc wcfxsi = { "Wildcard TDM400P REV I", 0 }; static int acim2tiss[16] = { 0x0, 0x1, 0x4, 0x5, 0x7, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x2, 0x0, 0x3 }; static struct wcfxs *ifaces[WC_MAX_IFACES]; @@ -2157,6 +2158,7 @@ static struct pci_device_id wcfxs_pci_tbl[] = { { 0xe159, 0x0001, 0xa159, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs }, { 0xe159, 0x0001, 0xe159, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs }, { 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxse }, + { 0xe159, 0x0001, 0xb1d9, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsi }, { 0xe159, 0x0001, 0xa9fd, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh }, { 0xe159, 0x0001, 0xa8fd, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh }, { 0xe159, 0x0001, 0xa800, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh }, @@ -2242,6 +2244,3 @@ MODULE_LICENSE("GPL"); module_init(wcfxs_init); module_exit(wcfxs_cleanup); - - - -- cgit v1.2.3