diff mbox

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

Message ID 20090216235448.3533c488@pedra.chehab.org (mailing list archive)
State Not Applicable
Headers show

Commit Message

Mauro Carvalho Chehab Feb. 17, 2009, 2:54 a.m. UTC
On Mon, 16 Feb 2009 21:44:58 +0100
Laurent Pinchart <laurent.pinchart@skynet.be> 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...


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@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Laurent Pinchart Feb. 17, 2009, 9:57 a.m. UTC | #1
Hi Mauro,

On Tuesday 17 February 2009 03:54:48 Mauro Carvalho Chehab wrote:
> On Mon, 16 Feb 2009 21:44:58 +0100
>
> Laurent Pinchart <laurent.pinchart@skynet.be> 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.

Oops, my bad, sorry. Thanks for catching it.

> Could you please re-generate your tree?

Done. Please pull.

(I'll be very happy when/if decide to switch to git, reworking patches would 
be much easier :-)).

Cheers,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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.