Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-core for the following: - v4l2-dev: replace 'kernel number' by 'device node number'. - ivtv/cx18: replace 'kernel number' with 'device node number'. - v4l2-dev: add simple wrapper functions around the devnode numbers - v4l: warn when desired devnodenr is in use & add _no_warn function These four patches fix some known confusing parts of the v4l core. They are easily reviewable and are for the most part trivial. I have another patch pending that cleans up more code, but I do not know whether I will have time to get that into shape before the 2.6.32 merge window closes. I didn't want to wait for that, so I'm pushing this out now. Thanks, Hans diffstat: Documentation/video4linux/v4l2-framework.txt | 28 ++++-- drivers/media/video/cx18/cx18-driver.c | 2 drivers/media/video/cx18/cx18-streams.c | 4 drivers/media/video/ivtv/ivtv-driver.c | 2 drivers/media/video/ivtv/ivtv-streams.c | 4 drivers/media/video/v4l2-dev.c | 113 +++++++++++++++++++++------ include/media/v4l2-dev.h | 4 7 files changed, 117 insertions(+), 40 deletions(-) -- Hans Verkuil - video4linux developer - sponsored by TANDBERG Telecom -- 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