Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114056
b: refs/heads/master
c: 79a9098
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 547beb4 commit 7d99b22
Show file tree
Hide file tree
Showing 2 changed files with 6 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: a482f327ff56bc3cf53176a7eb736cea47291a1d
refs/heads/master: 79a9098ae47119fad54a3443e358f08e30b7d3a5
6 changes: 5 additions & 1 deletion trunk/drivers/media/video/gspca/sonixj.c
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,9 @@ static int sd_start(struct gspca_dev *gspca_dev)
setbrightness(gspca_dev);
setcontrast(gspca_dev);
break;
case SENSOR_OV7630:
setvflip(sd);
/* fall thru */
default: /* OV76xx */
setbrightcont(gspca_dev);
break;
Expand Down Expand Up @@ -1582,7 +1585,8 @@ static int sd_setvflip(struct gspca_dev *gspca_dev, __s32 val)
struct sd *sd = (struct sd *) gspca_dev;

sd->vflip = val;
setvflip(sd);
if (gspca_dev->streaming)
setvflip(sd);
return 0;
}

Expand Down

0 comments on commit 7d99b22

Please sign in to comment.