The patch number 10365 was added via Jean-Francois Moine <[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:
        Linux Media Mailing List <[email protected]>

------

From: Kyle Guinn  <[email protected]>
Add Mars-Semi MR97310A format


The MR97310A is a dual-mode webcam controller that provides compressed BGGR
Bayer frames.  The decompression algorithm for still images is the same as for
video, and is currently implemented in libgphoto2.

Priority: normal

Signed-off-by: Kyle Guinn <[email protected]>
Signed-off-by: Jean-Francois Moine <[email protected]>


---

 linux/include/linux/videodev2.h |    1 +
 1 file changed, 1 insertion(+)

diff -r a33c9023cc4c -r 3eac91fab592 linux/include/linux/videodev2.h
--- a/linux/include/linux/videodev2.h   Fri Jan 16 09:26:14 2009 +0100
+++ b/linux/include/linux/videodev2.h   Fri Jan 16 09:28:38 2009 +0100
@@ -344,6 +344,7 @@ struct v4l2_pix_format {
 #define V4L2_PIX_FMT_SPCA508  v4l2_fourcc('S', '5', '0', '8') /* YUVY per line 
*/
 #define V4L2_PIX_FMT_SPCA561  v4l2_fourcc('S', '5', '6', '1') /* compressed 
GBRG bayer */
 #define V4L2_PIX_FMT_PAC207   v4l2_fourcc('P', '2', '0', '7') /* compressed 
BGGR bayer */
+#define V4L2_PIX_FMT_MR97310A v4l2_fourcc('M', '3', '1', '0') /* compressed 
BGGR bayer */
 #define V4L2_PIX_FMT_PJPG     v4l2_fourcc('P', 'J', 'P', 'G') /* Pixart 73xx 
JPEG */
 #define V4L2_PIX_FMT_YVYU    v4l2_fourcc('Y', 'V', 'Y', 'U') /* 16  YVU 4:2:2  
   */
 


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/3eac91fab5925a0929002bbc9a07233a56d2d10b

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

Reply via email to