The patch number 9789 was added via Guennadi Liakhovetski <[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]
------
soc-camera: add a per-camera device host private data pointer
This pointer will be used by pxa_camera.c to point to its pixel format
data.
Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]>
---
include/media/soc_camera.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
linux/include/media/soc_camera.h | 1 +
1 file changed, 1 insertion(+)
diff -r ca1ff71f73eb -r 7877923c2316 linux/include/media/soc_camera.h
--- a/linux/include/media/soc_camera.h Mon Dec 01 13:45:21 2008 +0100
+++ b/linux/include/media/soc_camera.h Mon Dec 01 13:45:24 2008 +0100
@@ -42,6 +42,7 @@ struct soc_camera_device {
const struct soc_camera_data_format *formats;
int num_formats;
struct module *owner;
+ void *host_priv; /* per-device host private data */
/* soc_camera.c private count. Only accessed with video_lock held */
int use_count;
};
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/7877923c23162c2153bad091b763e8889a03c462
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits