summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:21:12 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:21:12 -0600
commitf04a23eb983a5994005a7aa2c09ef7d7fb9158dc (patch)
tree1b902818db333034cb3ff7808fc228523b8f1cdd /include
parent66eb60fd9fa5d0112a01b250637d0737dc9046d3 (diff)
CR 34439732: Camera and V4L2 improvements
Patch for CR 34439732: Camera and V4L2 improvements. Add flicker control, white balance, automatic exposure support, and tear prevention to the iMagic camera driver on the linux 2.6.22 kernel for MX platforms. Ported to 2.6.22 by Ross Wille http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-34439732-Camera-and-V4L2-improvements.patch
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mxc/mxc_v4l2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/mxc_v4l2.h b/include/asm-arm/arch-mxc/mxc_v4l2.h
index aba8d74fc908..b1c5db63c510 100644
--- a/include/asm-arm/arch-mxc/mxc_v4l2.h
+++ b/include/asm-arm/arch-mxc/mxc_v4l2.h
@@ -24,6 +24,8 @@
#define V4L2_CID_MXC_ROT (V4L2_CID_PRIVATE_BASE + 0)
#define V4L2_CID_MXC_FLASH (V4L2_CID_PRIVATE_BASE + 1)
+#define V4L2_CID_MXC_FLICKER (V4L2_CID_PRIVATE_BASE + 2)
+#define V4L2_CID_MXC_TEAR_PROTECT (V4L2_CID_PRIVATE_BASE + 3)
#define V4L2_MXC_ROTATE_NONE 0
#define V4L2_MXC_ROTATE_VERT_FLIP 1