Skip to content

Commit

Permalink
V4L/DVB (9291): gspca: Do not set the white balance temperature by de…
Browse files Browse the repository at this point in the history
…fault in t613.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Oct 17, 2008
1 parent 392ee5a commit cbc51c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/t613.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static struct ctrl sd_ctrls[] = {
.minimum = 0,
.maximum = 1,
.step = 1,
.default_value = 1,
.default_value = 0,
},
.set = sd_setwhitebalance,
.get = sd_getwhitebalance
Expand Down

0 comments on commit cbc51c6

Please sign in to comment.