]> git.baikalelectronics.ru Git - kernel.git/commit
[media] media: New flag V4L2_CTRL_FLAG_EXECUTE_ON_WRITE
authorRicardo Ribalda <ricardo.ribalda@gmail.com>
Fri, 20 Mar 2015 13:45:43 +0000 (10:45 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 8 Apr 2015 09:33:26 +0000 (06:33 -0300)
commitb4bbd727417859fef21d44825251a67af7221114
treef22666c1863d0b29df6bfb09eebdbca90a7e05f2
parent53b07728dafdd906e300d2124ad29292caa3ba01
[media] media: New flag V4L2_CTRL_FLAG_EXECUTE_ON_WRITE

Create a new flag that represent controls which its value needs to be
passed to the driver even if it has not changed.

They typically represent actions, like triggering a flash or clearing an
error flag. So writing to such a control means some action is executed.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/uapi/linux/videodev2.h