The following changes since commit a6eb7bc8e0eea78f96ad1b0f0195ec52b88c6a00: Laurent Pinchart (1): V4L/DVB: uvcvideo: Use POLLOUT and POLLWRNORM for output devices are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git fixes Hans Verkuil (10): V4L2 Spec: fix V4L2_CTRL_TYPE_CTRL_CLASS documentation. videodev2.h: move definition of enum v4l2_ctrl_type to the other control types video_ioctl2: do not replace arg with NULL for _IO() ioctls video_ioctl2: don't return, use break. usbvision: remove non-working vbi device DocBook/v4l/compat.xml: add missing </section> w9966: convert to V4L2 v4l2-framework.txt: fix incorrect statement video_ioctl2: handle the v4l1 compat bit first and move VIDIOCGMBUF into the switch ivtv: move the _IO() decoder ioctls into vidioc_default. It's all over the board these patches. Basically cleaning up a bunch of loose ends. Of particular interest are the w9966 conversion. It's untested. I've tried to contact the author or to find this hardware, but without luck. The conversion is pretty trivial, though, so I think we should just go for it. The other interesting patches are those for video_ioctl2. It's basically stuff I found when prototyping the pre/post hooks. Regards, Hans Documentation/DocBook/v4l/compat.xml | 115 +++--- Documentation/DocBook/v4l/vidioc-queryctrl.xml | 2 +- Documentation/video4linux/v4l2-framework.txt | 11 +- drivers/media/video/Kconfig | 2 +- drivers/media/video/ivtv/ivtv-ioctl.c | 65 ++-- drivers/media/video/usbvision/usbvision-video.c | 77 ---- drivers/media/video/usbvision/usbvision.h | 1 - drivers/media/video/v4l2-ioctl.c | 50 ++-- drivers/media/video/w9966.c | 435 +++++++++++++---------- include/linux/videodev2.h | 20 +- 10 files changed, 377 insertions(+), 401 deletions(-) -- Hans Verkuil - video4linux developer - sponsored by TANDBERG -- 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