mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 16:44:27 +08:00
[media] gspca-stv06xx: Triple frame rate by decreasing the scan rate
Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
d6c5441f62
commit
eaceba650d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user