Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285416
b: refs/heads/master
c: 12ba77e
h: refs/heads/master
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Dec 30, 2011
1 parent d8be7fe commit 3649161
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f428948b98e3b9476057ee483e7e763a5ac61a69
refs/heads/master: 12ba77ee7b393dacfd8f71aaa9be8184b81e39ea
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/m5mols/m5mols_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ static int m5mols_init_controls(struct m5mols_info *info)
4, (1 << V4L2_COLORFX_BW), V4L2_COLORFX_NONE);
info->autoexposure = v4l2_ctrl_new_std_menu(&info->handle,
&m5mols_ctrl_ops, V4L2_CID_EXPOSURE_AUTO,
1, 0, V4L2_EXPOSURE_MANUAL);
1, 0, V4L2_EXPOSURE_AUTO);

sd->ctrl_handler = &info->handle;
if (info->handle.error) {
Expand Down

0 comments on commit 3649161

Please sign in to comment.