This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: dvb-sat: rename Astra 1E to Astra 19.2 E and move it to beginning
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Tue Nov 27 10:54:36 2018 -0200

The "European Universal" LNBf was now replaced by the model with
also supports the Astra satellites in almost all EU. We're keeping
seeing people reporting problems on Kaffeine and other digital TV
software due to that.

So, in order to make easier for new people that just want to make
their Satellite-based TV to work in Europe, let's move the Astra
entry to be the first one and giving it a better name, as the
Astra 1E satellite was retired a long time ago, and, since 2008,
the satellites that replaced it are known as "Astra 19.2 E",
in order to reflect their orbital position.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 lib/libdvbv5/dvb-sat.c | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=6d4679351987b0d84205e48c54965e11d75c6309
diff --git a/lib/libdvbv5/dvb-sat.c b/lib/libdvbv5/dvb-sat.c
index 8c04f66f973b..18e2359c053b 100644
--- a/lib/libdvbv5/dvb-sat.c
+++ b/lib/libdvbv5/dvb-sat.c
@@ -53,7 +53,24 @@ struct dvb_sat_lnb_priv {
 static const struct dvb_sat_lnb_priv lnb_array[] = {
        {
                .desc = {
-                       .name = N_("Universal, Europe"),
+                       .name = N_("Astra 19.2E, European Universal Ku 
(extended)"),
+                       .alias = "EXTENDED",
+                       // Legacy fields - kept just to avoid API/ABI breakages
+                       .lowfreq = 9750,
+                       .highfreq = 10600,
+                       .rangeswitch = 11700,
+                       .freqrange = {
+                               { 10700, 11700 },
+                               { 11700, 12750 },
+                       },
+               },
+               .freqrange = {
+                       { 10700, 11700, 9750, 11700},
+                       { 11700, 12750, 10600, 0 },
+               }
+       }, {
+               .desc = {
+                       .name = N_("Old European Universal. Nowadays mostly 
replaced by Astra 19.2E"),
                        .alias = "UNIVERSAL",
                        // Legacy fields - kept just to avoid API/ABI breakages
                        .lowfreq = 9750,
@@ -83,23 +100,6 @@ static const struct dvb_sat_lnb_priv lnb_array[] = {
                }
        }, {
                .desc = {
-                       .name = N_("Astra 1E, European Universal Ku 
(extended)"),
-                       .alias = "EXTENDED",
-                       // Legacy fields - kept just to avoid API/ABI breakages
-                       .lowfreq = 9750,
-                       .highfreq = 10600,
-                       .rangeswitch = 11700,
-                       .freqrange = {
-                               { 10700, 11700 },
-                               { 11700, 12750 },
-                       },
-               },
-               .freqrange = {
-                       { 10700, 11700, 9750, 11700},
-                       { 11700, 12750, 10600, 0 },
-               }
-       }, {
-               .desc = {
                        .name = N_("Standard"),
                        .alias = "STANDARD",
                        // Legacy fields - kept just to avoid API/ABI breakages

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to