On Thursday 07 April 2005 21:54, Tony Glader wrote: > For some reason this mail didn't reach the mailing list and that > msleep(10) is still there, so here it comes again: > > On Wed, 23 Mar 2005, Johannes Stezenbach wrote: > > > msleep(10); > > > return (ret != 1) ? -EREMOTEIO : 0; > > > } > > > > > > Doesn't it slow down lot of i2c communication? > > > > Does it work for you without the sleep? > > Yes it works for me and also for my friend and datasheet doesn't mention > anything about such delay, so it could be safely removed? We can cartainly try, I've removed it from CVS. Thanks, Kenneth