summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/dib3000mc.c
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-09-19 12:51:40 -0300
committerPatrick Boettcher <pb@linuxtv.org>2006-09-19 12:51:40 -0300
commitd6e3c1d9036faa5f183ea1864e55a323c0498d8d (patch)
treee6e64c61528ca3476a7e70a97027cebe20143caa /linux/drivers/media/dvb/frontends/dib3000mc.c
parent9a0142aef97ddb0d8608df27ce99b4ffb1af2506 (diff)
downloadmediapointer-dvb-s2-d6e3c1d9036faa5f183ea1864e55a323c0498d8d.tar.gz
mediapointer-dvb-s2-d6e3c1d9036faa5f183ea1864e55a323c0498d8d.tar.bz2
Hauppauge Nova-T 500 support added
From: Patrick Boettcher <pb@linuxtv.org> This changeset finalizes the support of the Hauppauge Nova-T 500 (Dual DVB-T). It adds correct AGC setting for the 3000P, correct firmware download state detection. Additionally it fixes the mt2060-driver to be able to be used with dvb_attach. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dib3000mc.c')
-rw-r--r--linux/drivers/media/dvb/frontends/dib3000mc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/dib3000mc.c b/linux/drivers/media/dvb/frontends/dib3000mc.c
index 92d304651..c50fd5034 100644
--- a/linux/drivers/media/dvb/frontends/dib3000mc.c
+++ b/linux/drivers/media/dvb/frontends/dib3000mc.c
@@ -863,6 +863,7 @@ struct dvb_frontend * dib3000mc_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr
st->cfg = cfg;
st->i2c_adap = i2c_adap;
+ st->i2c_addr = i2c_addr;
demod = &st->demod;
demod->demodulator_priv = st;