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

Commit 8e3c08bb authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab
Browse files

[media] gspca - nw80x: Fix exposure for some webcams

parent 088fc390
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1700,6 +1700,9 @@ static void setexposure(struct gspca_dev *gspca_dev)
		v[0] = ((9 - val) << 3) | 0x01;
		reg_w(gspca_dev, 0x1019, v, 1);
		break;
	case Cvideopro:
	case DvcV6:
	case Kritter:
	case Kr651us:
		v[0] = val;
		v[1] = val >> 8;