]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (3518): Creates a virtual video device driver
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 10 Mar 2006 15:40:10 +0000 (12:40 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 24 Mar 2006 19:26:49 +0000 (16:26 -0300)
commit1e6dd65e17b8b584026334b16485365bab486422
treeb870e052304bd14b8e49c6a5cae98bb4d33794a7
parentc7b0ac0546985fc6361a8d92cf808d46da797677
V4L/DVB (3518): Creates a virtual video device driver

The Virtual Video Device Driver (aka vivi) is a device that
can be used to:
1) test core v4l functionalities;
2) be a prototype for newer development.
Vivi were developed using the best practices for v4l driver.
When loaded, it provides a video device that generates a
standard color bar, with a timestamp placed at top left corner.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/font.h [new file with mode: 0644]
drivers/media/video/vivi.c [new file with mode: 0644]