Re: i2c interface bugs in dvb drivers

2010-03-24 Thread Mauro Carvalho Chehab
Jean Delvare wrote: > Hi Matthieu, > > On Sun, 21 Mar 2010 15:02:50 +0100, matthieu castet wrote: >> some dvb driver that export a i2c interface contains some mistakes >> because they mainly used by driver (frontend, tuner) wrote for them. >> But the i2c interface is exposed to everybody. >> >> On

Re: i2c interface bugs in dvb drivers

2010-03-24 Thread Jean Delvare
Hi Matthieu, On Sun, 21 Mar 2010 15:02:50 +0100, matthieu castet wrote: > some dvb driver that export a i2c interface contains some mistakes > because they mainly used by driver (frontend, tuner) wrote for them. > But the i2c interface is exposed to everybody. > > One mistake is expect msg[i].add

i2c interface bugs in dvb drivers

2010-03-21 Thread matthieu castet
Hi, some dvb driver that export a i2c interface contains some mistakes because they mainly used by driver (frontend, tuner) wrote for them. But the i2c interface is exposed to everybody. One mistake is expect msg[i].addr with 8 bits address instead of 7 bits address. This make them use eeprom