summaryrefslogtreecommitdiff
path: root/dvbdevice.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-10-21 09:01:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-10-21 09:01:53 +0200
commit746a9f88e76e191726e4cba845485ec476f26651 (patch)
treea86f5b86e8d07311cce91cbb12090abd0d333db3 /dvbdevice.c
parentfb74e0feeb92ccebb3a9da28c79681c6ea2cf043 (diff)
downloadvdr-746a9f88e76e191726e4cba845485ec476f26651.tar.gz
vdr-746a9f88e76e191726e4cba845485ec476f26651.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 cd5f0ccf..0ccd162d 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 2.88.1.3 2013/10/13 14:45:52 kls Exp $
+ * $Id: dvbdevice.c 2.88.1.4 2013/10/21 09:01:21 kls Exp $
*/
#include "dvbdevice.h"
@@ -549,8 +549,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)