summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJean-François Moine <moinejf@free.fr>2011-07-03 05:24:05 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 17:53:39 -0300
commit0fdee88e54f0b8bd737810517ba70bde5fd7a70c (patch)
tree377fb104164b92c30cfaa0679b1cc5ca0a54d02c /drivers
parentb877a9a7fb00d96bae4ab49c69f1be65b3e87e61 (diff)
downloadlinux-3.10-0fdee88e54f0b8bd737810517ba70bde5fd7a70c.tar.gz
linux-3.10-0fdee88e54f0b8bd737810517ba70bde5fd7a70c.tar.bz2
linux-3.10-0fdee88e54f0b8bd737810517ba70bde5fd7a70c.zip
[media] gspca - ov519: Fix a LED inversion
In the webcam 041e:405f, the LED is inverted. Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/gspca/ov519.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/ov519.c b/drivers/media/video/gspca/ov519.c
index b17c6604eb4..0800433b209 100644
--- a/drivers/media/video/gspca/ov519.c
+++ b/drivers/media/video/gspca/ov519.c
@@ -5006,7 +5006,8 @@ static const struct sd_desc sd_desc = {
static const struct usb_device_id device_table[] = {
{USB_DEVICE(0x041e, 0x4003), .driver_info = BRIDGE_W9968CF },
{USB_DEVICE(0x041e, 0x4052), .driver_info = BRIDGE_OV519 },
- {USB_DEVICE(0x041e, 0x405f), .driver_info = BRIDGE_OV519 },
+ {USB_DEVICE(0x041e, 0x405f),
+ .driver_info = BRIDGE_OV519 | BRIDGE_INVERT_LED },
{USB_DEVICE(0x041e, 0x4060), .driver_info = BRIDGE_OV519 },
{USB_DEVICE(0x041e, 0x4061), .driver_info = BRIDGE_OV519 },
{USB_DEVICE(0x041e, 0x4064),