summaryrefslogtreecommitdiff
path: root/wcte12xp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-10 17:03:07 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-10 17:03:07 +0000
commit7672aee40409d2053dc953a0b3b0eea08019f23d (patch)
tree1ef5122781893925f40366c46d29b0f73d10b56a /wcte12xp
parentf76cd8c81d3e7a8c4696d936713b4f5db828f58e (diff)
Merged revisions 3386 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3386 | kpfleming | 2007-12-10 11:02:17 -0600 (Mon, 10 Dec 2007) | 2 lines cosmetic fix for TE120P cards ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3387 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 cdc54c2..856e5e0 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 };
@@ -2012,7 +2012,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 }