Skip to content

Commit

Permalink
V4L/DVB (11418): gspca - m5602-ov9650: Auto white balancing is on by …
Browse files Browse the repository at this point in the history
…default

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 8a38c64 commit 5a0489b
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 @@ -151,7 +151,7 @@ const static struct ctrl ov9650_ctrls[] = {
.minimum = 0,
.maximum = 1,
.step = 1,
.default_value = 0
.default_value = 1
},
.set = ov9650_set_auto_white_balance,
.get = ov9650_get_auto_white_balance
Expand Down

0 comments on commit 5a0489b

Please sign in to comment.