V4L/DVB (9291): gspca: Do not set the white balance temperature by default in t613.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Jean-Francois Moine 2008-10-17 05:07:45 -03:00 committed by Mauro Carvalho Chehab
parent 392ee5a59d
commit cbc51c6d6e

View file

@ -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