From: Laurent Pinchart Date: Fri, 1 Oct 2010 18:39:49 +0000 (-0300) Subject: [media] uvcvideo: Fix bogus XU controls information X-Git-Tag: v2.6.37-rc1~64^2~218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5977a58c330ac6afdc64bab9b1dd674f11c0635;p=pandora-kernel.git [media] uvcvideo: Fix bogus XU controls information XU control information is supposed to be entirely discoverable using standard UVC queries. As some devices report bogus information (such as reporting a read-only control as being read-write), add a fixup table for XU controls. This table can also be used to selectively disable requests supposed to be supported by all XU controls (GET_MIN, GET_MAX, GET_DEF, GET_RES) but not correctly (or at all) supported by the device. The table currently disables GET_CUR on the Logitech motor control XU pan/tilt controls. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed