Skip to content

Commit cbc51c6

Browse files
moinejfMauro Carvalho Chehab
authored andcommitted
V4L/DVB (9291): gspca: Do not set the white balance temperature by default in t613.
Signed-off-by: Jean-Francois Moine <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 392ee5a commit cbc51c6

File tree

1 file changed

+1
-1
lines changed
  • drivers/media/video/gspca

1 file changed

+1
-1
lines changed

drivers/media/video/gspca/t613.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ static struct ctrl sd_ctrls[] = {
188188
.minimum = 0,
189189
.maximum = 1,
190190
.step = 1,
191-
.default_value = 1,
191+
.default_value = 0,
192192
},
193193
.set = sd_setwhitebalance,
194194
.get = sd_getwhitebalance

0 commit comments

Comments
 (0)