Commit 039efb68 authored by Erik Andr?n's avatar Erik Andr?n Committed by Mauro Carvalho Chehab

V4L/DVB (11545): gspca - m5602-mt9m111: Activate vflip/hflip by default

Signed-off-by: default avatarErik Andr?n <erik.andren@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 60ed6e4f
......@@ -67,7 +67,7 @@ const static struct ctrl mt9m111_ctrls[] = {
.minimum = 0,
.maximum = 1,
.step = 1,
.default_value = 0
.default_value = 1
},
.set = mt9m111_set_vflip,
.get = mt9m111_get_vflip
......@@ -81,7 +81,7 @@ const static struct ctrl mt9m111_ctrls[] = {
.minimum = 0,
.maximum = 1,
.step = 1,
.default_value = 0
.default_value = 1
},
.set = mt9m111_set_hflip,
.get = mt9m111_get_hflip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment