Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153909
b: refs/heads/master
c: f5cee95
h: refs/heads/master
i:
  153907: 2012440
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Jun 23, 2009
1 parent c3ab18c commit 12e1f48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80142efa715581c06d01b37f299a240309699ff4
refs/heads/master: f5cee95c2e4c56b50cdb8edd33cf04902946cd25
5 changes: 4 additions & 1 deletion trunk/drivers/media/video/gspca/ov519.c
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,10 @@ static int sd_config(struct gspca_dev *gspca_dev,
break;
}
sd->brightness = BRIGHTNESS_DEF;
sd->contrast = CONTRAST_DEF;
if (sd->sensor == SEN_OV6630 || sd->sensor == SEN_OV66308AF)
sd->contrast = 200; /* The default is too low for the ov6630 */
else
sd->contrast = CONTRAST_DEF;
sd->colors = COLOR_DEF;
sd->hflip = HFLIP_DEF;
sd->vflip = VFLIP_DEF;
Expand Down

0 comments on commit 12e1f48

Please sign in to comment.