summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-14 12:02:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-14 12:02:16 +0100
commit1786dc714d2ee959019ce5d977da904a628bfefa (patch)
tree990e3e1520406a5da57cfeb0f386692726e697a2
parentcc1494bfb68dfbf49e0dfb807774a164e47f3806 (diff)
downloadvdr-1786dc714d2ee959019ce5d977da904a628bfefa.tar.gz
vdr-1786dc714d2ee959019ce5d977da904a628bfefa.tar.bz2
Added credit for Albert Danis
-rw-r--r--CONTRIBUTORS1
-rw-r--r--HISTORY4
-rw-r--r--positioner.c3
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ö <sirwio@hotmail.com>
for translating OSD texts to the Swedish language
Albert Danis <a.danis@gmx.de>
+ 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"