From: Sergio Aguirre <[EMAIL PROTECTED]>

V4L: Add RAW10 Pattern format MMS

This adds MMS changes to the OMAP34xx camera driver. Including:
- HQ capture

NOTE: Credits to MMS crew for all this.

Signed-off-by: Sergio Aguirre <[EMAIL PROTECTED]>
---
 include/linux/videodev2.h |    5 +++++
 1 file changed, 5 insertions(+)

Index: omapkernel/include/linux/videodev2.h
===================================================================
--- omapkernel.orig/include/linux/videodev2.h   2008-10-15 19:25:00.000000000 
-0500
+++ omapkernel/include/linux/videodev2.h        2008-10-15 19:39:00.000000000 
-0500
@@ -319,6 +319,11 @@
 #define V4L2_PIX_FMT_SGRBG10DPCM8 v4l2_fourcc('B', 'D', '1', '0') /* 10bit raw 
bayer DPCM compressed to 8 bits */
 #define V4L2_PIX_FMT_SBGGR16 v4l2_fourcc('B', 'Y', 'R', '2') /* 16  BGBG.. 
GRGR.. */
 
+/* Added by MMS */
+#define V4L2_PIX_FMT_PATT     v4l2_fourcc('P', 'A', 'T', 'T') /* 10-bit raw
+                                                              * pattern
+                                                              */
+
 /* compressed formats */
 #define V4L2_PIX_FMT_MJPEG    v4l2_fourcc('M', 'J', 'P', 'G') /* Motion-JPEG   
*/
 #define V4L2_PIX_FMT_JPEG     v4l2_fourcc('J', 'P', 'E', 'G') /* JFIF JPEG     
*/
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to