This is an automatic generated email to let you know that the following patch were queued:
Subject: media: videodev2.h: add V4L2_CAP_EDID Author: Erling Ljunggren <hljun...@cisco.com> Date: Wed Sep 28 13:21:43 2022 +0200 Add capability flag to indicate that the device is an EDID-only device. Signed-off-by: Erling Ljunggren <hljun...@cisco.com> Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl> Reviewed-by: Sebastian Fricke <sebastian.fri...@collabora.com> Reviewed-by: Ricardo Ribalda <riba...@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org> include/uapi/linux/videodev2.h | 1 + 1 file changed, 1 insertion(+) --- diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 725e86c4bbbd..27239cb64065 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h @@ -502,6 +502,7 @@ struct v4l2_capability { #define V4L2_CAP_META_CAPTURE 0x00800000 /* Is a metadata capture device */ #define V4L2_CAP_READWRITE 0x01000000 /* read/write systemcalls */ +#define V4L2_CAP_EDID 0x02000000 /* Is an EDID-only device */ #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */ #define V4L2_CAP_META_OUTPUT 0x08000000 /* Is a metadata output device */