summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerreicks@digium.com>2010-01-18 21:00:23 +0000
committerRuss Meyerriecks <rmeyerreicks@digium.com>2010-01-18 21:00:23 +0000
commita4bef70b395ec086b4966aec46a863a818d19772 (patch)
treeed13323dbb3d3e6f57c5138e540a91ca2e04c531
parenta27e6fbc695712d846c13b9b7de006e885d71fe2 (diff)
wct4xxp: Gen5-rc1 updates the device_id.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7934 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wct4xxp/base.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c
index dfce2d7..77dfbfa 100644
--- a/drivers/dahdi/wct4xxp/base.c
+++ b/drivers/dahdi/wct4xxp/base.c
@@ -4259,9 +4259,9 @@ static struct pci_device_id t4_pci_tbl[] __devinitdata =
{
{ 0x10ee, 0x0314, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)&wct4xxp },
- { 0xd161, 0x0420, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct420p5 },
- { 0xd161, 0x0410, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct410p5 },
- { 0xd161, 0x0405, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct405p5 },
+ { 0xd161, 0x1420, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct420p5 },
+ { 0xd161, 0x1410, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct410p5 },
+ { 0xd161, 0x1405, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct405p5 },
{ 0xd161, 0x0420, 0x0004, PCI_ANY_ID, 0, 0, (unsigned long)&wct420p4 },
{ 0xd161, 0x0410, 0x0004, PCI_ANY_ID, 0, 0, (unsigned long)&wct410p4 },
{ 0xd161, 0x0405, 0x0004, PCI_ANY_ID, 0, 0, (unsigned long)&wct405p4 },
@@ -4270,9 +4270,9 @@ static struct pci_device_id t4_pci_tbl[] __devinitdata =
{ 0xd161, 0x0410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)&wct410p2 },
{ 0xd161, 0x0405, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)&wct405p2 },
- { 0xd161, 0x0220, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct220p5 },
- { 0xd161, 0x0205, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct205p5 },
- { 0xd161, 0x0210, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct210p5 },
+ { 0xd161, 0x1220, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct220p5 },
+ { 0xd161, 0x1205, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct205p5 },
+ { 0xd161, 0x1210, 0x0005, PCI_ANY_ID, 0, 0, (unsigned long)&wct210p5 },
{ 0xd161, 0x0220, 0x0004, PCI_ANY_ID, 0, 0, (unsigned long)&wct220p4 },
{ 0xd161, 0x0205, 0x0004, PCI_ANY_ID, 0, 0, (unsigned long)&wct205p4 },
{ 0xd161, 0x0210, 0x0004, PCI_ANY_ID, 0, 0, (unsigned long)&wct210p4 },