Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306213
b: refs/heads/master
c: 51ae23d
h: refs/heads/master
i:
  306211: 93fe24f
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed May 7, 2012
1 parent b0b0455 commit 3914dbc
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: b053c1d0a4430cda924d3aae4ed9e9e7f9655319
refs/heads/master: 51ae23df428b94654dfb778bf70ca327a6aa83a0
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/gspca/pac7311.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@ static void setexposure(struct gspca_dev *gspca_dev)
reg_w(gspca_dev, 0xff, 0x04); /* page 4 */
reg_w(gspca_dev, 0x02, reg);

/* load registers to sensor (Bit 0, auto clear) */
reg_w(gspca_dev, 0x11, 0x01);

/* Page 1 register 8 must always be 0x08 except when not in
640x480 mode and page 4 reg 2 <= 3 then it must be 9 */
reg_w(gspca_dev, 0xff, 0x01);
Expand Down

0 comments on commit 3914dbc

Please sign in to comment.