Skip to content

Commit

Permalink
V4L/DVB (8716): gspca: Bad start of sn9c110 and sensor ov7630.
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Sep 3, 2008
1 parent 142346b commit 5b064da
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 @@ -1248,7 +1248,7 @@ static void sd_start(struct gspca_dev *gspca_dev)
case SENSOR_OV7630:
ov7630_InitSensor(gspca_dev);
reg17 = 0xe2;
reg1 = 0x40;
reg1 = 0x44;
break;
case SENSOR_OV7648:
ov7648_InitSensor(gspca_dev);
Expand Down

0 comments on commit 5b064da

Please sign in to comment.