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

Commit eaceba65 authored by Erik Andrén's avatar Erik Andrén Committed by Mauro Carvalho Chehab
Browse files

[media] gspca-stv06xx: Triple frame rate by decreasing the scan rate

parent d6c5441f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,8 +181,8 @@ static int vv6410_start(struct sd *sd)
	} else {
		stv06xx_write_bridge(sd, STV_Y_CTRL, 0x01);
		stv06xx_write_bridge(sd, STV_X_CTRL, 0x0a);
		stv06xx_write_bridge(sd, STV_SCAN_RATE, 0x00);

		stv06xx_write_bridge(sd, STV_SCAN_RATE, 0x20);
	}

	/* Turn on LED */