From a609ff69a6928e9cf4ed56ccfe25ac842b632c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Moine?= Date: Sun, 3 Jul 2011 05:24:05 -0300 Subject: [PATCH] --- yaml --- r: 261435 b: refs/heads/master c: 0fdee88e54f0b8bd737810517ba70bde5fd7a70c h: refs/heads/master i: 261433: 10df0e1228d5881480ea8646587c0fc2783c406e 261431: bb1f67e53875086a650b06d5e9a2a4f5c756af13 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 7b3e69546c16..b8c757cc37f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b877a9a7fb00d96bae4ab49c69f1be65b3e87e61 +refs/heads/master: 0fdee88e54f0b8bd737810517ba70bde5fd7a70c diff --git a/trunk/drivers/media/video/gspca/ov519.c b/trunk/drivers/media/video/gspca/ov519.c index b17c6604eb41..0800433b2092 100644 --- a/trunk/drivers/media/video/gspca/ov519.c +++ b/trunk/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),