From patchwork Tue Feb 17 02:54:48 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 7535 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n1H2t0dC012322 for ; Tue, 17 Feb 2009 02:55:00 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751944AbZBQCy7 (ORCPT ); Mon, 16 Feb 2009 21:54:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751964AbZBQCy7 (ORCPT ); Mon, 16 Feb 2009 21:54:59 -0500 Received: from mx2.redhat.com ([66.187.237.31]:49491 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751944AbZBQCy7 (ORCPT ); Mon, 16 Feb 2009 21:54:59 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n1H2sstu004723; Mon, 16 Feb 2009 21:54:54 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n1H2ss13017307; Mon, 16 Feb 2009 21:54:54 -0500 Received: from pedra.chehab.org (vpn-12-1.rdu.redhat.com [10.11.12.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n1H2spQr019822; Mon, 16 Feb 2009 21:54:52 -0500 Date: Mon, 16 Feb 2009 23:54:48 -0300 From: Mauro Carvalho Chehab To: Laurent Pinchart Cc: linux-media@vger.kernel.org Subject: Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/ Message-ID: <20090216235448.3533c488@pedra.chehab.org> In-Reply-To: <200902162144.58158.laurent.pinchart@skynet.be> References: <200902162144.58158.laurent.pinchart@skynet.be> Organization: Red Hat Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Mon, 16 Feb 2009 21:44:58 +0100 Laurent Pinchart 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 --- 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.