Hi Mauro, Here are a bunch of V4L2 specification updates. The first three are from this earlier RFC: http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/40701 There were no more comments, so this is the final pull request. It's unchanged from RFCv2. The other two fix a long standing missing piece of documentation for extended controls (it was documented in v4l2-controls.txt, but never made it to the spec), and make it more explicit that changing input or output means that you need to query standards, formats, etc. again. Regards, Hans The following changes since commit 240ab508aa9fb7a294b0ecb563b19ead000b2463: [media] [PATCH] don't reset the delivery system on DTV_CLEAR (2012-01-10 23:44:07 -0200) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git spec3 Hans Verkuil (5): v4l2 spec: clarify usage of V4L2_FBUF_FLAG_OVERLAY zoran: do not set V4L2_FBUF_FLAG_OVERLAY. omap_vout: add missing OVERLAY_OUTPUT cap and set V4L2_FBUF_FLAG_OVERLAY V4L2 Spec: fix extended control documentation. V4L2 Spec: improve the G/S_INPUT/OUTPUT documentation. .../DocBook/media/v4l/vidioc-g-ext-ctrls.xml | 18 +++++++++++---- Documentation/DocBook/media/v4l/vidioc-g-fbuf.xml | 23 ++++++++++++------- Documentation/DocBook/media/v4l/vidioc-g-input.xml | 4 +- .../DocBook/media/v4l/vidioc-g-output.xml | 5 ++- Documentation/video4linux/v4l2-controls.txt | 21 ------------------ drivers/media/video/omap/omap_vout.c | 7 ++++- drivers/media/video/zoran/zoran_driver.c | 1 - 7 files changed, 37 insertions(+), 42 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html