From: Mauro Carvalho Chehab Date: Sun, 11 Jan 2009 13:29:43 +0000 (-0300) Subject: V4L/DVB (10211): vivi: Implements 4 inputs on vivi X-Git-Tag: v2.6.30-rc1~621^2~706 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e164b58a84cc9fdff0653dfe38470c0216df31d2;p=pandora-kernel.git V4L/DVB (10211): vivi: Implements 4 inputs on vivi This patch adds the capability of selecting between 4 different inputs on vivi driver. Input 0 is the normal color bar, while inputs 1-3 are modified color bars. This allows testing input selection on userspace applications and serves as an implementation model for other drivers. The current approach allows a maximum of 10 different inputs, since the input name generator assumes that we need just one digit to present the input. It shouldn't be hard to modify it to present a bigger name of inputs, but, in fact, it doesn't make much sense of doing it for this test driver. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed