We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f52e32 commit 6fe0593Copy full SHA for 6fe0593
include/uapi/linux/videodev2.h
@@ -502,6 +502,7 @@ struct v4l2_capability {
502
#define V4L2_CAP_META_CAPTURE 0x00800000 /* Is a metadata capture device */
503
504
#define V4L2_CAP_READWRITE 0x01000000 /* read/write systemcalls */
505
+#define V4L2_CAP_EDID 0x02000000 /* Is an EDID-only device */
506
#define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */
507
#define V4L2_CAP_META_OUTPUT 0x08000000 /* Is a metadata output device */
508
0 commit comments