From: Hans Verkuil Date: Tue, 5 Jul 2011 10:09:26 +0000 (-0300) Subject: [media] v4l2-ctrls: always send an event if a control changed implicitly X-Git-Tag: v3.1-rc1~116^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=639884a6d94ffa16d76b131a55f65748ca0c94f2;p=pandora-kernel.git [media] v4l2-ctrls: always send an event if a control changed implicitly By default no control events are sent to the application that caused the control value or flags change (i.e. the control(s) passed to VIDIOC_S_CTRL or VIDIOC_S_EXT_CTRLS). But if a change in one control causes a change in another control that was not part of the control(s) in VIDIOC_S_CTRL or S_EXT_CTRLS, then the application should be notified. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed