summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-07-25 16:43:47 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-07-25 16:43:47 +0000
commitb8b98440adfd62a6fc928e96054970b5228c6407 (patch)
treeedfff0e134984bcf085ac202f986003c41912921 /drivers/dahdi/xpp
parentc88f3de1356cf307795a049a74b1bdc7240b76c6 (diff)
No need to worry about accidental "changes" in reg. 0x70 in E1
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8975 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp')
-rw-r--r--drivers/dahdi/xpp/card_pri.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dahdi/xpp/card_pri.c b/drivers/dahdi/xpp/card_pri.c
index 584a17a..c869fd8 100644
--- a/drivers/dahdi/xpp/card_pri.c
+++ b/drivers/dahdi/xpp/card_pri.c
@@ -2062,6 +2062,8 @@ static void process_cas_dchan(xpd_t *xpd, byte regnum, byte data_low)
return;
}
if(priv->pri_protocol == PRI_PROTO_E1) {
+ if(regnum == REG_RS1_E)
+ return; /* Time slot 0: Ignored for E1 */
if(regnum < REG_RS2_E) {
XPD_NOTICE(xpd,
"%s: received register 0x%X in protocol %s. Ignore\n",