speedtch speedtch.c,1.76,1.77
Duncan Sands
duncan at infradead.org
Thu Mar 23 11:59:58 EST 2006
Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv32756
Modified Files:
speedtch.c
Log Message:
Using altsetting 3, i.e. the isoc endpoint with max packet size 960,
rather than altsetting 2 (max packet size 640) makes it possible to
download at more than 6Mb, which is pretty much the maximum this modem
is capable of.
Index: speedtch.c
===================================================================
RCS file: /home/cvs/speedtch/speedtch.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- speedtch.c 16 Jan 2006 19:37:34 -0000 1.76
+++ speedtch.c 23 Mar 2006 16:59:55 -0000 1.77
@@ -69,7 +69,7 @@
#define RESUBMIT_DELAY 1000 /* milliseconds */
#define DEFAULT_BULK_ALTSETTING 1
-#define DEFAULT_ISOC_ALTSETTING 2
+#define DEFAULT_ISOC_ALTSETTING 3
#define DEFAULT_DL_512_FIRST 0
#define DEFAULT_ENABLE_ISOC 0
#define DEFAULT_SW_BUFFERING 0
More information about the Usbatm-commits
mailing list