From 1786dc714d2ee959019ce5d977da904a628bfefa Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 14 Feb 2015 12:02:16 +0100 Subject: [PATCH] Added credit for Albert Danis --- CONTRIBUTORS | 1 + HISTORY | 4 ++-- positioner.c | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b3c4d575..baf52f42 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3389,6 +3389,7 @@ Magnus Sirwi for translating OSD texts to the Swedish language Albert Danis + for lots of help during the implementation of basic support for positioners for translating OSD texts to the Hungarian language for fixing the German translation of "Zap timeout" diff --git a/HISTORY b/HISTORY index 0412dfb3..b6a3f7b6 100644 --- a/HISTORY +++ b/HISTORY @@ -7846,7 +7846,7 @@ Video Disk Recorder Revision History (reported by Dominique Dumont). - Added basic support for positioners to control steerable satellite dishes (based on a patch from Seppo Ingalsuo and Ales Jurik, which in turn used code from Thomas - Bergwinkl's Rotor plugin). + Bergwinkl's Rotor plugin; with lots of help from Albert Danis). + Supports GotoN (aka "DiSEqC 1.2") and GotoX (aka "USALS"). + The new DiSEqC command code 'P' can be used to instruct a positioner to move the dish to the required satellite position. When a 'P' code is processed, further @@ -7982,7 +7982,7 @@ Video Disk Recorder Revision History + Note that in several places in the source code a "copy" operation is mentioned, however there is no user interface for this, yet. - Changed some variable names in positioner.c to match the names used in the page with - the explanation on vdr-portal.de. + the explanation on vdr-portal.de (suggested by Albert Danis). - Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed writing group separators to channels.conf that contain a comma (reported by Eike Edener). diff --git a/positioner.c b/positioner.c index c6e0c736..22bad1b8 100644 --- a/positioner.c +++ b/positioner.c @@ -6,8 +6,9 @@ * * For an explanation (in German) of the theory behind the calculations see * http://www.vdr-portal.de/board17-developer/board97-vdr-core/p1154305-grundlagen-und-winkelberechnungen-f%C3%BCr-h-h-diseqc-motor-antennenanlagen + * by Albert Danis. * - * $Id: positioner.c 3.4 2013/10/30 09:56:34 kls Exp $ + * $Id: positioner.c 3.5 2015/02/14 11:54:31 kls Exp $ */ #include "positioner.h"