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

Subject: [libdvbv5] dvb-sat: add universal Ku band (extended) LNBF def
Author:  Reynaldo H. Verdejo Pinochet <[email protected]>
Date:    Tue Jun 24 18:35:40 2014 -0300

These are quite common and off the shelf, universal
Ku band LBNFs. They started been used in Europe
after the lunch of the Astra 1E and can be found
pretty much everywhere.

Signed-off-by: Reynaldo H. Verdejo Pinochet <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 lib/libdvbv5/dvb-sat.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=9ffb44d41808d91324e43011f08b435d4bd75875

diff --git a/lib/libdvbv5/dvb-sat.c b/lib/libdvbv5/dvb-sat.c
index c601325..795524a 100644
--- a/lib/libdvbv5/dvb-sat.c
+++ b/lib/libdvbv5/dvb-sat.c
@@ -44,6 +44,16 @@ static const struct dvb_sat_lnb lnb[] = {
                .freqrange = {
                        { 12200, 12700 }
                }
+    }, {
+        .name = "Astra 1E, European Universal Ku (extended)",
+        .alias = "EXTENDEDU",
+               .lowfreq = 9750,
+               .highfreq = 10600,
+               .rangeswitch = 11700,
+               .freqrange = {
+                       { 10700, 11700 },
+                       { 11700, 12750 },
+               }
        }, {
                .name = "Standard",
                .alias = "STANDARD",

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

Reply via email to