diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-12-02 15:40:33 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-17 01:21:44 (GMT) |
commit | 427ae153c65ad7a08288d86baf99000569627d03 (patch) | |
tree | 52119858c582478c8737366abbb308af5c95a9f6 /drivers/media/Makefile | |
parent | ea2e813e8cc3492c951b9895724fd47187e04a6f (diff) | |
download | linux-427ae153c65ad7a08288d86baf99000569627d03.tar.xz |
[media] bq/c-qcam, w9966, pms: move to staging in preparation for removal
These drivers haven't been tested in a long, long time. The hardware is
ancient and hopelessly obsolete. These drivers also need to be converted
to newer media frameworks but due to the lack of hardware that's going
to be impossible. In addition, cheaper and vastly better hardware is
available today.
So these drivers are a prime candidate for removal. If someone is
interested in working on these drivers to prevent their removal, then
please contact the linux-media mailinglist.
Let's be honest, the age of parallel port webcams and ISA video capture
boards is really gone.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/Makefile')
-rw-r--r-- | drivers/media/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/Makefile b/drivers/media/Makefile index 620f275..e608bbc 100644 --- a/drivers/media/Makefile +++ b/drivers/media/Makefile @@ -28,6 +28,6 @@ obj-y += rc/ # Finally, merge the drivers that require the core # -obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ parport/ +obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ obj-$(CONFIG_VIDEO_DEV) += radio/ |