From 4bba6d8b54a29a52050fc5d06a1d15914503d91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Andr=C3=A9n?= Date: Wed, 27 Jul 2011 17:21:14 -0300 Subject: [PATCH] --- yaml --- r: 271637 b: refs/heads/master c: d6c5441f6204219fce7aefbe3e5ffead3815ef99 h: refs/heads/master i: 271635: 43aaf811ed6fa9e3b2256a1d885d21487e767db6 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 00754365da17..774c50fc95ea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0917ca4d776db110b129d148fffe3dba97ea9a7 +refs/heads/master: d6c5441f6204219fce7aefbe3e5ffead3815ef99 diff --git a/trunk/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c b/trunk/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c index 51b66590c7fa..308add8bc98f 100644 --- a/trunk/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c +++ b/trunk/drivers/media/video/gspca/stv06xx/stv06xx_vv6410.c @@ -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);