speedtch speedtch.c,1.31,1.32
David Woodhouse
dwmw2 at infradead.org
Thu Oct 7 05:07:40 EDT 2004
Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv10718
Modified Files:
speedtch.c
Log Message:
Don't stop polling if we receive an interrupt telling us the line went down.
The Rev 4 modems seem to send that but no 'up' interrupt.
Index: speedtch.c
===================================================================
RCS file: /home/cvs/speedtch/speedtch.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- speedtch.c 7 Oct 2004 07:15:29 -0000 1.31
+++ speedtch.c 7 Oct 2004 09:07:37 -0000 1.32
@@ -316,7 +316,6 @@
del_timer(&instance->poll_timer);
printk(KERN_NOTICE "DSL line goes up\n");
} else if (!memcmp(down_int, instance->int_data, 6)) {
- del_timer(&instance->poll_timer);
printk(KERN_NOTICE "DSL line goes down\n");
} else {
int i;
More information about the Usbatm-commits
mailing list