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 <stable@xxxxxxxxxxxxxxx> know about it. >From fd61506bd23ffc170dac4ecf401acae8004efceb Mon Sep 17 00:00:00 2001 From: Jacob Schloss <jacob.schloss@xxxxxxxxxxxxxxxxxxxxx> Date: Sun, 9 Dec 2012 20:18:25 -0300 Subject: media: gspca_kinect: add Kinect for Windows USB id From: Jacob Schloss <jacob.schloss@xxxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx> Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> [bwh: Backported to 3.2: adjust filename] Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> Cc: Jianguo Wu <wujianguo@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- 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 jacob.schloss@xxxxxxxxxxxxxxxxxxxxx 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html