Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242140
b: refs/heads/master
c: 8e3c08b
h: refs/heads/master
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent 2c9c4f9 commit cc3b9c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 088fc390bd2d6af547043b4579bf52d1c163c702
refs/heads/master: 8e3c08bb41145bd8507397f63937759500c12a04
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/gspca/nw80x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1700,6 +1700,9 @@ static void setexposure(struct gspca_dev *gspca_dev)
v[0] = ((9 - val) << 3) | 0x01;
reg_w(gspca_dev, 0x1019, v, 1);
break;
case Cvideopro:
case DvcV6:
case Kritter:
case Kr651us:
v[0] = val;
v[1] = val >> 8;
Expand Down

0 comments on commit cc3b9c2

Please sign in to comment.