[media] v4l2-ctrls.c: add support for V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 29 Jun 2011 11:56:22 +0000 (08:56 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:34 +0000 (17:53 -0300)
commit60c0732244164f14e376cfae493dba368f761514
tree104e04777d3239dabb1c4dba20ec17a7b1089c86
parent3ad57c33846d884cfeed770238b27f3dcf3742f1
[media] v4l2-ctrls.c: add support for V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK

Normally no control events will go to the filehandle that called the
VIDIOC_S_CTRL/VIDIOC_S_EXT_CTRLS ioctls. This is to prevent a feedback
loop.

This can now be overridden by setting the new V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK
flag.

Based on suggestions from Mauro Carvalho Chehab <mchehab@redhat.com> and
Laurent Pinchart <laurent.pinchart@ideasonboard.com>.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml
drivers/media/video/v4l2-ctrls.c
include/linux/videodev2.h