Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192792
b: refs/heads/master
c: 3149cfb
h: refs/heads/master
v: v3
  • Loading branch information
Max Thrun authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 1c68268 commit 2a4de5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 8fef9d962237e29b3d84243387b1f3487b3caaf4
refs/heads/master: 3149cfbfaca7912995a32d72ddd2381e66ca845e
6 changes: 2 additions & 4 deletions trunk/drivers/media/video/gspca/ov534.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,8 @@ static void setsharpness(struct gspca_dev *gspca_dev)
u8 val;

val = sd->sharpness;
sccb_reg_write(gspca_dev, 0x91, val); /* vga noise */
sccb_reg_write(gspca_dev, 0x8e, val); /* qvga noise */
sccb_reg_write(gspca_dev, 0x91, val); /* Auto de-noise threshold */
sccb_reg_write(gspca_dev, 0x8e, val); /* De-noise threshold */
}

static void sethflip(struct gspca_dev *gspca_dev)
Expand Down Expand Up @@ -814,9 +814,7 @@ static int sd_config(struct gspca_dev *gspca_dev,
#endif
sd->awb = AWB_DEF;
sd->aec = AEC_DEF;
#if SHARPNESS_DEF != 0
sd->sharpness = SHARPNESS_DEF;
#endif
#if HFLIP_DEF != 0
sd->hflip = HFLIP_DEF;
#endif
Expand Down

0 comments on commit 2a4de5c

Please sign in to comment.