summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/mt2060.c
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-07-29 22:08:29 +0200
committerPatrick Boettcher <pb@linuxtv.org>2006-07-29 22:08:29 +0200
commitdc8409168fb90b2b7f5e706117877e40f9177c60 (patch)
treead479550883ffaa4f3972f7abe6871d492f4ab7e /linux/drivers/media/dvb/frontends/mt2060.c
parent9ebc30eb5d4b9ade2117c268e65c2ebe7fae9be2 (diff)
downloadmediapointer-dvb-s2-dc8409168fb90b2b7f5e706117877e40f9177c60.tar.gz
mediapointer-dvb-s2-dc8409168fb90b2b7f5e706117877e40f9177c60.tar.bz2
Complete rewrite of the DiB3000mc-driver
From: Patrick Boettcher <pb@linuxtv.org> A complete rewrite of the DiB3000MC/P driver has been done. It is now much more easy to maintain and to get improvements inside. Additionally the tuning time has been reduced and the usage of the driver is much more understandable now. Signed-off-by: Patrick Boettcher <pboettcher@dibcom.fr> Signed-off-by: Francois KANOUNNIKOFF <fkanounnikoff@dibcom.fr>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/mt2060.c')
-rw-r--r--linux/drivers/media/dvb/frontends/mt2060.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/mt2060.c b/linux/drivers/media/dvb/frontends/mt2060.c
index 2275e3fc0..39b32de2c 100644
--- a/linux/drivers/media/dvb/frontends/mt2060.c
+++ b/linux/drivers/media/dvb/frontends/mt2060.c
@@ -32,7 +32,7 @@
#include "mt2060.h"
#include "mt2060_priv.h"
-static int debug=0;
+static int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off).");
@@ -356,7 +356,7 @@ int mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt206
kfree(priv);
return -ENODEV;
}
- printk(KERN_INFO "MT2060: successfully identified\n");
+ printk(KERN_INFO "MT2060: successfully identified (IF1 = %d)\n", if1);
memcpy(&fe->ops.tuner_ops, &mt2060_tuner_ops, sizeof(struct dvb_tuner_ops));
fe->tuner_priv = priv;