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

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

Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 088fc390
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment