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

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