summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-22 19:15:09 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-23 19:34:39 +0700
commitda0068d8e9e2120069e306ec71a1544e5bff45e1 (patch)
tree2d4e14ac0ed8e2db71caaa21b542e8574b3cdef3 /include
parent7ae31a772739c5b073a02abac904da182f4fe4ea (diff)
downloaddevice_samsung_aries-common-da0068d8e9e2120069e306ec71a1544e5bff45e1.zip
device_samsung_aries-common-da0068d8e9e2120069e306ec71a1544e5bff45e1.tar.gz
device_samsung_aries-common-da0068d8e9e2120069e306ec71a1544e5bff45e1.tar.bz2
libcamera: Implement user-space AF polling for CE147
Required for linux 3.0
Diffstat (limited to 'include')
-rwxr-xr-xinclude/videodev2_samsung.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/videodev2_samsung.h b/include/videodev2_samsung.h
index 0a7d7c3..0d4dcc9 100755
--- a/include/videodev2_samsung.h
+++ b/include/videodev2_samsung.h
@@ -431,7 +431,10 @@ enum v4l2_caf_start_stop {
CAF_MAX,
};
-#define V4L2_CID_CAMERA_AUTO_FOCUS_RESULT (V4L2_CID_PRIVATE_BASE + 103)
+#define V4L2_CID_CAMERA_AUTO_FOCUS_RESULT_FIRST (V4L2_CID_PRIVATE_BASE + 103)
+#define V4L2_CID_CAMERA_AUTO_FOCUS_RESULT_SECOND (V4L2_CID_PRIVATE_BASE + 120)
+#define V4L2_CID_CAMERA_FINISH_AUTO_FOCUS (V4L2_CID_PRIVATE_BASE + 121)
+
#define V4L2_CID_CAMERA_FRAME_RATE (V4L2_CID_PRIVATE_BASE + 104)
enum v4l2_frame_rate {
FRAME_RATE_AUTO = 0,