diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-06-17 23:50:10 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-06-17 23:50:10 +0200 |
commit | 009d182e2d2e68aa96f29155fcd8bc88108d7ed2 (patch) | |
tree | b63eb7494141821de46a7a0557cab34c31537c5f /linux | |
parent | 907ba53ad38cf9b0d8fae0d9d998060ccf939961 (diff) | |
download | mediapointer-dvb-s2-009d182e2d2e68aa96f29155fcd8bc88108d7ed2.tar.gz mediapointer-dvb-s2-009d182e2d2e68aa96f29155fcd8bc88108d7ed2.tar.bz2 |
ov511: mark as deprecated
From: Hans de Goede <hdegoede@redhat.com>
Mark the v4l1 ov511 as deprecated as we now have ov511 support in
the gspca ov519 driver. Note we should really also keep track of this
in Documentation/feature-removal-schedule.txt, but that is not
part of the v4l-dvb tree.
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 94f440535..061e147f6 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -866,9 +866,13 @@ config USB_W9968CF module will be called w9968cf. config USB_OV511 - tristate "USB OV511 Camera support" + tristate "USB OV511 Camera support (DEPRECATED)" depends on VIDEO_V4L1 ---help--- + This driver is DEPRECATED please use the gspca ov519 module + instead. Note that for the ov511 / ov518 support of the gspca module + you need atleast version 0.6.0 of libv4l. + Say Y here if you want to connect this type of camera to your computer's USB port. See <file:Documentation/video4linux/ov511.txt> for more information and for a list of supported cameras. |