diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-26 15:41:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-26 15:41:03 -0300 |
commit | ab59a93feb6d2b697c06ee5fad3ff40a7d2b34ed (patch) | |
tree | e0d2287a87e88f253b7160b6fe84d213a51e09d6 /linux/include | |
parent | 997c1fa3a879220de8463573bea0586ab8521cd9 (diff) | |
parent | 2a3734eea927c02985fd33e502f07915a09dd6b9 (diff) | |
download | mediapointer-dvb-s2-ab59a93feb6d2b697c06ee5fad3ff40a7d2b34ed.tar.gz mediapointer-dvb-s2-ab59a93feb6d2b697c06ee5fad3ff40a7d2b34ed.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index 6969c3086..4167a0b44 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -830,6 +830,7 @@ struct v4l2_querymenu { #define V4L2_CTRL_FLAG_UPDATE 0x0008 #define V4L2_CTRL_FLAG_INACTIVE 0x0010 #define V4L2_CTRL_FLAG_SLIDER 0x0020 +#define V4L2_CTRL_FLAG_WRITE_ONLY 0x0040 /* Query flag, to be ORed with the control ID */ #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 |