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

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

parent 60ed6e4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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