Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH 2/6] gspca - gl860: setting changes applied after an EOI
@ 2010-06-01 22:57 Olivier Lorin
  0 siblings, 0 replies; only message in thread
From: Olivier Lorin @ 2010-06-01 22:57 UTC (permalink / raw)
  To: V4L Mailing List; +Cc: Jean-Francois Moine

gspca - gl860: setting changes applied after an EOI

From: Olivier Lorin <o.lorin@laposte.net>

- 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.

Priority: normal

Signed-off-by: Olivier Lorin <o.lorin@laposte.net>

diff -urpN i1/gl860.c gl860/gl860.c
--- i1/gl860.c	2010-06-01 23:26:22.000000000 +0200
+++ gl860/gl860.c	2010-06-01 23:11:26.000000000 +0200
@@ -63,7 +63,7 @@ static int sd_set_##thename(struct gspca
 \
 	sd->vcur.thename = val;\
 	if (gspca_dev->streaming)\
-		sd->dev_camera_settings(gspca_dev);\
+		sd->waitSet = 1;\
 	return 0;\
 } \
 static int sd_get_##thename(struct gspca_dev *gspca_dev, s32 *val)\



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-01 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 22:57 [PATCH 2/6] gspca - gl860: setting changes applied after an EOI Olivier Lorin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox