From: Hans Verkuil Date: Thu, 12 Jun 2014 10:54:16 +0000 (-0300) Subject: [media] v4l2-ctrls: add support for compound types X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~361 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9a2547150245f34a050f744ea46542c44792652;p=pandora-kernel.git [media] v4l2-ctrls: add support for compound types This patch implements initial support for compound types. The changes are fairly obvious: basic support for is_ptr types, the type_is_int function is replaced by a is_int bitfield, and v4l2_query_ext_ctrl is added. Note that this patch does not yet add support for N-dimensional arrays, that comes later. So v4l2_query_ext_ctrl just sets elems to 1 and nr_of_dims and dims[] are all zero. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed