From: Hans Verkuil Date: Tue, 11 Jan 2011 17:45:03 +0000 (-0300) Subject: [media] v4l2-ctrls: v4l2_ctrl_handler_setup must set is_new to 1 X-Git-Tag: v2.6.38-rc2~1^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a863793beaa0fc9ee7aeb87efe85544a6b129c0;p=pandora-kernel.git [media] v4l2-ctrls: v4l2_ctrl_handler_setup must set is_new to 1 Renamed has_new to is_new. Drivers can use the is_new field to determine if a new value was specified for a control. The v4l2_ctrl_handler_setup() must always set this to 1 since the setup has to force a full update of all controls. Signed-off-by: Hans Verkuil Acked-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed