diff --git a/[refs] b/[refs]
index c0e838d7536a..622d3b2718c5 100644
--- a/[refs]
+++ b/[refs]
@@ -1,2 +1,2 @@
---
-refs/heads/master: 0b1f8149a5e7ee71f36af75bb516eb8219158f2d
+refs/heads/master: 06fce2861d5a4ebcff65e253b2b3e4406dc3ab24
diff --git a/trunk/Documentation/DocBook/media/v4l/vidioc-cropcap.xml b/trunk/Documentation/DocBook/media/v4l/vidioc-cropcap.xml
index 4559c452a613..bf7cc979fdfa 100644
--- a/trunk/Documentation/DocBook/media/v4l/vidioc-cropcap.xml
+++ b/trunk/Documentation/DocBook/media/v4l/vidioc-cropcap.xml
@@ -59,6 +59,9 @@ constant except when switching the video standard. Remember this
switch can occur implicit when switching the video input or
output.
+ This ioctl must be implemented for video capture or output devices that
+support cropping and/or scaling and/or have non-square pixels, and for overlay devices.
+
struct v4l2_cropcap
@@ -70,7 +73,9 @@ output.
Type of the data stream, set by the application.
Only these types are valid here:
V4L2_BUF_TYPE_VIDEO_CAPTURE,
-V4L2_BUF_TYPE_VIDEO_OUTPUT and
+V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
+V4L2_BUF_TYPE_VIDEO_OUTPUT,
+V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE and
V4L2_BUF_TYPE_VIDEO_OVERLAY. See .
@@ -154,8 +159,7 @@ on 22 Oct 2002 subject "Re:[V4L][patches!] Re:v4l2/kernel-2.5" -->
EINVAL
The &v4l2-cropcap; type is
-invalid. This is not permitted for video capture, output and overlay devices,
-which must support VIDIOC_CROPCAP.
+invalid.