diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-10-19 05:47:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:46 -0500 |
commit | 73997870c64d604f521e85a57511f36a2dc22ed0 (patch) | |
tree | 1b764817f736dc07f629f190571976742590902c /drivers/media | |
parent | 79b359025d57969decb465973f7c0ea195009007 (diff) |
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')
-rw-r--r-- | drivers/media/video/gspca/w996Xcf.c | 8 |
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) | |||
442 | /* Sigh, this is dependend on the clock / framerate changes | 442 | /* Sigh, this is dependend on the clock / framerate changes |
443 | made by the frequency control, sick. */ | 443 | made by the frequency control, sick. */ |
444 | if (sd->freq == 1) { | 444 | if (sd->freq == 1) { |
445 | start_cropx = 279; | 445 | start_cropx = 277; |
446 | start_cropy = 35; | 446 | start_cropy = 37; |
447 | } else { | 447 | } else { |
448 | start_cropx = 103; | 448 | start_cropx = 105; |
449 | start_cropy = 35; | 449 | start_cropy = 37; |
450 | } | 450 | } |
451 | } else { | 451 | } else { |
452 | start_cropx = 320; | 452 | start_cropx = 320; |