[svn-commits] rmeyerriecks: linux/trunk r7934 - /linux/trunk/drivers/dahdi/wct4xxp/base.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jan 18 15:00:33 CST 2010
Author: rmeyerriecks
Date: Mon Jan 18 15:00:23 2010
New Revision: 7934
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7934
Log:
wct4xxp: Gen5-rc1 updates the device_id.
Modified:
linux/trunk/drivers/dahdi/wct4xxp/base.c
Modified: linux/trunk/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wct4xxp/base.c?view=diff&rev=7934&r1=7933&r2=7934
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/base.c Mon Jan 18 15:00:23 2010
@@ -4259,9 +4259,9 @@
{
{ 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 @@
{ 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 },
More information about the svn-commits
mailing list