From 746a9f88e76e191726e4cba845485ec476f26651 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 21 Oct 2013 09:01:53 +0200 Subject: Revoked "Added maximum signal strength value for TechniSat SkyStar 2 DVB-S rev 2.3P" --- CONTRIBUTORS | 3 --- HISTORY | 2 -- dvbdevice.c | 4 +--- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a4ac7e4b..58a7a3eb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3179,6 +3179,3 @@ Thomas Maass Eike Edener for reporting a bug in writing group separators to channels.conf that contain a comma - -Guido Cordaro - for adding maximum signal strength value for TechniSat SkyStar 2 DVB-S rev 2.3P diff --git a/HISTORY b/HISTORY index 003d2bc0..25df8e19 100644 --- a/HISTORY +++ b/HISTORY @@ -7847,8 +7847,6 @@ Video Disk Recorder Revision History - Changed cRecorder::Action() to use cTimeMs instead of time() to avoid problems with unjustified "video data stream broken" errors in case the system time is changed while a recording is active (reported by Torsten Lang). -- Added maximum signal strength value for TechniSat SkyStar 2 DVB-S rev 2.3P (thanks - to Guido Cordaro). - Fixed an inconsistent behavior between opening the Recordings menu manually via the main menu and by pressing the Recordings key. In the latter case it automatically opened all sub folders to position the cursor to the last replayed recording, which 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) -- cgit v1.2.3