linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Antonio Ospite <ospite@studenti.unina.it>
To: linux-media@vger.kernel.org
Cc: Jacob Schloss <jacob.schloss@unlimitedautomata.com>,
	Hans de Goede <hdegoede@redhat.com>,
	Antonio Ospite <ospite@studenti.unina.it>
Subject: [PATCH] [media] gspca_kinect: add Kinect for Windows USB id
Date: Mon, 10 Dec 2012 00:18:25 +0100	[thread overview]
Message-ID: <1355095105-23310-1-git-send-email-ospite@studenti.unina.it> (raw)
In-Reply-To: <1354948731.10575.8.camel@andromeda>

From: Jacob Schloss <jacob.schloss@unlimitedautomata.com>

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 <jacob.schloss@unlimitedautomata.com>
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---

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)},
 	{}
 };
 
-- 
1.7.10.4


  reply	other threads:[~2012-12-09 23:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-08  6:38 [PATCH] [media] gspca_kinect: add kinect for windows usb id Jacob Schloss
2012-12-09 23:18 ` Antonio Ospite [this message]
2012-12-21 11:12   ` [PATCH] [media] gspca_kinect: add Kinect for Windows USB id Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1355095105-23310-1-git-send-email-ospite@studenti.unina.it \
    --to=ospite@studenti.unina.it \
    --cc=hdegoede@redhat.com \
    --cc=jacob.schloss@unlimitedautomata.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).