Commit 1a3dd5d9 authored by Erik Andr?n's avatar Erik Andr?n Committed by Mauro Carvalho Chehab

V4L/DVB (11422): gspca - m5602-ov9650: Replace a magic constant with a define

Signed-off-by: default avatarErik Andr?n <erik.andren@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent bd99ffbd
......@@ -328,7 +328,7 @@ static const unsigned char power_down_ov9650[][3] =
static const unsigned char res_init_ov9650[][3] =
{
{SENSOR, OV9650_COM2, (1 << 0)},
{SENSOR, OV9650_COM2, OV9650_OUTPUT_DRIVE_2X},
{BRIDGE, M5602_XB_LINE_OF_FRAME_H, 0x82},
{BRIDGE, M5602_XB_LINE_OF_FRAME_L, 0x00},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment