Skip to content

Commit

Permalink
V4L/DVB (12826): tm6000: adds 10ms delay between two consecutive i2c …
Browse files Browse the repository at this point in the history
…write ops

tm6000 original driver seems to use a delay between two consecutive i2c write
operations.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed May 18, 2010
1 parent 2d5024a commit e381a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/tm6000/tm6000-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ static void tm6000_config_tuner (struct tm6000_core *dev)

ctl.mts = 1;
ctl.read_not_reliable = 1;
ctl.msleep = 10;

xc2028_cfg.tuner = TUNER_XC2028;
xc2028_cfg.priv = &ctl;
Expand Down

0 comments on commit e381a81

Please sign in to comment.