Hi all! I didn't get any comments since my RFC post: http://www.spinics.net/lists/linux-media/msg48764.html So it's time to send out the pull request. Regards, Hans The following changes since commit 704a28e88ab6c9cfe393ae626b612cab8b46028e: [media] drxk: prevent doing something wrong when init is not ok (2012-06-29 19:04:32 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git cx88 for you to fetch changes up to bc7432646ff6e276bee5490faefb6cd244b95464: cx88-blackbird: replace ioctl by unlocked_ioctl. (2012-07-02 13:47:29 +0200) ---------------------------------------------------------------- Hans Verkuil (11): cx88: fix querycap cx88: first phase to convert cx88 to the control framework. cx88: each device node gets the right controls. cx88: convert cx88-blackbird to the control framework. cx88: remove radio and type from cx8800_fh. cx88: move fmt, width and height to cx8800_dev. cx88: add priority support. cx88: support control events. cx88: fix a number of v4l2-compliance violations. cx88: don't use current_norm. cx88-blackbird: replace ioctl by unlocked_ioctl. drivers/media/video/cx88/cx88-alsa.c | 31 +--- drivers/media/video/cx88/cx88-blackbird.c | 234 ++++++++++-------------------- drivers/media/video/cx88/cx88-cards.c | 20 +++ drivers/media/video/cx88/cx88-core.c | 7 +- drivers/media/video/cx88/cx88-video.c | 901 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------- drivers/media/video/cx88/cx88.h | 68 +++++---- 6 files changed, 540 insertions(+), 721 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