Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271637
b: refs/heads/master
c: d6c5441
h: refs/heads/master
i:
  271635: 43aaf81
v: v3
  • Loading branch information
Erik Andrén authored and Mauro Carvalho Chehab committed Jul 31, 2011
1 parent ef7e5bc commit 4bba6d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0917ca4d776db110b129d148fffe3dba97ea9a7
refs/heads/master: d6c5441f6204219fce7aefbe3e5ffead3815ef99
9 changes: 0 additions & 9 deletions trunk/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,6 @@ static int vv6410_start(struct sd *sd)
struct cam *cam = &sd->gspca_dev.cam;
u32 priv = cam->cam_mode[sd->gspca_dev.curr_mode].priv;

if (priv & VV6410_CROP_TO_QVGA) {
PDEBUG(D_CONF, "Cropping to QVGA");
stv06xx_write_sensor(sd, VV6410_XENDH, 320 - 1);
stv06xx_write_sensor(sd, VV6410_YENDH, 240 - 1);
} else {
stv06xx_write_sensor(sd, VV6410_XENDH, 360 - 1);
stv06xx_write_sensor(sd, VV6410_YENDH, 294 - 1);
}

if (priv & VV6410_SUBSAMPLE) {
PDEBUG(D_CONF, "Enabling subsampling");
stv06xx_write_bridge(sd, STV_Y_CTRL, 0x02);
Expand Down

0 comments on commit 4bba6d8

Please sign in to comment.