Skip to content

Commit

Permalink
V4L/DVB (11417): gspca - m5602-ov9650: Autogain is on by default
Browse files Browse the repository at this point in the history
Autogain is on by default, properly set the default value in the v4l2 ctrl.

Signed-off-by: Erik Andr?n <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Erik Andr?n authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent dac136e commit 8a38c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/m5602/m5602_ov9650.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const static struct ctrl ov9650_ctrls[] = {
.minimum = 0,
.maximum = 1,
.step = 1,
.default_value = 0
.default_value = 1
},
.set = ov9650_set_auto_gain,
.get = ov9650_get_auto_gain
Expand Down

0 comments on commit 8a38c64

Please sign in to comment.