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

Subject: [media] gspca - sonixj: Bad clock for om6802 in 640x480
Author:  Jean-François Moine <[email protected]>
Date:    Tue Dec 28 07:39:13 2010 -0300

Signed-off-by: Jean-François Moine <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

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

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=e017301e47ff356ed52a91259bfe4d200b8a628a

diff --git a/drivers/media/video/gspca/sonixj.c 
b/drivers/media/video/gspca/sonixj.c
index 901ca81..2d0bb17 100644
--- a/drivers/media/video/gspca/sonixj.c
+++ b/drivers/media/video/gspca/sonixj.c
@@ -2533,7 +2533,7 @@ static int sd_start(struct gspca_dev *gspca_dev)
                init = om6802_sensor_param1;
                if (!mode) {                    /* if 640x480 */
                        reg17 &= ~MCK_SIZE_MASK;
-                       reg17 |= 0x01;          /* clock / 4 */
+                       reg17 |= 0x04;          /* clock / 4 */
                }
                break;
        case SENSOR_OV7630:

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

Reply via email to