Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88d99fca authored by Erik Andrén's avatar Erik Andrén Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9283): Correct typo and enable setting the gain on the mt9m111 sensor



A typo was introduced during the gspca conversion, crippling the ability to control the gain on the mt9m111 sensor.

Signed-off-by: default avatarErik Andrén <erik.andren@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 44732819
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -151,8 +151,8 @@ static struct m5602_sensor mt9m111 = {
			.default_value  = DEFAULT_GAIN,
			.flags          = V4L2_CTRL_FLAG_SLIDER
		},
		.set = mt9m111_set_hflip,
		.get = mt9m111_get_hflip
		.set = mt9m111_set_gain,
		.get = mt9m111_get_gain
	}
	},