Hi Andreas, > Here's my I2C code: > (...) Looks sane. > The bus master is a so called Pluto2 by SCM (part of a DVB-T card sold > by Satelco). If this is a hardware bug, is it possible to add a flag > to struct i2c_algo_bit_data to workaround this bug? I would try to find out whether the culprit is setscl or getsda (assuming I am correct and either of these actually is the problem). Once you know which it is, you could modifiy that function to restore the SDA line, that should do the trick. Hope that helps, -- Jean Delvare