From patchwork Mon Feb 4 21:47:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3.5.y.z, extended, stable] Patch "gspca_kinect: add Kinect for Windows USB id" has been added to staging queue Date: Mon, 04 Feb 2013 11:47:14 -0000 From: Herton Ronaldo Krzesinski X-Patchwork-Id: 218095 Message-Id: <1360014434-4368-1-git-send-email-herton.krzesinski@canonical.com> To: Jacob Schloss Cc: Hans de Goede , kernel-team@lists.ubuntu.com, Antonio Ospite , Mauro Carvalho Chehab This is a note to let you know that I have just added a patch titled gspca_kinect: add Kinect for Windows USB id to the linux-3.5.y-queue branch of the 3.5.y.z extended stable tree which can be found at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue If you, or anyone else, feels it should not be added to this tree, please reply to this email. For more information about the 3.5.y.z tree, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable Thanks. -Herton ------ >From 39e0445c20669555543a3149cdef81880a37668a Mon Sep 17 00:00:00 2001 From: Jacob Schloss Date: Sun, 9 Dec 2012 20:18:25 -0300 Subject: [PATCH] gspca_kinect: add Kinect for Windows USB id 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 Signed-off-by: Antonio Ospite Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab [ herton: drivers/media/usb/gspca/kinect.c -> drivers/media/video/gspca/kinect.c ] Signed-off-by: Herton Ronaldo Krzesinski --- drivers/media/video/gspca/kinect.c | 1 + 1 file changed, 1 insertion(+) -- 1.7.9.5 diff --git a/drivers/media/video/gspca/kinect.c b/drivers/media/video/gspca/kinect.c index e8e8f2f..bfbc228 100644 --- 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)}, {} };