diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2023-01-10 10:26:19 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-01-22 09:54:31 +0100 |
commit | ba47652ba65523ccadac3f8d50dc0e0d560477b2 (patch) | |
tree | ba64d2410d8d4022e4f306dcc9a0fa8236126538 /MAINTAINERS | |
parent | 58388bd7006218f46dcbde2bf8f2d79cb7e4dc61 (diff) | |
download | linux-stable-ba47652ba65523ccadac3f8d50dc0e0d560477b2.tar.gz linux-stable-ba47652ba65523ccadac3f8d50dc0e0d560477b2.tar.bz2 linux-stable-ba47652ba65523ccadac3f8d50dc0e0d560477b2.zip |
media: meye: remove this deprecated driver
The meye driver does not use the vb2 framework for streaming
video, instead it implements this in the driver. This is error prone,
and nobody stepped in to convert this driver to that framework.
The hardware is very old, so the decision was made to remove it
altogether.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f61eb221415b..f814ab594ea4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13071,7 +13071,6 @@ F: include/media/ F: include/uapi/linux/dvb/ F: include/uapi/linux/ivtv* F: include/uapi/linux/media.h -F: include/uapi/linux/meye.h F: include/uapi/linux/uvcvideo.h F: include/uapi/linux/v4l2-* F: include/uapi/linux/videodev2.h @@ -14150,13 +14149,6 @@ F: drivers/regulator/mpq7920.c F: drivers/regulator/mpq7920.h F: include/linux/mfd/mp2629.h -MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER -S: Orphan -W: http://popies.net/meye/ -F: Documentation/userspace-api/media/drivers/meye* -F: drivers/staging/media/deprecated/meye/ -F: include/uapi/linux/meye.h - MOTORCOMM PHY DRIVER M: Peter Geis <pgwipeout@gmail.com> M: Frank <Frank.Sae@motor-comm.com> |