projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b877a9a
)
[media] gspca - ov519: Fix a LED inversion
author
Jean-François Moine
<moinejf@free.fr>
Sun, 3 Jul 2011 08:24:05 +0000
(
05:24
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:39 +0000
(17:53 -0300)
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>
drivers/media/video/gspca/ov519.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/gspca/ov519.c
b/drivers/media/video/gspca/ov519.c
index b17c6604eb4156cd111a8ca855a1012a0ac86aef..0800433b209287c45c9f4672a41f20e99b43adfe 100644
(file)
--- 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),