* [PATCH 3/3] USB speedtouch: bump the version number
@ 2004-04-13 9:19 Duncan Sands
2004-04-14 16:57 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Duncan Sands @ 2004-04-13 9:19 UTC (permalink / raw)
To: Greg KH; +Cc: linux-usb-devel, linux-kernel
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.
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 Tue Apr 13 10:57:51 2004
+++ b/drivers/usb/misc/speedtch.c Tue Apr 13 10:57:51 2004
@@ -106,8 +106,8 @@
#endif
#define DRIVER_AUTHOR "Johan Verrept, Duncan Sands <duncan.sands@free.fr>"
-#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);
/************
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 3/3] USB speedtouch: bump the version number
2004-04-13 9:19 [PATCH 3/3] USB speedtouch: bump the version number Duncan Sands
@ 2004-04-14 16:57 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-04-14 16:57 UTC (permalink / raw)
To: Duncan Sands; +Cc: linux-usb-devel, linux-kernel
On Tue, Apr 13, 2004 at 11:19:26AM +0200, Duncan Sands wrote:
> 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.
Applied, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-14 17:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-13 9:19 [PATCH 3/3] USB speedtouch: bump the version number Duncan Sands
2004-04-14 16:57 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox