This is a note to let you know that I've just added the patch titled

    media: gspca_kinect: add Kinect for Windows USB id

to the 3.4-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     media-gspca_kinect-add-kinect-for-windows-usb-id.patch
and it can be found in the queue-3.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From fd61506bd23ffc170dac4ecf401acae8004efceb Mon Sep 17 00:00:00 2001
From: Jacob Schloss <[email protected]>
Date: Sun, 9 Dec 2012 20:18:25 -0300
Subject: media: gspca_kinect: add Kinect for Windows USB id

From: Jacob Schloss <[email protected]>

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 <[email protected]>
Signed-off-by: Antonio Ospite <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
[bwh: Backported to 3.2: adjust filename]
Signed-off-by: Ben Hutchings <[email protected]>
Cc: Jianguo Wu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/media/video/gspca/kinect.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/media/video/gspca/kinect.c
+++ b/drivers/media/video/gspca/kinect.c
@@ -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)},
        {}
 };
 


Patches currently in stable-queue which might be from 
[email protected] are

queue-3.4/media-gspca_kinect-add-kinect-for-windows-usb-id.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to