summaryrefslogtreecommitdiff
path: root/include/linux/meye.h
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2004-11-07 04:01:28 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-07 04:01:28 -0800
commit773f7f2fa37aeb880efc24299f0b8efb2259bda0 (patch)
tree79948abbeef1595205a11bb8536b68689609523c /include/linux/meye.h
parent4a5f5e21dd11d0153e30f633ac3d851385579384 (diff)
[PATCH] meye: add v4l2 support
Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/meye.h')
-rw-r--r--include/linux/meye.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/meye.h b/include/linux/meye.h
index dc2c12d64f7f..69783a65f52c 100644
--- a/include/linux/meye.h
+++ b/include/linux/meye.h
@@ -56,4 +56,11 @@ struct meye_params {
/* get a jpeg compressed snapshot */
#define MEYEIOC_STILLJCAPT _IOR ('v', BASE_VIDIOCPRIVATE+5, int)
+/* V4L2 private controls */
+#define V4L2_CID_AGC V4L2_CID_PRIVATE_BASE
+#define V4L2_CID_SHARPNESS (V4L2_CID_PRIVATE_BASE + 1)
+#define V4L2_CID_PICTURE (V4L2_CID_PRIVATE_BASE + 2)
+#define V4L2_CID_JPEGQUAL (V4L2_CID_PRIVATE_BASE + 3)
+#define V4L2_CID_FRAMERATE (V4L2_CID_PRIVATE_BASE + 4)
+
#endif