summaryrefslogtreecommitdiff
path: root/wcte11xp.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-27 21:52:38 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-27 21:52:38 +0000
commitc76a14457ec4d8b8b9a366db14913aad71ab42e8 (patch)
tree97295c582b3ade413ee659d8bc5c4c85e006ce19 /wcte11xp.c
parentc06907573aadc3196d3c2f2d3b11da269f04ff1d (diff)
Accept alternate PCI ID
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@483 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte11xp.c')
-rwxr-xr-xwcte11xp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wcte11xp.c b/wcte11xp.c
index 4e6e616..fe27053 100755
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -1522,6 +1522,7 @@ static void __devexit t1xxp_remove_one(struct pci_dev *pdev)
static struct pci_device_id t1xxp_pci_tbl[] = {
{ 0xe159, 0x0001, 0x79fe, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" },
+ { 0xe159, 0x0001, 0x795e, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" },
{ 0 }
};