summaryrefslogtreecommitdiff
path: root/dvbdevice.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-10-21 08:59:59 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-10-21 08:59:59 +0200
commit4312dfcf41e76eb48850be6e696484ec91cc55ea (patch)
tree5b62f9f27a287cf30733787075ca3f4bb4506b72 /dvbdevice.c
parent94ced5845ab19129e0dcfb0de6e44fa57f4a87b4 (diff)
downloadvdr-4312dfcf41e76eb48850be6e696484ec91cc55ea.tar.gz
vdr-4312dfcf41e76eb48850be6e696484ec91cc55ea.tar.bz2
Revoked "Added maximum signal strength value for TechniSat SkyStar 2 DVB-S rev 2.3P"
Diffstat (limited to 'dvbdevice.c')
-rw-r--r--dvbdevice.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/dvbdevice.c b/dvbdevice.c
index 3d01a5ab..84c92654 100644
--- a/dvbdevice.c
+++ b/dvbdevice.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.c 3.4 2013/10/13 14:41:57 kls Exp $
+ * $Id: dvbdevice.c 3.5 2013/10/21 08:59:59 kls Exp $
*/
#include "dvbdevice.h"
@@ -558,8 +558,6 @@ int cDvbTuner::GetSignalStrength(void) const
case 0x13C21019: // TT-budget S2-3200 (DVB-S/DVB-S2)
case 0x1AE40001: // TechniSat SkyStar HD2 (DVB-S/DVB-S2)
MaxSignal = 670; break;
- case 0x13D02103: // TechniSat SkyStar 2 DVB-S rev 2.3P
- MaxSignal = 0x4925; break;
}
int s = int(Signal) * 100 / MaxSignal;
if (s > 100)