The patch number 8633 was added via Hans Verkuil <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Hans Verkuil  <[EMAIL PROTECTED]>
ivtv: update ivtv version number


Since for 2.6.27 ivtvfb uses DMA for write it is important that
you can identify which ivtv version supports this and which doesn't.
Increase the version number so we can tell the difference.

Thanks to Ian Armstrong for pointing this out to me.

Priority: high

Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]>


---

 linux/drivers/media/video/ivtv/ivtv-version.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 1adb21a23378 -r 82cd672b0fb2 
linux/drivers/media/video/ivtv/ivtv-version.h
--- a/linux/drivers/media/video/ivtv/ivtv-version.h     Mon Jul 28 00:14:39 
2008 +0200
+++ b/linux/drivers/media/video/ivtv/ivtv-version.h     Thu Aug 07 18:26:25 
2008 +0200
@@ -22,7 +22,7 @@
 
 #define IVTV_DRIVER_NAME "ivtv"
 #define IVTV_DRIVER_VERSION_MAJOR 1
-#define IVTV_DRIVER_VERSION_MINOR 3
+#define IVTV_DRIVER_VERSION_MINOR 4
 #define IVTV_DRIVER_VERSION_PATCHLEVEL 0
 
 #define IVTV_VERSION __stringify(IVTV_DRIVER_VERSION_MAJOR) "." 
__stringify(IVTV_DRIVER_VERSION_MINOR) "." 
__stringify(IVTV_DRIVER_VERSION_PATCHLEVEL)


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/82cd672b0fb2a4dfab0cb9502383b8e66d8a9601

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to