From: Mauro Carvalho Chehab Date: Mon, 20 Nov 2006 16:19:20 +0000 (-0300) Subject: V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2 X-Git-Tag: v2.6.20-rc1~145^2~5^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e75f9cee32827853fc2f9d1ceb6352e3edc33e9d;p=pandora-kernel.git V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2 video_ioctl2 will auto-generate standard entries at ENUM_FMT. Also, now, a driver may return a subset of the video array at the return, to be stored as the current_norm. For example, a driver may ask for V4L2_STD_PAL. At return, driver may change it to V4L2_STD_PAL_B. This way, a futher call to G_STD will return the exact detected video std. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed