diff options
author | Erik Andrén <erik.andren@gmail.com> | 2011-07-27 16:21:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-30 23:50:37 -0400 |
commit | eaceba650dea4af61f6f3a4919caa096bb4c2929 (patch) | |
tree | ed54c998f47493d0a604cc69f9a7138f8529c13c /drivers/media/video | |
parent | d6c5441f6204219fce7aefbe3e5ffead3815ef99 (diff) |
[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>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c b/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c index 308add8bc98f..b05a15495144 100644 --- a/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c +++ b/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c | |||
@@ -181,8 +181,8 @@ static int vv6410_start(struct sd *sd) | |||
181 | } else { | 181 | } else { |
182 | stv06xx_write_bridge(sd, STV_Y_CTRL, 0x01); | 182 | stv06xx_write_bridge(sd, STV_Y_CTRL, 0x01); |
183 | stv06xx_write_bridge(sd, STV_X_CTRL, 0x0a); | 183 | stv06xx_write_bridge(sd, STV_X_CTRL, 0x0a); |
184 | stv06xx_write_bridge(sd, STV_SCAN_RATE, 0x00); | ||
184 | 185 | ||
185 | stv06xx_write_bridge(sd, STV_SCAN_RATE, 0x20); | ||
186 | } | 186 | } |
187 | 187 | ||
188 | /* Turn on LED */ | 188 | /* Turn on LED */ |