|
@@ -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 },
|