Skip to content

Commit

Permalink
[media] usbvideo: deprecate the vicam driver
Browse files Browse the repository at this point in the history
Move usbvideo to staging and mark it deprecated.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 5772dca commit 745da42
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 0 additions & 2 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,6 @@ source "drivers/media/video/cx231xx/Kconfig"

source "drivers/media/video/usbvision/Kconfig"

source "drivers/media/video/usbvideo/Kconfig"

source "drivers/media/video/et61x251/Kconfig"

config USB_SE401
Expand Down
4 changes: 0 additions & 4 deletions drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ obj-$(CONFIG_USB_GSPCA) += gspca/

obj-$(CONFIG_VIDEO_HDPVR) += hdpvr/

obj-$(CONFIG_USB_IBMCAM) += usbvideo/
obj-$(CONFIG_USB_KONICAWC) += usbvideo/
obj-$(CONFIG_USB_VICAM) += usbvideo/
obj-$(CONFIG_USB_QUICKCAM_MESSENGER) += usbvideo/
obj-$(CONFIG_USB_S2255) += s2255drv.o

obj-$(CONFIG_VIDEO_IVTV) += ivtv/
Expand Down
2 changes: 2 additions & 0 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ source "drivers/staging/cpia/Kconfig"

source "drivers/staging/stradis/Kconfig"

source "drivers/staging/usbvideo/Kconfig"

source "drivers/staging/usbip/Kconfig"

source "drivers/staging/winbond/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ obj-$(CONFIG_VIDEO_CX25821) += cx25821/
obj-$(CONFIG_VIDEO_TM6000) += tm6000/
obj-$(CONFIG_VIDEO_CPIA) += cpia/
obj-$(CONFIG_VIDEO_STRADIS) += stradis/
obj-$(CONFIG_USB_VICAM) += usbvideo/
obj-$(CONFIG_LIRC_STAGING) += lirc/
obj-$(CONFIG_USB_IP_COMMON) += usbip/
obj-$(CONFIG_W35UND) += winbond/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ config VIDEO_USBVIDEO
tristate

config USB_VICAM
tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)"
tristate "USB 3com HomeConnect (aka vicam) support (DEPRECATED)"
depends on VIDEO_V4L1 && EXPERIMENTAL
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 745da42

Please sign in to comment.