diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-19 12:51:40 -0300 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2006-09-19 12:51:40 -0300 |
commit | d6e3c1d9036faa5f183ea1864e55a323c0498d8d (patch) | |
tree | e6e64c61528ca3476a7e70a97027cebe20143caa /linux/drivers/media/dvb/frontends/mt2060.h | |
parent | 9a0142aef97ddb0d8608df27ce99b4ffb1af2506 (diff) | |
download | mediapointer-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/mt2060.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/mt2060.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/mt2060.h b/linux/drivers/media/dvb/frontends/mt2060.h index 471d3326e..fc12c790f 100644 --- a/linux/drivers/media/dvb/frontends/mt2060.h +++ b/linux/drivers/media/dvb/frontends/mt2060.h @@ -30,6 +30,6 @@ struct mt2060_config { u8 clock_out; /* 0 = off, 1 = CLK/1, 2 = CLK/2, 3 = CLK/4 */ }; -extern int mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1); +extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1); #endif |