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

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

V4L/DVB (11973): gspca - ov534: Do the ov772x work again.



The scan of the image packets of the sensor ov772x was broken when
the sensor ov965x was added.

Signed-off-by: default avatarJean-Francois Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent a0001a28
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -948,9 +948,11 @@ static void sd_pkt_scan(struct gspca_dev *gspca_dev, struct gspca_frame *frame,
	__u32 this_pts;
	u16 this_fid;
	int remaining_len = len;
	int payload_len;

	payload_len = gspca_dev->cam.bulk ? 2048 : 2040;
	do {
		len = min(remaining_len, 2040);		/*fixme: was 2048*/
		len = min(remaining_len, payload_len);

		/* Payloads are prefixed with a UVC-style header.  We
		   consider a frame to start when the FID toggles, or the PTS