[zaptel-commits] kpfleming: branch 1.2 r3386 - /branches/1.2/wcte12xp/base.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Mon Dec 10 11:02:17 CST 2007
Author: kpfleming
Date: Mon Dec 10 11:02:17 2007
New Revision: 3386
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3386
Log:
cosmetic fix for TE120P cards
Modified:
branches/1.2/wcte12xp/base.c
Modified: branches/1.2/wcte12xp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wcte12xp/base.c?view=diff&rev=3386&r1=3385&r2=3386
==============================================================================
--- branches/1.2/wcte12xp/base.c (original)
+++ branches/1.2/wcte12xp/base.c Mon Dec 10 11:02:17 2007
@@ -102,7 +102,7 @@
int flags;
};
-static struct t1_desc te12xp = { "Wildcard TE12xP", 0 };
+static struct t1_desc te120p = { "Wildcard TE120P", 0 };
static struct t1_desc te122 = { "Wildcard TE122", 0 };
static struct t1_desc te121 = { "Wildcard TE121", 0 };
@@ -2010,7 +2010,7 @@
}
static struct pci_device_id te12xp_pci_tbl[] = {
- { 0xd161, 0x0120, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &te12xp},
+ { 0xd161, 0x0120, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &te120p},
{ 0xd161, 0x8000, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &te121},
{ 0xd161, 0x8001, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &te122},
{ 0 }
More information about the zaptel-commits
mailing list