From patchwork Sun Dec 9 23:18:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 1854801 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 3E4FFDF230 for ; Sun, 9 Dec 2012 23:19:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754713Ab2LIXS6 (ORCPT ); Sun, 9 Dec 2012 18:18:58 -0500 Received: from smtp207.alice.it ([82.57.200.103]:36129 "EHLO smtp207.alice.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753332Ab2LIXS5 (ORCPT ); Sun, 9 Dec 2012 18:18:57 -0500 Received: from jcn (87.1.17.164) by smtp207.alice.it (8.6.058.01) id 5091339C05C3DDA0; Mon, 10 Dec 2012 00:18:55 +0100 Received: from ao2 by jcn with local (Exim 4.80) (envelope-from ) id 1Thq97-00064W-1d; Mon, 10 Dec 2012 00:18:53 +0100 From: Antonio Ospite To: linux-media@vger.kernel.org Cc: Jacob Schloss , Hans de Goede , Antonio Ospite Subject: [PATCH] [media] gspca_kinect: add Kinect for Windows USB id Date: Mon, 10 Dec 2012 00:18:25 +0100 Message-Id: <1355095105-23310-1-git-send-email-ospite@studenti.unina.it> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1354948731.10575.8.camel@andromeda> References: <1354948731.10575.8.camel@andromeda> X-Face: z*RaLf`X<@C75u6Ig9}{oW$H; 1_\2t5)({*|jhM/Vb; ]yA5\I~93>J<_`<4)A{':UrE Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Jacob Schloss Add the USB ID for the Kinect for Windows RGB camera so it can be used with the gspca_kinect driver. Signed-off-by: Jacob Schloss Signed-off-by: Antonio Ospite --- Thanks Jacob, I took the liberty to rebase the patch on top of linux-3.7.0-rc7 as the gspca location has changed from drivers/media/video/gspca to drivers/media/usb/gspca It will be a little easier for HdG to apply it. Regards, Antonio drivers/media/usb/gspca/kinect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/gspca/kinect.c b/drivers/media/usb/gspca/kinect.c index 40ad668..3773a8a 100644 --- a/drivers/media/usb/gspca/kinect.c +++ b/drivers/media/usb/gspca/kinect.c @@ -381,6 +381,7 @@ static const struct sd_desc sd_desc = { /* -- module initialisation -- */ static const struct usb_device_id device_table[] = { {USB_DEVICE(0x045e, 0x02ae)}, + {USB_DEVICE(0x045e, 0x02bf)}, {} };