From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp-out002.kontent.com ([81.88.40.216]:45977 "EHLO smtp-out002.kontent.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755Ab0DMHur (ORCPT ); Tue, 13 Apr 2010 03:50:47 -0400 From: Oliver Neukum To: Sarah Sharp Subject: Re: xHCI bandwidth error with USB webcam Date: Tue, 13 Apr 2010 09:50:45 +0200 Cc: linux-usb@vger.kernel.org, linux-media@vger.kernel.org, Libin , andiry.xu@amd.com, "Jean-Francois Moine" , Mauro Carvalho Chehab , Hans de Goede References: <20100412222932.GA18647@xanatos> In-Reply-To: <20100412222932.GA18647@xanatos> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201004130950.45576.oliver@neukum.org> Sender: linux-media-owner@vger.kernel.org List-ID: Am Dienstag, 13. April 2010 00:29:32 schrieb Sarah Sharp: > I figured out how to patch the gspca driver, but not uvcvideo. The > patch looks a bit hackish; can with experience with that driver look it > over? Can anyone tell me where to look for the usb_set_interface() in > uvcvideo? drivers/media/video/uvc/uvc_video.c::uvc_init_video() But you'll have no luck there. uvcvideo already selects the altsetting with the lowest bandwidth required for a resolution/format. Regards Oliver