diff options
author | Jacob Schloss <jacob.schloss@unlimitedautomata.com> | 2012-12-10 00:18:25 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-22 00:26:36 +0100 |
commit | 98fd485795db064d0885150e2c0c7f296d8fe06e (patch) | |
tree | 3d1174f94ef02b398078ccd65f67a74cb33cdbe9 | |
parent | Merge branch 'for_3.8-rc1' into v4l_for_linus (diff) | |
download | linux-98fd485795db064d0885150e2c0c7f296d8fe06e.tar.xz linux-98fd485795db064d0885150e2c0c7f296d8fe06e.zip |
[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 <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>
-rw-r--r-- | drivers/media/usb/gspca/kinect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/gspca/kinect.c b/drivers/media/usb/gspca/kinect.c index 40ad6687ee5d..3773a8a745df 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)}, {} }; |