diff options
author | Rafal Milecki <zajec5@gmail.com> | 2009-10-02 02:54:44 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:25 -0500 |
commit | 518c8df77c21b7d1690dd8b96eb0e54c4ec1c9c1 (patch) | |
tree | 3330c20c0f8e3e4abd5380c097ae0bd8f7818fc0 /drivers/media/video/gspca/ov519.c | |
parent | 0d07e240c5da04db7c26dd4e337b3845be99d5f8 (diff) |
V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
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>
Diffstat (limited to 'drivers/media/video/gspca/ov519.c')
-rw-r--r-- | drivers/media/video/gspca/ov519.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/ov519.c b/drivers/media/video/gspca/ov519.c index a5c190e93799..e16557819782 100644 --- a/drivers/media/video/gspca/ov519.c +++ b/drivers/media/video/gspca/ov519.c | |||
@@ -3364,6 +3364,7 @@ static const __devinitdata struct usb_device_id device_table[] = { | |||
3364 | {USB_DEVICE(0x041e, 0x4061), .driver_info = BRIDGE_OV519 }, | 3364 | {USB_DEVICE(0x041e, 0x4061), .driver_info = BRIDGE_OV519 }, |
3365 | {USB_DEVICE(0x041e, 0x4064), | 3365 | {USB_DEVICE(0x041e, 0x4064), |
3366 | .driver_info = BRIDGE_OV519 | BRIDGE_INVERT_LED }, | 3366 | .driver_info = BRIDGE_OV519 | BRIDGE_INVERT_LED }, |
3367 | {USB_DEVICE(0x041e, 0x4067), .driver_info = BRIDGE_OV519 }, | ||
3367 | {USB_DEVICE(0x041e, 0x4068), | 3368 | {USB_DEVICE(0x041e, 0x4068), |
3368 | .driver_info = BRIDGE_OV519 | BRIDGE_INVERT_LED }, | 3369 | .driver_info = BRIDGE_OV519 | BRIDGE_INVERT_LED }, |
3369 | {USB_DEVICE(0x045e, 0x028c), .driver_info = BRIDGE_OV519 }, | 3370 | {USB_DEVICE(0x045e, 0x028c), .driver_info = BRIDGE_OV519 }, |