Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent bd99ffbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -328,7 +328,7 @@ static const unsigned char power_down_ov9650[][3] =


static const unsigned char res_init_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_H, 0x82},
	{BRIDGE, M5602_XB_LINE_OF_FRAME_L, 0x00},
	{BRIDGE, M5602_XB_LINE_OF_FRAME_L, 0x00},