forked from Minki/linux
8fb12ce2ec
The driver is deprecated and scheduled for removal by the end of 2020. The reason is that this driver is for old and obsolete hardware, and it produces a continuous stream of syzbot errors due to poor code. In order to prevent removal the following actions would have to be taken: - clean up the code - convert to the vb2 framework - fix the disconnect and free-on-last-user handling (i.e., add a release callback for struct v4l2_device and rework the code to use that correctly). Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
29 lines
972 B
Makefile
29 lines
972 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the USB media device drivers
|
|
#
|
|
|
|
# DVB USB-only drivers
|
|
obj-y += ttusb-dec/ ttusb-budget/ dvb-usb/ dvb-usb-v2/ siano/ b2c2/
|
|
obj-y += zr364xx/ stkwebcam/ s2255/
|
|
|
|
obj-$(CONFIG_USB_VIDEO_CLASS) += uvc/
|
|
obj-$(CONFIG_USB_GSPCA) += gspca/
|
|
obj-$(CONFIG_USB_PWC) += pwc/
|
|
obj-$(CONFIG_USB_AIRSPY) += airspy/
|
|
obj-$(CONFIG_USB_HACKRF) += hackrf/
|
|
obj-$(CONFIG_USB_MSI2500) += msi2500/
|
|
obj-$(CONFIG_VIDEO_CPIA2) += cpia2/
|
|
obj-$(CONFIG_VIDEO_AU0828) += au0828/
|
|
obj-$(CONFIG_VIDEO_HDPVR) += hdpvr/
|
|
obj-$(CONFIG_VIDEO_PVRUSB2) += pvrusb2/
|
|
obj-$(CONFIG_VIDEO_STK1160) += stk1160/
|
|
obj-$(CONFIG_VIDEO_CX231XX) += cx231xx/
|
|
obj-$(CONFIG_VIDEO_TM6000) += tm6000/
|
|
obj-$(CONFIG_VIDEO_EM28XX) += em28xx/
|
|
obj-$(CONFIG_VIDEO_USBTV) += usbtv/
|
|
obj-$(CONFIG_VIDEO_GO7007) += go7007/
|
|
obj-$(CONFIG_DVB_AS102) += as102/
|
|
obj-$(CONFIG_USB_PULSE8_CEC) += pulse8-cec/
|
|
obj-$(CONFIG_USB_RAINSHADOW_CEC) += rainshadow-cec/
|