diff mbox

[media] gspca_kinect: add kinect for windows usb id

Message ID 1354948731.10575.8.camel@andromeda (mailing list archive)
State New, archived
Headers show

Commit Message

Jacob Schloss Dec. 8, 2012, 6:38 a.m. UTC
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 mbox

Patch

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