diff options
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 6c73516b74c4..4c30655b293f 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -261,6 +261,11 @@ struct v4l2_capability { | |||
261 | #define V4L2_CAP_ASYNCIO 0x02000000 /* async I/O */ | 261 | #define V4L2_CAP_ASYNCIO 0x02000000 /* async I/O */ |
262 | #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */ | 262 | #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */ |
263 | 263 | ||
264 | /* This flags gets set if the "sensor" is known to be upside down and this can | ||
265 | *not* be fixed using v4l2 flipx/y controls. Note that absence of this flag | ||
266 | is not a guarantee for the image not being upside down. */ | ||
267 | #define V4L2_CAP_SENSOR_UPSIDE_DOWN 0x10000000 | ||
268 | |||
264 | /* | 269 | /* |
265 | * V I D E O I M A G E F O R M A T | 270 | * V I D E O I M A G E F O R M A T |
266 | */ | 271 | */ |