ChangeSet 1.1141, 2003/09/24 13:04:15-07:00, baldrick@free.fr

[PATCH] USB speedtouch: bump the version number


 drivers/usb/speedtch.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


diff -Nru a/drivers/usb/speedtch.c b/drivers/usb/speedtch.c
--- a/drivers/usb/speedtch.c	Thu Sep 25 16:04:01 2003
+++ b/drivers/usb/speedtch.c	Thu Sep 25 16:04:01 2003
@@ -23,6 +23,8 @@
 /*
  *  Written by Johan Verrept, maintained by Duncan Sands (duncan.sands@free.fr)
  *
+ *  1.7+:	- See the check-in logs
+ *
  *  1.6:	- No longer opens a connection if the firmware is not loaded
  *  		- Added support for the speedtouch 330
  *  		- Removed the limit on the number of devices
@@ -95,7 +97,7 @@
 
 #define DRIVER_AUTHOR	"Johan Verrept, Duncan Sands <duncan.sands@free.fr>"
 #define DRIVER_DESC	"Alcatel SpeedTouch USB driver"
-#define DRIVER_VERSION	"1.6"
+#define DRIVER_VERSION	"1.7"
 
 static const char udsl_driver_name [] = "speedtch";