From 594847b3f7cd1a33cc46dffa84610ba8b3b73f5e Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 7 Jan 2010 12:06:00 -0300 Subject: [PATCH] --- yaml --- r: 181529 b: refs/heads/master c: 98184f78fcc1aea4f81e9101459c803a90e71f4f h: refs/heads/master i: 181527: a9ee173049db4033ec65378a8868037b7bd36bd4 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/gspca/ov519.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 43eff7e28be9..ded9a60ba38e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ab269d300ef9fe7e2f60613d0ac160e12b84658e +refs/heads/master: 98184f78fcc1aea4f81e9101459c803a90e71f4f diff --git a/trunk/drivers/media/video/gspca/ov519.c b/trunk/drivers/media/video/gspca/ov519.c index b4f965731244..8c3909663a4c 100644 --- a/trunk/drivers/media/video/gspca/ov519.c +++ b/trunk/drivers/media/video/gspca/ov519.c @@ -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 },