diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-04-10 03:13:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:59 -0400 |
commit | 730947bc141b7e8feb091dcf3ee8e6a7b9379512 (patch) | |
tree | dc61a06d5a7aed48b6c115054de127500773882a /drivers/media/video/Kconfig | |
parent | 474675ad8006834be996c046b47436d8ca7a5105 (diff) |
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>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 67d31f6cc607..784743187a61 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -543,6 +543,7 @@ config VIDEO_DAVINCI_VPIF | |||
543 | config VIDEO_VIVI | 543 | config VIDEO_VIVI |
544 | tristate "Virtual Video Driver" | 544 | tristate "Virtual Video Driver" |
545 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 | 545 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 |
546 | select FONT_8x16 | ||
546 | select VIDEOBUF_VMALLOC | 547 | select VIDEOBUF_VMALLOC |
547 | default n | 548 | default n |
548 | ---help--- | 549 | ---help--- |