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

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

V4L/DVB: gspca - zc3xx: Don't change the registers 7 and 8 for sensor pas202b



These registers seem to act on the JPEG compression whose control
is not implemented in the current driver.

Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent db6cf426
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -6915,10 +6915,6 @@ static int sd_start(struct gspca_dev *gspca_dev)
		reg_w(dev, 0x00, 0x0007);	/* (from win traces) */
		reg_w(dev, 0x02, ZC3XX_R008_CLOCKSETTING);
		break;
	case SENSOR_PAS202B:
		reg_w(dev, 0x32, 0x0007);	/* (from win traces) */
		reg_w(dev, 0x02, ZC3XX_R008_CLOCKSETTING);
		break;
	}
	return 0;
}