From: Jaroslav Kysela Date: Fri, 5 Dec 2014 10:07:08 +0000 (+0100) Subject: linuxdvb rotor: Zero Sat Longitude should be for USALS not for GOTOX X-Git-Tag: v4.1~647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9d3e4a7d952161a6d4da36091cefd0fd37ffc2b;p=thirdparty%2Ftvheadend.git linuxdvb rotor: Zero Sat Longitude should be for USALS not for GOTOX --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_rotor.c b/src/input/mpegts/linuxdvb/linuxdvb_rotor.c index 735a0e825..a055ec136 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_rotor.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_rotor.c @@ -87,12 +87,6 @@ const idclass_t linuxdvb_rotor_gotox_class = .name = "Satellite Longitude", .off = offsetof(linuxdvb_rotor_t, lr_sat_lon), }, - { - .type = PT_DBL, - .id = "zero_lon", - .name = "Zero Sat Longitude", - .off = offsetof(linuxdvb_rotor_t, lr_zero_lon), - }, { .type = PT_U16, .id = "rate", @@ -127,6 +121,12 @@ const idclass_t linuxdvb_rotor_usals_class = .name = "Satellite Longitude", .off = offsetof(linuxdvb_rotor_t, lr_sat_lon), }, + { + .type = PT_DBL, + .id = "zero_lon", + .name = "Zero Sat Longitude", + .off = offsetof(linuxdvb_rotor_t, lr_zero_lon), + }, { .type = PT_U16, .id = "rate",