summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede2009-10-19 11:47:03 +0200
committerMauro Carvalho Chehab2009-12-05 21:40:46 +0100
commit73997870c64d604f521e85a57511f36a2dc22ed0 (patch)
tree1b764817f736dc07f629f190571976742590902c
parentV4L/DVB (13181): gspca w9968cf: Add support for JPEG compression (diff)
downloadkernel-qcow2-linux-73997870c64d604f521e85a57511f36a2dc22ed0.tar.gz
kernel-qcow2-linux-73997870c64d604f521e85a57511f36a2dc22ed0.tar.xz
kernel-qcow2-linux-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>
-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;