Commit 37d803ed authored by Hans de Goede's avatar Hans de Goede Committed by Mauro Carvalho Chehab

[media] staging-usbvideo: remove

With the new gspca v4l2 vicam driver, there is no more reason to keep the
old v4l1 usbvideo vicam driver around, and since that is the last
usbvideo framework using driver, the old usbvideo framework itself can
go too.
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 76fafe78
......@@ -57,8 +57,6 @@ source "drivers/staging/dabusb/Kconfig"
source "drivers/staging/se401/Kconfig"
source "drivers/staging/usbvideo/Kconfig"
source "drivers/staging/usbip/Kconfig"
source "drivers/staging/winbond/Kconfig"
......
......@@ -10,7 +10,6 @@ obj-$(CONFIG_VIDEO_CX25821) += cx25821/
obj-$(CONFIG_VIDEO_TM6000) += tm6000/
obj-$(CONFIG_DVB_CXD2099) += cxd2099/
obj-$(CONFIG_USB_DABUSB) += dabusb/
obj-$(CONFIG_USB_VICAM) += usbvideo/
obj-$(CONFIG_USB_SE401) += se401/
obj-$(CONFIG_LIRC_STAGING) += lirc/
obj-$(CONFIG_USB_IP_COMMON) += usbip/
......
config VIDEO_USBVIDEO
tristate
config USB_VICAM
tristate "USB 3com HomeConnect (aka vicam) support (DEPRECATED)"
depends on VIDEO_DEV && VIDEO_V4L2_COMMON && USB
select VIDEO_USBVIDEO
---help---
Say Y here if you have 3com homeconnect camera (vicam).
This driver uses the deprecated V4L1 API and will be removed in
2.6.39, unless someone converts it to the V4L2 API.
To compile this driver as a module, choose M here: the
module will be called vicam.
obj-$(CONFIG_VIDEO_USBVIDEO) += usbvideo.o
obj-$(CONFIG_USB_VICAM) += vicam.o
This is an obsolete driver for some old webcams that still use V4L1 API.
As V4L1 support is being removed from kernel, if nobody take care on it,
the driver will be removed for 2.6.39.
Please send patches to linux-media@vger.kernel.org
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment