summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-06-11 12:38:54 +0000
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-11 12:38:54 +0000
commitf4b54f7a0bb1daf912ce8e3013e34cccebba6a34 (patch)
treea36c26ec7b187c9b58b93b216ed8fa821ee72787 /linux/drivers/media/dvb
parentac8cc4d3dda761c04e7d642d0fc1273e1216f081 (diff)
downloadmediapointer-dvb-s2-f4b54f7a0bb1daf912ce8e3013e34cccebba6a34.tar.gz
mediapointer-dvb-s2-f4b54f7a0bb1daf912ce8e3013e34cccebba6a34.tar.bz2
lgs8gxx: lgs8913 fake signal strength option default on
From: David Wong <davidtlwong@gmail.com> lgs8gxx: lgs8913 fake signal strength option default on. Original calculation is too slow. Signed-off-by: David T.L. Wong <davidtlwong <at> gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/frontends/lgs8gxx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/lgs8gxx.c b/linux/drivers/media/dvb/frontends/lgs8gxx.c
index 1395f3b5b..a5b7bdeff 100644
--- a/linux/drivers/media/dvb/frontends/lgs8gxx.c
+++ b/linux/drivers/media/dvb/frontends/lgs8gxx.c
@@ -37,14 +37,14 @@
} while (0)
static int debug;
-static int fake_signal_str;
+static int fake_signal_str = 1;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
module_param(fake_signal_str, int, 0644);
MODULE_PARM_DESC(fake_signal_str, "fake signal strength for LGS8913."
-"Signal strength calculation is slow.(default:off).");
+"Signal strength calculation is slow.(default:on).");
/* LGS8GXX internal helper functions */