On Wednesday 18 March 2009 22:23:37 Janne Grunau wrote: > Hi Mauro, > > please pull from http://hg.jannau.net/hdpvr-merge/ for the Hauppauge HD > PVR driver. > > The repo has only two changesets. One adding V4L2_CID_SHARPNESS to a > method in v4l2-common.c and the complete driver. The history of the > driver will be available at http://hg.jannau.net/hdpvr/ so I think it's > not worth adding the complete history to the kernel repo. Hi Janne, Good to see this driver as well! And for the record: since it doesn't use any i2c modules I have no problems with this driver :-) It would be nice if you could add support for struct v4l2_device later. My goal for 2.6.31 is to have all v4l drivers use that so that I can start building on it. It's trivial right now since it doesn't do much besides handling subdevs (which you don't use). But as I said: it's a nice-to-have only. Regards, Hans > > [Janne Grunau <j@xxxxxxxxxx>] > adds V4L2_CID_SHARPNESS to v4l2_ctrl_query_fill() > V4L2 Driver for the Hauppauge HD PVR usb capture device > > diffstat > linux/drivers/media/video/hdpvr/Kconfig | 10 > linux/drivers/media/video/hdpvr/Makefile | 7 > linux/drivers/media/video/hdpvr/hdpvr-control.c | 201 +++ > linux/drivers/media/video/hdpvr/hdpvr-core.c | 446 +++++++ > linux/drivers/media/video/hdpvr/hdpvr-i2c.c | 145 ++ > linux/drivers/media/video/hdpvr/hdpvr-video.c | 1228 > ++++++++++++++++++++++ linux/drivers/media/video/hdpvr/hdpvr.h > | 298 +++++ > linux/drivers/media/video/Kconfig | 2 > linux/drivers/media/video/Makefile | 2 > linux/drivers/media/video/v4l2-common.c | 1 > linux/include/linux/i2c-id.h | 1 > 11 files changed, 2341 insertions(+) > -- > 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 -- 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