Skip to content

Commit

Permalink
[media] gspca-stv06xx: Triple frame rate by decreasing the scan rate
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Erik Andrén authored and Mauro Carvalho Chehab committed Jul 31, 2011
1 parent d6c5441 commit eaceba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit eaceba6

Please sign in to comment.