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>
This commit is contained in:
Hans Verkuil
2023-01-10 10:26:19 +01:00
committed by Mauro Carvalho Chehab
parent 58388bd700
commit ba47652ba6
15 changed files with 6 additions and 2378 deletions

View File

@@ -115,9 +115,13 @@ enum v4l2_colorfx {
/* USER-class private control IDs */
/* The base for the meye driver controls. See linux/meye.h for the list
* of controls. We reserve 16 controls for this driver. */
#ifndef __KERNEL__
/*
* The base for the meye driver controls. This driver was removed, but
* we keep this define in case any software still uses it.
*/
#define V4L2_CID_USER_MEYE_BASE (V4L2_CID_USER_BASE + 0x1000)
#endif
/* The base for the bttv driver controls.
* We reserve 32 controls for this driver. */