gspca_kinect: add Kinect for Windows USB id
authorJacob Schloss <jacob.schloss@unlimitedautomata.com>
Sun, 9 Dec 2012 23:18:25 +0000 (20:18 -0300)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 20 Feb 2013 03:15:28 +0000 (03:15 +0000)
commit 98fd485795db064d0885150e2c0c7f296d8fe06e upstream.

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>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
[bwh: Backported to 3.2: adjust filename]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/media/video/gspca/kinect.c

index 4fe51fd..acaef66 100644 (file)
@@ -390,6 +390,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)},
        {}
 };