In saa7146_i2c.c there are code lines
if ( count > 3 || 0 != (SAA7146_I2C_SHORT_DELAY & dev->ext->flags) )
short_delay = 1;
and in saa7146.h
#define SAA7146_I2C_SHORT_DELAY 0x2
How is "flags" defined? Is it possible to activate low delay i2c with a
DVB module parameter?
Thanks,
Seppo