@@ -451,6 +451,7 @@ struct v4l2_capability {
#define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */
#define V4L2_CAP_VIDEO_OUTPUT 0x00000002 /* Is a video output device */
#define V4L2_CAP_VIDEO_OVERLAY 0x00000004 /* Can do video overlay */
+#define V4L2_CAP_EDID_MEMORY 0x00000008 /* Is an EDID memory only device */
#define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
#define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
#define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
Add capability flag to indicate that the device is an EDID memory device. Signed-off-by: Erling Ljunggren <hljunggr@cisco.com> --- include/uapi/linux/videodev2.h | 1 + 1 file changed, 1 insertion(+)