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 <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Reviewed-by: Sebastian Fricke <[email protected]> Reviewed-by: Ricardo Ribalda <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 3f52e32 commit 6fe0593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)