linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [media] gspca_kinect: add kinect for windows usb id
@ 2012-12-08  6:38 Jacob Schloss
  2012-12-09 23:18 ` [PATCH] [media] gspca_kinect: add Kinect for Windows USB id Antonio Ospite
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Schloss @ 2012-12-08  6:38 UTC (permalink / raw)
  To: linux-media; +Cc: Antonio Ospite


This patch adds 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>
---
 drivers/media/video/gspca/kinect.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/video/gspca/kinect.c b/drivers/media/video/gspca/kinect.c
index 40ad668..3773a8a7 100644
--- a/drivers/media/video/gspca/kinect.c
+++ b/drivers/media/video/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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] [media] gspca_kinect: add Kinect for Windows USB id
  2012-12-08  6:38 [PATCH] [media] gspca_kinect: add kinect for windows usb id Jacob Schloss
@ 2012-12-09 23:18 ` Antonio Ospite
  2012-12-21 11:12   ` Hans de Goede
  0 siblings, 1 reply; 3+ messages in thread
From: Antonio Ospite @ 2012-12-09 23:18 UTC (permalink / raw)
  To: linux-media; +Cc: Jacob Schloss, Hans de Goede, Antonio Ospite

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] [media] gspca_kinect: add Kinect for Windows USB id
  2012-12-09 23:18 ` [PATCH] [media] gspca_kinect: add Kinect for Windows USB id Antonio Ospite
@ 2012-12-21 11:12   ` Hans de Goede
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2012-12-21 11:12 UTC (permalink / raw)
  To: Antonio Ospite; +Cc: linux-media, Jacob Schloss

Hi,

On 12/10/2012 12:18 AM, Antonio Ospite wrote:
> 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.

Thanks I've added this patch to my tree, and it will be included
in my fixes pull-req for 3.8 to Mauro later today.

Regards,

Hans

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-21 11:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-08  6:38 [PATCH] [media] gspca_kinect: add kinect for windows usb id Jacob Schloss
2012-12-09 23:18 ` [PATCH] [media] gspca_kinect: add Kinect for Windows USB id Antonio Ospite
2012-12-21 11:12   ` Hans de Goede

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).