]> git.karo-electronics.de Git - linux-beck.git/commit
V4L/DVB (12312): stv0900: fix i2c repeater configuration must be set to manual
authorAbylay Ospan <aospan@netup.ru>
Sun, 19 Jul 2009 21:15:45 +0000 (18:15 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 12 Sep 2009 15:18:03 +0000 (12:18 -0300)
commitfc7e4a3e7201ee8a9a6359fdbcb6677231f353b5
treeafec4656134b1ef262ef8ae78497305434af7923
parent644c7ef0b9a9c4f4dec4a44249b7047452654722
V4L/DVB (12312): stv0900: fix i2c repeater configuration must be set to manual

In automatic mode every stop event on SDA line ends repetition.
However, in  NetUP Dual card on the same i2c bus we have several devices.
If someone using both adapters to lock simultaneously or working with CAM interface
during lock procedure, it lead to end repetition prematurely quite often.
Set stv0900 i2c repeater to manual mode prevents such situation.

Signed-off-by: Abylay Ospan <aospan@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/stv0900_core.c