summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/w996Xcf.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-10-19 06:47:03 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 18:40:46 -0200
commit73997870c64d604f521e85a57511f36a2dc22ed0 (patch)
tree1b764817f736dc07f629f190571976742590902c /drivers/media/video/gspca/w996Xcf.c
parent79b359025d57969decb465973f7c0ea195009007 (diff)
downloadlinux-stable-73997870c64d604f521e85a57511f36a2dc22ed0.tar.gz
linux-stable-73997870c64d604f521e85a57511f36a2dc22ed0.tar.bz2
linux-stable-73997870c64d604f521e85a57511f36a2dc22ed0.zip
V4L/DVB (13182): gspca w9968cf: slight tweak to vstart and hstart
gspca w9968cf: slight tweak to vstart and hstart to get rid of black borders in 640x480 mode. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/w996Xcf.c')
-rw-r--r--drivers/media/video/gspca/w996Xcf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/gspca/w996Xcf.c b/drivers/media/video/gspca/w996Xcf.c
index 7378f0495082..4f9add79ce13 100644
--- a/drivers/media/video/gspca/w996Xcf.c
+++ b/drivers/media/video/gspca/w996Xcf.c
@@ -442,11 +442,11 @@ static int w9968cf_set_crop_window(struct sd *sd)
/* Sigh, this is dependend on the clock / framerate changes
made by the frequency control, sick. */
if (sd->freq == 1) {
- start_cropx = 279;
- start_cropy = 35;
+ start_cropx = 277;
+ start_cropy = 37;
} else {
- start_cropx = 103;
- start_cropy = 35;
+ start_cropx = 105;
+ start_cropy = 37;
}
} else {
start_cropx = 320;