]> Git Repo - linux.git/commit
[media] v4l2-ctrls: v4l2_ctrl_handler_setup must set is_new to 1
authorHans Verkuil <[email protected]>
Tue, 11 Jan 2011 17:45:03 +0000 (14:45 -0300)
committerMauro Carvalho Chehab <[email protected]>
Wed, 19 Jan 2011 13:45:32 +0000 (11:45 -0200)
commit2a863793beaa0fc9ee7aeb87efe85544a6b129c0
tree9316b12b95a707eb5541db2e24d6033d9b0e2805
parent45f6f84af3ae9db19f39bc5d0976d626b0ef626e
[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 <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Documentation/video4linux/v4l2-controls.txt
drivers/media/video/v4l2-ctrls.c
include/media/v4l2-ctrls.h
This page took 0.049809 seconds and 4 git commands to generate.