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_ov519: Don't report a saturation control for 7670 
sensors
Author:  Hans de Goede <[email protected]>
Date:    Tue Jun 1 06:39:14 2010 -0300

setcolors(0 is a no-op for 7670 sensors, so we should not report a
saturation control for 7670 sensors.

Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

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

---

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

diff --git a/drivers/media/video/gspca/ov519.c 
b/drivers/media/video/gspca/ov519.c
index aa3de2f..6eeeee2 100644
--- a/drivers/media/video/gspca/ov519.c
+++ b/drivers/media/video/gspca/ov519.c
@@ -3148,7 +3148,7 @@ static int sd_config(struct gspca_dev *gspca_dev,
        sd->autobrightness = AUTOBRIGHT_DEF;
        if (sd->sensor == SEN_OV7670) {
                sd->freq = OV7670_FREQ_DEF;
-               gspca_dev->ctrl_dis = 1 << FREQ_IDX;
+               gspca_dev->ctrl_dis = (1 << FREQ_IDX) | (1 << COLOR_IDX);
        } else {
                sd->freq = FREQ_DEF;
                gspca_dev->ctrl_dis = (1 << HFLIP_IDX) | (1 << VFLIP_IDX) |

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

Reply via email to