From: Jacob Schloss Date: Sun, 9 Dec 2012 23:18:25 +0000 (-0300) Subject: [media] gspca_kinect: add Kinect for Windows USB id X-Git-Tag: v3.8-rc5~13^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98fd485795db064d0885150e2c0c7f296d8fe06e;p=platform%2Fkernel%2Flinux-3.10.git [media] gspca_kinect: add Kinect for Windows USB id 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 --- diff --git a/drivers/media/usb/gspca/kinect.c b/drivers/media/usb/gspca/kinect.c index 40ad668..3773a8a 100644 --- a/drivers/media/usb/gspca/kinect.c +++ b/drivers/media/usb/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)}, {} };