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

Commit bb2c818f authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12383): gspca - vc032x: Bad h/v flip controls when inverted by default.

parent d40a1da2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2672,10 +2672,10 @@ static void sethvflip(struct gspca_dev *gspca_dev)

	hflip = sd->hflip;
	if (sd->flags & FL_HFLIP)
		hflip != hflip;
		hflip = !hflip;
	vflip = sd->vflip;
	if (sd->flags & FL_VFLIP)
		vflip != vflip;
		vflip = !vflip;
	switch (sd->sensor) {
	case SENSOR_MI1310_SOC:
	case SENSOR_MI1320_SOC: