]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
V4L/DVB (13995): gspca_ov519: mark led on eyetoy II as inverted
authorHans de Goede <hdegoede@redhat.com>
Thu, 7 Jan 2010 15:06:00 +0000 (12:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:39 +0000 (15:10 -0300)
Mark led on eyetoy II as inverted, I have the feeling the led needs to
be inverted for all 519 based cams (iow we got the set led code wrong), but
lets just deal with this one cam at a time to avoid breaking currently
working cams.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/ov519.c

index b4f965731244ed65ba2a8038a18b0b870290debc..8c3909663a4c151cd0d997cb9c59f7ec8e1a86d1 100644 (file)
@@ -4494,7 +4494,8 @@ static const __devinitdata struct usb_device_id device_table[] = {
         .driver_info = BRIDGE_OV519 | BRIDGE_INVERT_LED },
        {USB_DEVICE(0x045e, 0x028c), .driver_info = BRIDGE_OV519 },
        {USB_DEVICE(0x054c, 0x0154), .driver_info = BRIDGE_OV519 },
-       {USB_DEVICE(0x054c, 0x0155), .driver_info = BRIDGE_OV519 },
+       {USB_DEVICE(0x054c, 0x0155),
+        .driver_info = BRIDGE_OV519 | BRIDGE_INVERT_LED },
        {USB_DEVICE(0x05a9, 0x0511), .driver_info = BRIDGE_OV511 },
        {USB_DEVICE(0x05a9, 0x0518), .driver_info = BRIDGE_OV518 },
        {USB_DEVICE(0x05a9, 0x0519), .driver_info = BRIDGE_OV519 },