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

Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Jean-François Moine 2011-03-22 06:09:49 -03:00 committed by Mauro Carvalho Chehab
parent 088fc390bd
commit 8e3c08bb41

View File

@ -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;