Skip to content

Commit

Permalink
V4L/DVB (11145): gspca - t613: Greater delay after om6802 reset.
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 Mar 30, 2009
1 parent 249fe88 commit e30bdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/t613.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ static void om6802_sensor_init(struct gspca_dev *gspca_dev)
};

reg_w_buf(gspca_dev, sensor_reset, sizeof sensor_reset);
msleep(5);
msleep(100);
i = 4;
while (--i > 0) {
byte = reg_r(gspca_dev, 0x0060);
Expand Down

0 comments on commit e30bdc6

Please sign in to comment.