This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-dvb.git tree:

Subject: V4L/DVB: gspca - gl860: setting changes applied after an EOI
Author:  Olivier Lorin <[email protected]>
Date:    Thu Jun 24 04:28:24 2010 -0300

- 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: Olivier Lorin <[email protected]>
Signed-off-by: Jean-François Moine <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/video/gspca/gl860/gl860.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/v4l-dvb.git?a=commitdiff;h=7192c5c99e131a29695f7bb81ab7992e3ebbe610

diff --git a/drivers/media/video/gspca/gl860/gl860.c 
b/drivers/media/video/gspca/gl860/gl860.c
index b59c482..61319fa 100644
--- a/drivers/media/video/gspca/gl860/gl860.c
+++ b/drivers/media/video/gspca/gl860/gl860.c
@@ -63,7 +63,7 @@ static int sd_set_##thename(struct gspca_dev *gspca_dev, s32 
val)\
 \
        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)\

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to