diff options
| author | Hans Verkuil <hans.verkuil@cisco.com> | 2011-05-23 03:07:05 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:55:38 -0400 |
| commit | fa4d7096d1fb7c012ebaacefee132007a21e0965 (patch) | |
| tree | b33643476d3df4c675b7edaada6a0f35d3837272 /include/linux | |
| parent | 1de5be5e91ee10d8f42be2aebc1cede718b48d50 (diff) | |
[media] v4l2-ctrls: add new bitmask control type
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index f002006fc0a9..148d1a51ca22 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
| @@ -1040,6 +1040,7 @@ enum v4l2_ctrl_type { | |||
| 1040 | V4L2_CTRL_TYPE_INTEGER64 = 5, | 1040 | V4L2_CTRL_TYPE_INTEGER64 = 5, |
| 1041 | V4L2_CTRL_TYPE_CTRL_CLASS = 6, | 1041 | V4L2_CTRL_TYPE_CTRL_CLASS = 6, |
| 1042 | V4L2_CTRL_TYPE_STRING = 7, | 1042 | V4L2_CTRL_TYPE_STRING = 7, |
| 1043 | V4L2_CTRL_TYPE_BITMASK = 8, | ||
| 1043 | }; | 1044 | }; |
| 1044 | 1045 | ||
| 1045 | /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */ | 1046 | /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */ |
