Skip to content

Commit

Permalink
V4L/DVB (8714): gspca: Bad start of sn9c110 and sensor om6802.
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 9c5f70f commit 4f30f6c
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 @@ -793,7 +793,7 @@ static int configure_gpio(struct gspca_dev *gspca_dev,

switch (sd->sensor) {
case SENSOR_OM6802:
reg_w1(gspca_dev, 0x02, 0x73); /* was 71 */
reg_w1(gspca_dev, 0x02, 0x71);
reg_w1(gspca_dev, 0x01, 0x42);
reg_w1(gspca_dev, 0x17, 0x64);
reg_w1(gspca_dev, 0x01, 0x42);
Expand Down

0 comments on commit 4f30f6c

Please sign in to comment.