[zaptel-commits] tzafrir: branch 1.4 r3501 - /branches/1.4/wcfxo.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Mon Dec 17 16:04:13 CST 2007
Author: tzafrir
Date: Mon Dec 17 16:04:12 2007
New Revision: 3501
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3501
Log:
Detect some extra X101P clones out there.
Modified:
branches/1.4/wcfxo.c
Modified: branches/1.4/wcfxo.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wcfxo.c?view=diff&rev=3501&r1=3500&r2=3501
==============================================================================
--- branches/1.4/wcfxo.c (original)
+++ branches/1.4/wcfxo.c Mon Dec 17 16:04:12 2007
@@ -979,6 +979,7 @@
}
static struct pci_device_id wcfxo_pci_tbl[] = {
+ { 0xe159, 0x0001, 0x8084, PCI_ANY_ID, 0, 0, (unsigned long) &generic },
{ 0xe159, 0x0001, 0x8085, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p },
{ 0xe159, 0x0001, 0x8086, PCI_ANY_ID, 0, 0, (unsigned long) &generic },
{ 0xe159, 0x0001, 0x8087, PCI_ANY_ID, 0, 0, (unsigned long) &generic },
More information about the zaptel-commits
mailing list