V4L/DVB (10211): vivi: Implements 4 inputs on vivi
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 11 Jan 2009 13:29:43 +0000 (10:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:42:20 +0000 (12:42 -0300)
commite164b58a84cc9fdff0653dfe38470c0216df31d2
tree21c11370d328b3dc43cc1503ea1562c46db032a3
parent0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b
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 <mchehab@redhat.com>
drivers/media/video/vivi.c