Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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/

drivers/staging/usbvideo/Kconfig

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
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.

drivers/staging/usbvideo/Makefile

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
obj-$(CONFIG_VIDEO_USBVIDEO)    += usbvideo.o
obj-$(CONFIG_USB_VICAM)         += vicam.o

drivers/staging/usbvideo/TODO

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
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
Loading