]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
authorRafal Milecki <zajec5@gmail.com>
Fri, 2 Oct 2009 06:54:44 +0000 (03:54 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Dec 2009 21:44:24 +0000 (13:44 -0800)
commit 518c8df77c21b7d1690dd8b96eb0e54c4ec1c9c1 upstream.

Signed-off-by: Rafal Milecki <zajec5@gmail.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Surbhi Palande <surbhi.palande@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/video4linux/gspca.txt
drivers/media/video/gspca/ov519.c

index d0a9ee3fdf5d1ee8b63ed090d86bc3074cb3eb9f..03d58d223ae126527ea1a5f204b466a655a71bad 100644 (file)
@@ -37,6 +37,7 @@ ov519         041e:405f       Creative Live! VISTA VF0330
 ov519          041e:4060       Creative Live! VISTA VF0350
 ov519          041e:4061       Creative Live! VISTA VF0400
 ov519          041e:4064       Creative Live! VISTA VF0420
+ov519          041e:4067       Creative Live! Cam Video IM (VF0350)
 ov519          041e:4068       Creative Live! VISTA VF0470
 spca561                0458:7004       Genius VideoCAM Express V2
 sunplus                0458:7006       Genius Dsc 1.3 Smart
index 2f6e135d94bc66cca7cab1319cfb673f4ee9b1f9..557886522211f1c37d180912e35a41c5a8753472 100644 (file)
@@ -3364,6 +3364,7 @@ static const __devinitdata struct usb_device_id device_table[] = {
        {USB_DEVICE(0x041e, 0x4061), .driver_info = BRIDGE_OV519 },
        {USB_DEVICE(0x041e, 0x4064),
         .driver_info = BRIDGE_OV519 | BRIDGE_INVERT_LED },
+       {USB_DEVICE(0x041e, 0x4067), .driver_info = BRIDGE_OV519 },
        {USB_DEVICE(0x041e, 0x4068),
         .driver_info = BRIDGE_OV519 | BRIDGE_INVERT_LED },
        {USB_DEVICE(0x045e, 0x028c), .driver_info = BRIDGE_OV519 },