Commit 73997870 authored by Hans de Goede's avatar Hans de Goede Committed by Mauro Carvalho Chehab

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: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 79b35902
...@@ -442,11 +442,11 @@ static int w9968cf_set_crop_window(struct sd *sd) ...@@ -442,11 +442,11 @@ static int w9968cf_set_crop_window(struct sd *sd)
/* Sigh, this is dependend on the clock / framerate changes /* Sigh, this is dependend on the clock / framerate changes
made by the frequency control, sick. */ made by the frequency control, sick. */
if (sd->freq == 1) { if (sd->freq == 1) {
start_cropx = 279; start_cropx = 277;
start_cropy = 35; start_cropy = 37;
} else { } else {
start_cropx = 103; start_cropx = 105;
start_cropy = 35; start_cropy = 37;
} }
} else { } else {
start_cropx = 320; start_cropx = 320;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment