mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
[media] sn9c102: prepare for removal by moving it to staging
During the last media summit meeting it was decided to move this driver to staging as the first step to removing it altogether. Most webcams covered by this driver are now supported by gspca. Nobody has the hardware to convert the remaining devices to gspca. This driver needs a major overhaul to have it conform to the latest frameworks and compliancy tests. Without hardware, however, this is next to impossible. Given the fact that this driver seems to be pretty much unused (it has been removed from Fedora several versions ago and nobody complained about that), we decided to drop this driver. This patch moves it to staging. Some time in 2014 we will drop it completely. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: Hans de Goede <hdegoede@redhat.com> Cc: Luca Risolia <luca.risolia@studio.unibo.it> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
4bf4815054
commit
b8da9d3aaf
@ -9053,8 +9053,7 @@ L: linux-media@vger.kernel.org
|
||||
T: git git://linuxtv.org/media_tree.git
|
||||
W: http://www.linux-projects.org
|
||||
S: Maintained
|
||||
F: Documentation/video4linux/sn9c102.txt
|
||||
F: drivers/media/usb/sn9c102/
|
||||
F: drivers/staging/media/sn9c102/
|
||||
|
||||
USB SUBSYSTEM
|
||||
M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||||
|
@ -17,7 +17,6 @@ source "drivers/media/usb/cpia2/Kconfig"
|
||||
source "drivers/media/usb/zr364xx/Kconfig"
|
||||
source "drivers/media/usb/stkwebcam/Kconfig"
|
||||
source "drivers/media/usb/s2255/Kconfig"
|
||||
source "drivers/media/usb/sn9c102/Kconfig"
|
||||
source "drivers/media/usb/usbtv/Kconfig"
|
||||
endif
|
||||
|
||||
|
@ -10,7 +10,6 @@ obj-$(CONFIG_USB_VIDEO_CLASS) += uvc/
|
||||
obj-$(CONFIG_USB_GSPCA) += gspca/
|
||||
obj-$(CONFIG_USB_PWC) += pwc/
|
||||
obj-$(CONFIG_VIDEO_CPIA2) += cpia2/
|
||||
obj-$(CONFIG_USB_SN9C102) += sn9c102/
|
||||
obj-$(CONFIG_VIDEO_AU0828) += au0828/
|
||||
obj-$(CONFIG_VIDEO_HDPVR) += hdpvr/
|
||||
obj-$(CONFIG_VIDEO_PVRUSB2) += pvrusb2/
|
||||
|
@ -33,6 +33,8 @@ source "drivers/staging/media/go7007/Kconfig"
|
||||
|
||||
source "drivers/staging/media/msi3101/Kconfig"
|
||||
|
||||
source "drivers/staging/media/sn9c102/Kconfig"
|
||||
|
||||
source "drivers/staging/media/solo6x10/Kconfig"
|
||||
|
||||
source "drivers/staging/media/omap4iss/Kconfig"
|
||||
|
@ -8,3 +8,4 @@ obj-$(CONFIG_VIDEO_GO7007) += go7007/
|
||||
obj-$(CONFIG_USB_MSI3101) += msi3101/
|
||||
obj-$(CONFIG_VIDEO_DM365_VPFE) += davinci_vpfe/
|
||||
obj-$(CONFIG_VIDEO_OMAP4) += omap4iss/
|
||||
obj-$(CONFIG_USB_SN9C102) += sn9c102/
|
||||
|
@ -2,13 +2,16 @@ config USB_SN9C102
|
||||
tristate "USB SN9C1xx PC Camera Controller support (DEPRECATED)"
|
||||
depends on VIDEO_V4L2
|
||||
---help---
|
||||
This driver is DEPRECATED please use the gspca sonixb and
|
||||
This driver is DEPRECATED, please use the gspca sonixb and
|
||||
sonixj modules instead.
|
||||
|
||||
Say Y here if you want support for cameras based on SONiX SN9C101,
|
||||
SN9C102, SN9C103, SN9C105 and SN9C120 PC Camera Controllers.
|
||||
|
||||
See <file:Documentation/video4linux/sn9c102.txt> for more info.
|
||||
See <file:drivers/staging/media/sn9c102/sn9c102.txt> for more info.
|
||||
|
||||
If you have webcams that are only supported by this driver and not by
|
||||
the gspca driver, then contact the linux-media mailinglist.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called sn9c102.
|
Loading…
Reference in New Issue
Block a user