Skip to content

Commit

Permalink
V4L/DVB: Remove obsolete ov511 driver
Browse files Browse the repository at this point in the history
obsolete v4l1 driver replaced by gspca_ov519

Signed-off-by: Amerigo Wang <amwang@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Amerigo Wang authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent 566789f commit 7373ab3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6,593 deletions.
8 changes: 0 additions & 8 deletions Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -459,14 +459,6 @@ Who: Corentin Chary <corentin.chary@gmail.com>

----------------------------

What: ov511 v4l1 driver
When: 2.6.35
Files: drivers/media/video/ov511.[ch]
Why: obsolete v4l1 driver replaced by gspca_ov519
Who: Hans de Goede <hdegoede@redhat.com>

----------------------------

What: w9968cf v4l1 driver
When: 2.6.35
Files: drivers/media/video/w9968cf*.[ch]
Expand Down
16 changes: 0 additions & 16 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1040,22 +1040,6 @@ config USB_W9968CF
To compile this driver as a module, choose M here: the
module will be called w9968cf.

config USB_OV511
tristate "USB OV511 Camera support (DEPRECATED)"
depends on VIDEO_V4L1
default n
---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.

To compile this driver as a module, choose M here: the
module will be called ov511.

config USB_SE401
tristate "USB SE401 Camera support"
depends on VIDEO_V4L1
Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o
obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o

obj-$(CONFIG_USB_DABUSB) += dabusb.o
obj-$(CONFIG_USB_OV511) += ov511.o
obj-$(CONFIG_USB_SE401) += se401.o
obj-$(CONFIG_USB_STV680) += stv680.o
obj-$(CONFIG_USB_W9968CF) += w9968cf.o
Expand Down
Loading

0 comments on commit 7373ab3

Please sign in to comment.