From patchwork Fri Dec 24 20:06:04 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: kilgota@banach.math.auburn.edu X-Patchwork-Id: 432371 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBOJTxI6001045 for ; Fri, 24 Dec 2010 19:30:00 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753146Ab0LXT3r (ORCPT ); Fri, 24 Dec 2010 14:29:47 -0500 Received: from banach.math.auburn.edu ([131.204.45.3]:50747 "EHLO banach.math.auburn.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752830Ab0LXT3q (ORCPT ); Fri, 24 Dec 2010 14:29:46 -0500 Received: from banach.math.auburn.edu (localhost [127.0.0.1]) by banach.math.auburn.edu (8.14.4/8.14.2) with ESMTP id oBOK641u029074; Fri, 24 Dec 2010 14:06:04 -0600 Received: from localhost (kilgota@localhost) by banach.math.auburn.edu (8.14.4/8.14.2/Submit) with ESMTP id oBOK64vj029070; Fri, 24 Dec 2010 14:06:04 -0600 Date: Fri, 24 Dec 2010 14:06:04 -0600 (CST) From: Theodore Kilgore To: Hans de Goede cc: Mauro Carvalho Chehab , Linux Media Mailing List Subject: [PATCH] Adds the Lego Bionicle to existing sq905c In-Reply-To: <4D14ABEE.40206@redhat.com> Message-ID: References: <4D11E170.6050500@redhat.com> <4D14ABEE.40206@redhat.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 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 (demeter1.kernel.org [140.211.167.41]); Fri, 24 Dec 2010 19:30:00 +0000 (UTC) diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt index 6a562ee..261776e 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt @@ -366,6 +366,7 @@ t613 17a1:0128 TASCORP JPEG Webcam, NGS Cyclops vc032x 17ef:4802 Lenovo Vc0323+MI1310_SOC pac207 2001:f115 D-Link DSB-C120 sq905c 2770:9050 Disney pix micro (CIF) +sq905c 2770:9051 Lego Bionicle sq905c 2770:9052 Disney pix micro 2 (VGA) sq905c 2770:905c All 11 known cameras with this ID sq905 2770:9120 All 24 known cameras with this ID diff --git a/drivers/media/video/gspca/sq905c.c b/drivers/media/video/gspca/sq905c.c index c2e88b5..8ba1995 100644 --- a/drivers/media/video/gspca/sq905c.c +++ b/drivers/media/video/gspca/sq905c.c @@ -301,6 +301,7 @@ static int sd_start(struct gspca_dev *gspca_dev) static const __devinitdata struct usb_device_id device_table[] = { {USB_DEVICE(0x2770, 0x905c)}, {USB_DEVICE(0x2770, 0x9050)}, + {USB_DEVICE(0x2770, 0x9051)}, {USB_DEVICE(0x2770, 0x9052)}, {USB_DEVICE(0x2770, 0x913d)}, {}