diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-04-01 08:15:52 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-04-01 08:15:52 +0200 |
commit | f18a7c9190ee5b3b6583f3fed9481510833605e8 (patch) | |
tree | db31d5eedeccc60272e575d2b527e1c2f7e960cc /linux/drivers/media/video/cx23885/cx23885.h | |
parent | ecd19781802e003ad47bd21071a1739f3e622ef4 (diff) | |
download | mediapointer-dvb-s2-f18a7c9190ee5b3b6583f3fed9481510833605e8.tar.gz mediapointer-dvb-s2-f18a7c9190ee5b3b6583f3fed9481510833605e8.tar.bz2 |
v4l: increase version numbers of drivers converted to v4l2_subdev.
From: Hans Verkuil <hverkuil@xs4all.nl>
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.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885.h b/linux/drivers/media/video/cx23885/cx23885.h index c090a7df9..92828c9ce 100644 --- a/linux/drivers/media/video/cx23885/cx23885.h +++ b/linux/drivers/media/video/cx23885/cx23885.h @@ -38,7 +38,7 @@ #include <linux/version.h> #include <linux/mutex.h> -#define CX23885_VERSION_CODE KERNEL_VERSION(0, 0, 1) +#define CX23885_VERSION_CODE KERNEL_VERSION(0, 0, 2) #define UNSET (-1U) |