From: Mauro Carvalho Chehab Date: Sat, 20 Jan 2007 16:58:33 +0000 (-0300) Subject: V4L/DVB (5102): make videodev to auto-generate standards X-Git-Tag: v2.6.21-rc2~66^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63ab1bdc3b98b804f69bd345b1e3a491804c12de;p=pandora-kernel.git V4L/DVB (5102): make videodev to auto-generate standards v4l2_tvnorm were meant to describe video standards and its names to V4L2 API. However, this were doing by some static structures at the driver. This patch changes the internals in a way that, at the driver, only a v4l2_tvnorm (a 64 bit integer) should be filled, with all supported tvnorms. videodev will dynamically generate the proper API array based on supported standards. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed