ChangeSet 1.1713.7.15, 2004/04/14 09:51:12-07:00, baldrick@free.fr [PATCH] USB speedtouch: bump the version number Hi Greg, this patch bumps the speedtouch driver's version number. It also adds the version number to the module description, so people can see it with modinfo. I also added a MODULE_VERSION line (why? because it was there...) The patch is against your 2.6 kernel tree. drivers/usb/misc/speedtch.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/misc/speedtch.c b/drivers/usb/misc/speedtch.c --- a/drivers/usb/misc/speedtch.c Wed Apr 14 14:33:01 2004 +++ b/drivers/usb/misc/speedtch.c Wed Apr 14 14:33:01 2004 @@ -106,8 +106,8 @@ #endif #define DRIVER_AUTHOR "Johan Verrept, Duncan Sands " -#define DRIVER_DESC "Alcatel SpeedTouch USB driver" -#define DRIVER_VERSION "1.7" +#define DRIVER_VERSION "1.8" +#define DRIVER_DESC "Alcatel SpeedTouch USB driver version " DRIVER_VERSION static const char udsl_driver_name [] = "speedtch"; @@ -1347,6 +1347,7 @@ MODULE_AUTHOR (DRIVER_AUTHOR); MODULE_DESCRIPTION (DRIVER_DESC); MODULE_LICENSE ("GPL"); +MODULE_VERSION (DRIVER_VERSION); /************