Add the define from the out of tree patches for V4L2_CAP_IO_MC capability. This patch is not intended for consumption but to ease adding tests to v4l2-compliance while IO_MC makes it way into the media-tree. Not-yet-Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> --- include/linux/videodev2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 8c5963ee4a677b57..020dd808e60e1b93 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -481,6 +481,8 @@ struct v4l2_capability { #define V4L2_CAP_TOUCH 0x10000000 /* Is a touch device */ +#define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */ + #define V4L2_CAP_DEVICE_CAPS 0x80000000 /* sets device capabilities field */ /* -- 2.25.0