Skip to content

Instantly share code, notes, and snippets.

@scottellis
Created October 26, 2011 16:47
Show Gist options
  • Save scottellis/1316952 to your computer and use it in GitHub Desktop.
Save scottellis/1316952 to your computer and use it in GitHub Desktop.
mt9v032-increase-max-exposure.patch
diff --git git/drivers/media/video/mt9v032.c-orig git/drivers/media/video/mt9v032.c
index 7d33576..68c8560 100644
--- git/drivers/media/video/mt9v032.c-orig
+++ git/drivers/media/video/mt9v032.c
@@ -125,7 +125,7 @@ static const struct v4l2_queryctrl mt9v032_controls [] = {
.type = V4L2_CTRL_TYPE_INTEGER,
.name = "Exposure",
.minimum = 2,
- .maximum = 480,
+ .maximum = 566,
.step = 1,
.default_value = 480,
.flags = V4L2_CTRL_FLAG_SLIDER,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment