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

Signed-off-by: Erik Andr?n <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Erik Andr?n 2009-01-03 10:56:51 -03:00 committed by Mauro Carvalho Chehab
parent bd99ffbd2a
commit 1a3dd5d91a

View File

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