diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-02-20 09:14:13 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-02 15:04:54 +0100 |
commit | 8fb12ce2ec9d569e1b3051f01cee13ff27e29466 (patch) | |
tree | 181590953acc3831561726216a55477b94173915 /MAINTAINERS | |
parent | media: uapi: h264: Add DPB entry field reference flags (diff) | |
download | linux-8fb12ce2ec9d569e1b3051f01cee13ff27e29466.tar.xz linux-8fb12ce2ec9d569e1b3051f01cee13ff27e29466.zip |
media: usbvision: deprecate driver
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1af972944e4c..6f7ccf628e07 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17454,7 +17454,7 @@ L: linux-media@vger.kernel.org T: git git://linuxtv.org/media_tree.git W: https://linuxtv.org S: Odd Fixes -F: drivers/media/usb/usbvision/ +F: drivers/staging/media/usbvision/ USB WEBCAM GADGET M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |