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

Commit f980f5d2 authored by Olivier Lorin's avatar Olivier Lorin Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: gspca - gl860: setting changes applied after an EOI



- Setting changes applied after an end of image marker reception
  This is the way MI2020 sensor works.
  It seems to be logical to wait for a complete image before
  to change a setting.

Signed-off-by: default avatarOlivier Lorin <o.lorin@laposte.net>
Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ccbc3cf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,7 @@ static int sd_set_##thename(struct gspca_dev *gspca_dev, s32 val)\
\
\
	sd->vcur.thename = val;\
	sd->vcur.thename = val;\
	if (gspca_dev->streaming)\
	if (gspca_dev->streaming)\
		sd->dev_camera_settings(gspca_dev);\
		sd->waitSet = 1;\
	return 0;\
	return 0;\
} \
} \
static int sd_get_##thename(struct gspca_dev *gspca_dev, s32 *val)\
static int sd_get_##thename(struct gspca_dev *gspca_dev, s32 *val)\