diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-04-01 02:15:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-06 20:44:26 -0400 |
commit | 3ff4ad815c5824ab35375d72ea8fe14fb3230daa (patch) | |
tree | 58f3b75b5b97f5dbf0bb129423c766c1fa4c86fd /drivers/media/video/vino.c | |
parent | 940088a16221fa517f5b921266afa8e46f49b784 (diff) |
V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_subdev.
With all the v4l2_subdev changes that were made to these drivers it is a
good idea to increase the version number of each driver.
It's just the patch level that is increased, except for the zoran and saa7146
drivers where the minor number was increased due to the more substantial
changes that were made to those two drivers.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/vino.c')
-rw-r--r-- | drivers/media/video/vino.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/vino.c b/drivers/media/video/vino.c index 4912696c4a74..2fb745464311 100644 --- a/drivers/media/video/vino.c +++ b/drivers/media/video/vino.c | |||
@@ -60,8 +60,8 @@ | |||
60 | // #define VINO_DEBUG | 60 | // #define VINO_DEBUG |
61 | // #define VINO_DEBUG_INT | 61 | // #define VINO_DEBUG_INT |
62 | 62 | ||
63 | #define VINO_MODULE_VERSION "0.0.5" | 63 | #define VINO_MODULE_VERSION "0.0.6" |
64 | #define VINO_VERSION_CODE KERNEL_VERSION(0, 0, 5) | 64 | #define VINO_VERSION_CODE KERNEL_VERSION(0, 0, 6) |
65 | 65 | ||
66 | MODULE_DESCRIPTION("SGI VINO Video4Linux2 driver"); | 66 | MODULE_DESCRIPTION("SGI VINO Video4Linux2 driver"); |
67 | MODULE_VERSION(VINO_MODULE_VERSION); | 67 | MODULE_VERSION(VINO_MODULE_VERSION); |