speedtch speedtch.c,1.43,1.44

Duncan Sands duncan at infradead.org
Thu Apr 14 09:48:03 EDT 2005


Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv4483

Modified Files:
	speedtch.c 
Log Message:
sw_buffering is a boolean.


Index: speedtch.c
===================================================================
RCS file: /home/cvs/speedtch/speedtch.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- speedtch.c	14 Apr 2005 13:41:39 -0000	1.43
+++ speedtch.c	14 Apr 2005 13:48:00 -0000	1.44
@@ -73,7 +73,7 @@
 module_param(dl_512_first, bool, 0444);
 MODULE_PARM_DESC(dl_512_first, "Read 512 bytes before sending firmware");
 
-module_param(sw_buffering, uint, 0444);
+module_param(sw_buffering, bool, 0444);
 MODULE_PARM_DESC(sw_buffering, "Enable software buffering");
 
 #define UDSL_IOCTL_LINE_UP		1




More information about the Usbatm-commits mailing list