summaryrefslogtreecommitdiff
path: root/wcte12xp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-10 17:02:17 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-10 17:02:17 +0000
commit4740a45f140aea46e1c27bab988acc67c76b9053 (patch)
tree174d7fe4177620feafa81e965599ffcc3351bfb4 /wcte12xp
parent15a23e6adb1ba132948d76ac1925c2ae1dbc69a2 (diff)
cosmetic fix for TE120P cards
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3386 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte12xp')
-rw-r--r--wcte12xp/base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wcte12xp/base.c b/wcte12xp/base.c
index fd5a010..26598be 100644
--- a/wcte12xp/base.c
+++ b/wcte12xp/base.c
@@ -102,7 +102,7 @@ struct t1_desc {
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 void __devexit te12xp_remove_one(struct pci_dev *pdev)
}
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 }