From: Hans Verkuil Date: Fri, 22 Jun 2012 10:29:35 +0000 (-0300) Subject: [media] v4l2-dev/ioctl.c: add vb2_queue support to video_device X-Git-Tag: v3.6-rc1~40^2^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a5adf6b669cf1a3dd2af419cd68a4c491f384a3;p=pandora-kernel.git [media] v4l2-dev/ioctl.c: add vb2_queue support to video_device This prepares struct video_device for easier integration with vb2. It also introduces a new lock that protects the vb2_queue. It is up to the driver to use it or not. And the driver can associate an owner filehandle with the queue to check whether queuing requests are permitted for the calling filehandle. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed