diff options
-rw-r--r-- | Documentation/video4linux/gspca.txt | 1 | ||||
-rw-r--r-- | drivers/media/video/gspca/ov519.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt index 3f61825be499..90e85a8a8817 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt | |||
@@ -37,6 +37,7 @@ ov519 041e:405f Creative Live! VISTA VF0330 | |||
37 | ov519 041e:4060 Creative Live! VISTA VF0350 | 37 | ov519 041e:4060 Creative Live! VISTA VF0350 |
38 | ov519 041e:4061 Creative Live! VISTA VF0400 | 38 | ov519 041e:4061 Creative Live! VISTA VF0400 |
39 | ov519 041e:4064 Creative Live! VISTA VF0420 | 39 | ov519 041e:4064 Creative Live! VISTA VF0420 |
40 | ov519 041e:4067 Creative Live! Cam Video IM (VF0350) | ||
40 | ov519 041e:4068 Creative Live! VISTA VF0470 | 41 | ov519 041e:4068 Creative Live! VISTA VF0470 |
41 | spca561 0458:7004 Genius VideoCAM Express V2 | 42 | spca561 0458:7004 Genius VideoCAM Express V2 |
42 | sunplus 0458:7006 Genius Dsc 1.3 Smart | 43 | sunplus 0458:7006 Genius Dsc 1.3 Smart |
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 }, |