Hi Darius, On Wed, 14 May 2008 12:55:09 +0300, Darius wrote: > If device does not support that, maybe there is some special flag, which > device driver can pass to i2c_master_xfer?
No, there isn't. If a given I2C device doesn't support repeated start, then its driver should simply run only single-message transactions. That is, only use i2c_master_send() and i2c_master_recv(), or for SMBus compatibility, i2c_smbus_read_byte() and i2c_smbus_write_*(). -- Jean Delvare _______________________________________________ i2c mailing list [email protected] http://lists.lm-sensors.org/mailman/listinfo/i2c
