Skip to content

Commit

Permalink
[media] gspca - sonixj: Bad clock for om6802 in 640x480
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 71e84ea commit aa777a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/sonixj.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa777a8

Please sign in to comment.