summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wct4xxp_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp_base.c b/wct4xxp_base.c
index 5921e89..5015754 100644
--- a/wct4xxp_base.c
+++ b/wct4xxp_base.c
@@ -171,7 +171,7 @@ static inline int t4_queue_work(struct workqueue_struct *wq, struct work_struct
static int debug=0;
static int timingcable = 0;
static int highestorder;
-static int t1e1override = 0x00; //0xFF; // -1 = jumper; 0xFF = E1
+static int t1e1override = -1; //0xFF; // -1 = jumper; 0xFF = E1
static int j1mode = 0;
static int sigmode = FRMR_MODE_NO_ADDR_CMP;
static int loopback = 0;