summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-17 22:04:12 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-17 22:04:12 +0000
commitddb1b3b11ff6288a7dc5337ae7528b2efa2df427 (patch)
tree4bfe039be83b9b10d9ece95d9dac154ae5d514fb /wcfxo.c
parent0335a0385a69faae44ac538aa4abbe2c3d831b74 (diff)
Detect some extra X101P clones out there.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3501 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxo.c')
-rw-r--r--wcfxo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wcfxo.c b/wcfxo.c
index 4ab8367..9d1afb7 100644
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -979,6 +979,7 @@ static void __devexit wcfxo_remove_one(struct pci_dev *pdev)
}
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 },