diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-06-18 10:20:51 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-06-18 10:20:51 +0200 |
commit | 3c6cdde4a672a5ea91daf67cb9c53009c6c11d67 (patch) | |
tree | 0ee451ea0f5f97ea6526bc692964ef86330a930f /linux/drivers/media/video | |
parent | 29c95ac01b1ff4a23c0fbaf5dc5da56aad806a8f (diff) | |
download | mediapointer-dvb-s2-3c6cdde4a672a5ea91daf67cb9c53009c6c11d67.tar.gz mediapointer-dvb-s2-3c6cdde4a672a5ea91daf67cb9c53009c6c11d67.tar.bz2 |
Mark the v4l1 uvcvideo quickcam messenger driver as deprecated
From: Hans de Goede <hdegoede@redhat.com>
Mark the v4l1 uvcvideo quickcam messenger driver as deprecated, the one
cam it supports, is now also supported by the v4l2 gspca stv06xx driver.
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/usbvideo/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/drivers/media/video/usbvideo/Kconfig b/linux/drivers/media/video/usbvideo/Kconfig index e4cb99c1f..adb1c044a 100644 --- a/linux/drivers/media/video/usbvideo/Kconfig +++ b/linux/drivers/media/video/usbvideo/Kconfig @@ -38,10 +38,13 @@ config USB_KONICAWC module will be called konicawc. config USB_QUICKCAM_MESSENGER - tristate "USB Logitech Quickcam Messenger" + tristate "USB Logitech Quickcam Messenger (DEPRECATED)" depends on VIDEO_V4L1 select VIDEO_USBVIDEO ---help--- + This driver is DEPRECATED please use the gspca stv06xx module + instead. + Say Y or M here to enable support for the USB Logitech Quickcam Messenger webcam. |