On Mon, 16 Feb 2009 21:44:58 +0100 Laurent Pinchart <laurent.pinchart@xxxxxxxxx> wrote: > Mauro, > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > for the following 3 changesets: > > uvcvideo: Initialize streaming parameters with the probe control value Hmm... I suspect that this is not part of this changeset... --- a/linux/drivers/media/video/uvc/Kconfig Thu Jan 22 16:45:10 2009 +0100 +++ b/linux/drivers/media/video/uvc/Kconfig Sat Feb 14 23:26:56 2009 +0100 @@ -9,7 +9,7 @@ config USB_VIDEO_CLASS_INPUT_EVDEV config USB_VIDEO_CLASS_INPUT_EVDEV bool "UVC input events device support" default y - depends on USB_VIDEO_CLASS && INPUT + depends on USB_VIDEO_CLASS && (INPUT = y || INPUT = USB_VIDEO_CLASS) ---help--- This option makes USB Video Class devices register an input device to report button events. Could you please re-generate your tree? > uvcvideo: Ignore empty bulk URBs > uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devices > > Kconfig | 2 +- > uvc_driver.c | 9 +++++++++ > uvc_video.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++-------- > uvcvideo.h | 1 + > 4 files changed, 57 insertions(+), 9 deletions(-) > > Thanks, > > Laurent Pinchart > > -- > 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 -- Cheers, Mauro -- 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