[dahdi-commits] sruffell: linux/trunk r7566 - in /linux/trunk/drivers/dahdi: wctdm24xxp/ wcte...
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Thu Nov 12 13:22:17 CST 2009
Author: sruffell
Date: Thu Nov 12 13:22:06 2009
New Revision: 7566
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7566
Log:
wctdm24xxp, wcte12xp: We no longer have any DTMF events to check for.
Modified:
linux/trunk/drivers/dahdi/wctdm24xxp/base.c
linux/trunk/drivers/dahdi/wcte12xp/base.c
Modified: linux/trunk/drivers/dahdi/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=7566&r1=7565&r2=7566
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/base.c Thu Nov 12 13:22:06 2009
@@ -561,11 +561,6 @@
/* Add our leds in */
for (x = 24; x < 28; x++) {
writechunk[CMD_BYTE(x, 0, 0)] |= leds;
- }
-
- /* Now let's figure out if we need to check for DTMF */
- if (test_bit(VPM150M_ACTIVE, &vpmadt032->control) && !whichframe && !(wc->intcount % 100)) {
- schedule_work(&vpmadt032->work);
}
}
Modified: linux/trunk/drivers/dahdi/wcte12xp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wcte12xp/base.c?view=diff&rev=7566&r1=7565&r2=7566
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/base.c Thu Nov 12 13:22:06 2009
@@ -527,11 +527,6 @@
}
}
#endif
-
- /* Now let's figure out if we need to check for DTMF */
- /* polling */
- if (test_bit(VPM150M_ACTIVE, &vpm->control) && !whichframe && !(atomic_read(&wc->txints) % 100))
- schedule_work(&vpm->work);
#if 0
/* This may be needed sometime in the future to troubleshoot ADT related issues. */
More information about the dahdi-commits
mailing list