Skip to content

Commit 6fe0593

Browse files
Erling Ljunggrenmchehab
authored andcommitted
media: videodev2.h: add V4L2_CAP_EDID
Add capability flag to indicate that the device is an EDID-only device. Signed-off-by: Erling Ljunggren <hljunggr@cisco.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Reviewed-by: Sebastian Fricke <sebastian.fricke@collabora.com> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent 3f52e32 commit 6fe0593

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/uapi/linux/videodev2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ struct v4l2_capability {
502502
#define V4L2_CAP_META_CAPTURE 0x00800000 /* Is a metadata capture device */
503503

504504
#define V4L2_CAP_READWRITE 0x01000000 /* read/write systemcalls */
505+
#define V4L2_CAP_EDID 0x02000000 /* Is an EDID-only device */
505506
#define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */
506507
#define V4L2_CAP_META_OUTPUT 0x08000000 /* Is a metadata output device */
507508

0 commit comments

Comments
 (0)