diff mbox series

[1/2,DNI] v4l-utils: Add V4L2_CAP_IO_MC to videodev2.h

Message ID 20200318132722.3089925-2-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
State New, archived
Headers show
Series v4l2-compliance: add tests for V4L2_CAP_IO_MC | expand

Commit Message

Niklas Söderlund March 18, 2020, 1:27 p.m. UTC
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@ragnatech.se>
---
 include/linux/videodev2.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 */
 
 /*