From: Hans Verkuil Date: Wed, 18 Jul 2012 12:34:59 +0000 (-0300) Subject: [media] Fix VIDIOC_TRY_EXT_CTRLS regression X-Git-Tag: v3.6-rc1~28^2~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc31633c20ca6a49071f2162c232ae556151cc2;p=pandora-kernel.git [media] Fix VIDIOC_TRY_EXT_CTRLS regression 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 this ioctl is not implemented. Caught by v4l2-compliance while I was testing the mem2mem_testdev driver. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed