]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (10507): saa7134: Fix analog mode on devices that need to open an i2c gate
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 8 Feb 2009 12:33:15 +0000 (09:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:42:43 +0000 (12:42 -0300)
commitb9348353a7520073ea57ed937730a70986932fe3
treedc626c8200dc430aed8ebc58a6a9ad5e9fe4960b
parent18b1ae7dd83e4ec5ab28711e4b28e4b2e1c0b53c
V4L/DVB (10507): saa7134: Fix analog mode on devices that need to open an i2c gate

Some saa7134 devices require to open an i2c gate before tuning. This
patch fix the initialization for those devices.

The nxt200x_gate_ctrl() logic were returned back to the old place, since
we don't know how to close the gate. A future pacth could revert that
change and provide the proper close gate control, to avoid keeping it
open forever.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7134/saa7134-cards.c