From patchwork Sat Mar 6 19:46:09 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?RXJpayBBbmRyw4PCqW4=?= X-Patchwork-Id: 83927 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o26JkY5F022994 for ; Sat, 6 Mar 2010 19:46:34 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752224Ab0CFTqM (ORCPT ); Sat, 6 Mar 2010 14:46:12 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]:59766 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751421Ab0CFTqL (ORCPT ); Sat, 6 Mar 2010 14:46:11 -0500 Received: by fg-out-1718.google.com with SMTP id l26so656725fgb.1 for ; Sat, 06 Mar 2010 11:46:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=2BqUzO3Avp194h9IFWGn6B5FWPMkjqIm6rp+qkNtzTw=; b=Cr3otOOa3WoXVqGvrHlgGX1pkh7sIv7OpMNNPtMgReiz+AEoE6zHSycLe93/YIsrhM n+RxDuxJU2xjekEFudAokzEnT6TDev8sOTIjP4bMearUNjdVyTlmeMub3med+udx0Nto RQXdK+ByDGFBFRPp/vY342McAb0g/UDfdBjPs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=S5UVXneYgp/oKoFmCySRDvLXkFwqBdDmBmQIIyTQpfMkEXGRTnI1/gSWjSVRh64ByU zNqUDEXtCnozDrsWvHwB2wCGZCtEUptX1Gj9RQbCLSOL8o+RAQOIda2VG47K4WXmw0W5 lkjeFYYlZwUIPWMufMGdyljt5j636PzebEF/w= MIME-Version: 1.0 Received: by 10.239.193.11 with SMTP id g11mr209337hbi.164.1267904769476; Sat, 06 Mar 2010 11:46:09 -0800 (PST) In-Reply-To: <4B8F9FC6.9030105@redhat.com> References: <1820d69d1003030445n18b35839r407d4d277b1bf48d@mail.gmail.com> <62e5edd41003030517g6fa9b64awdf18578d6c5db7e@mail.gmail.com> <4B8F974A.4090001@redhat.com> <62e5edd41003040336x16253369ycb1905a9938432db@mail.gmail.com> <4B8F9FC6.9030105@redhat.com> Date: Sat, 6 Mar 2010 20:46:09 +0100 Message-ID: <62e5edd41003061146x689527c9s5b3ab81eec3425a0@mail.gmail.com> Subject: Re: Gspca USB driver zc3xx and STV06xx probe the same device .. From: =?ISO-8859-1?Q?Erik_Andr=E9n?= To: Gabriel C Cc: LKML , Jean-Francois Moine , Linux Media Mailing List , Hans de Goede Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sat, 06 Mar 2010 19:46:34 +0000 (UTC) diff --git a/drivers/media/video/gspca/stv06xx/stv06xx.c b/drivers/media/video/gspca/stv06xx/stv06xx.c index de823ed..b1f7e28 100644 --- a/drivers/media/video/gspca/stv06xx/stv06xx.c +++ b/drivers/media/video/gspca/stv06xx/stv06xx.c @@ -497,8 +497,6 @@ static const __devinitdata struct usb_device_id device_table[] = { {USB_DEVICE(0x046D, 0x08F5), .driver_info = BRIDGE_ST6422 }, /* QuickCam Messenger (new) */ {USB_DEVICE(0x046D, 0x08F6), .driver_info = BRIDGE_ST6422 }, - /* QuickCam Messenger (new) */ - {USB_DEVICE(0x046D, 0x08DA), .driver_info = BRIDGE_ST6422 }, {} };