From b3e9b2b7458ea2be145d9cca8cd9cacc830441e9 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/trunk@668 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wctdm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wctdm.c') diff --git a/wctdm.c b/wctdm.c index 153957b..226a2d5 100755 --- a/wctdm.c +++ b/wctdm.c @@ -349,6 +349,7 @@ struct wctdm_desc { static struct wctdm_desc wctdm = { "Wildcard S400P Prototype", 0 }; static struct wctdm_desc wctdme = { "Wildcard TDM400P REV E/F", 0 }; static struct wctdm_desc wctdmh = { "Wildcard TDM400P REV H", 0 }; +static struct wctdm_desc wctdmi = { "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 wctdm *ifaces[WC_MAX_IFACES]; @@ -2238,6 +2239,7 @@ static struct pci_device_id wctdm_pci_tbl[] = { { 0xe159, 0x0001, 0xa159, PCI_ANY_ID, 0, 0, (unsigned long) &wctdm }, { 0xe159, 0x0001, 0xe159, PCI_ANY_ID, 0, 0, (unsigned long) &wctdm }, { 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &wctdme }, + { 0xe159, 0x0001, 0xb1d9, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmi }, { 0xe159, 0x0001, 0xa9fd, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmh }, { 0xe159, 0x0001, 0xa8fd, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmh }, { 0xe159, 0x0001, 0xa800, PCI_ANY_ID, 0, 0, (unsigned long) &wctdmh }, @@ -2329,6 +2331,3 @@ MODULE_LICENSE("GPL"); module_init(wctdm_init); module_exit(wctdm_cleanup); - - - -- cgit v1.2.3