mirror of
https://github.com/torvalds/linux.git
synced 2026-06-27 08:36:15 +02:00
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:
parent
392ee5a59d
commit
cbc51c6d6e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user