Skip to content

Commit

Permalink
[media] gspca_kinect: add Kinect for Windows USB id
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jacob Schloss authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent 77c53d0 commit 98fd485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/usb/gspca/kinect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)},
{}
};

Expand Down

0 comments on commit 98fd485

Please sign in to comment.