On Mon July 30 2012 03:25:58 Mauro Carvalho Chehab wrote:
> Em 18-07-2012 10:34, Hans Verkuil escreveu:
> > Hi all,
> >
> > This patch fixes an omission in the new v4l2_ioctls table:
> > VIDIOC_TRY_EXT_CTRLS
> > must get the INFO_FL_CTRL flag, just like all the other control related
> > ioctls.
Em 18-07-2012 10:34, Hans Verkuil escreveu:
> Hi all,
>
> This patch fixes an omission in the new v4l2_ioctls table:
> VIDIOC_TRY_EXT_CTRLS
> must get the INFO_FL_CTRL flag, just like all the other control related
> ioctls.
>
> Otherwise the ioctl core won't know it also has to check whether
>
Hi all,
This patch fixes an omission in the new v4l2_ioctls table: VIDIOC_TRY_EXT_CTRLS
must get the INFO_FL_CTRL flag, just like all the other control related ioctls.
Otherwise the ioctl core won't know it also has to check whether
v4l2_fh->ctrl_handler
is non-zero before it can decide that thi