V4L/DVB: vivi: clean up and a major overhaul
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 10 Apr 2010 07:13:53 +0000 (04:13 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:59 +0000 (12:57 -0300)
commit730947bc141b7e8feb091dcf3ee8e6a7b9379512
treedc61a06d5a7aed48b6c115054de127500773882a
parent474675ad8006834be996c046b47436d8ca7a5105
V4L/DVB: vivi: clean up and a major overhaul

- Clean up the code
- Use the kernel's built-in vga8x16 font instead of our own.
- Drop exclusive open: now multiple users can open the device as per the V4L2 spec.
- Move the format description to the vivi device instead of keeping it in the file
  handle. Again as per the spec.
- Streamline and simplify the drawing code. It is now easy to add text on top of
  the colorbar pattern.
- Upgrade the max resolution to 1920x1200.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Kconfig
drivers/media/video/font.h [deleted file]
drivers/media/video/vivi.c