commit | b9348353a7520073ea57ed937730a70986932fe3 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Feb 08 09:33:15 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 30 12:42:43 2009 -0300 |
tree | dc626c8200dc430aed8ebc58a6a9ad5e9fe4960b | |
parent | 18b1ae7dd83e4ec5ab28711e4b28e4b2e1c0b53c [diff] |
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>