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

Signed-off-by: Erik Andr?n <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Erik Andr?n 2009-01-20 14:32:51 -03:00 committed by Mauro Carvalho Chehab
parent 60ed6e4f4e
commit 039efb6862

View file

@ -67,7 +67,7 @@ const static struct ctrl mt9m111_ctrls[] = {
.minimum = 0, .minimum = 0,
.maximum = 1, .maximum = 1,
.step = 1, .step = 1,
.default_value = 0 .default_value = 1
}, },
.set = mt9m111_set_vflip, .set = mt9m111_set_vflip,
.get = mt9m111_get_vflip .get = mt9m111_get_vflip
@ -81,7 +81,7 @@ const static struct ctrl mt9m111_ctrls[] = {
.minimum = 0, .minimum = 0,
.maximum = 1, .maximum = 1,
.step = 1, .step = 1,
.default_value = 0 .default_value = 1
}, },
.set = mt9m111_set_hflip, .set = mt9m111_set_hflip,
.get = mt9m111_get_hflip .get = mt9m111_get_hflip