summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-04-01 08:15:52 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2009-04-01 08:15:52 +0200
commitf18a7c9190ee5b3b6583f3fed9481510833605e8 (patch)
treedb31d5eedeccc60272e575d2b527e1c2f7e960cc /linux/include
parentecd19781802e003ad47bd21071a1739f3e622ef4 (diff)
downloadmediapointer-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/include')
-rw-r--r--linux/include/media/saa7146.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/media/saa7146.h b/linux/include/media/saa7146.h
index 8cb90d36e..23823f42e 100644
--- a/linux/include/media/saa7146.h
+++ b/linux/include/media/saa7146.h
@@ -19,7 +19,7 @@
#include <linux/vmalloc.h> /* for vmalloc() */
#include <linux/mm.h> /* for vmalloc_to_page() */
-#define SAA7146_VERSION_CODE 0x000500 /* 0.5.0 */
+#define SAA7146_VERSION_CODE 0x000600 /* 0.6.0 */
#define saa7146_write(sxy,adr,dat) writel((dat),(sxy->mem+(adr)))
#define saa7146_read(sxy,adr) readl(sxy->mem+(adr))