Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-notify for the following: - v4l2-device: add a notify callback. - zoran/bt819: use new notify functionality. Since the beginning I had a notify ability in mind for v4l2_device, but the bt819 driver is the first that actually needs it. Implemented it in the core and modified zoran/bt819 to use it. Another small but nice cleanup in the zoran driver. Thanks, Hans diffstat: b/linux/include/media/bt819.h | 33 +++++++++++++++++++ linux/Documentation/video4linux/v4l2-framework.txt | 10 +++++ linux/drivers/media/video/bt819.c | 14 +++++++- linux/drivers/media/video/zoran/zoran_card.c | 22 ++++++++++-- linux/drivers/media/video/zoran/zoran_device.c | 36 +-------------------- linux/drivers/media/video/zoran/zoran_device.h | 3 - linux/drivers/media/video/zoran/zoran_driver.c | 12 +++---- linux/include/media/v4l2-device.h | 3 + linux/include/media/v4l2-subdev.h | 5 ++ 9 files changed, 90 insertions(+), 48 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