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: add support for Invacom QPH-031 LNBf
Author:  Mauro Carvalho Chehab <mche...@s-opensource.com>
Date:    Wed Feb 15 10:39:20 2017 -0200

This LNBf is used on some DVB apps, as reported on this
Kaffeine bug:
        https://bugs.kde.org/show_bug.cgi?id=374939

Add support for it.

Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>

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

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=44da55aa2af3254fc0e3a904a78c518361ab34f1
diff --git a/lib/libdvbv5/dvb-sat.c b/lib/libdvbv5/dvb-sat.c
index 3ffaa122441a..af9afb8d9498 100644
--- a/lib/libdvbv5/dvb-sat.c
+++ b/lib/libdvbv5/dvb-sat.c
@@ -152,6 +152,29 @@ static const struct dvb_sat_lnb_priv lnb[] = {
                },
        }, {
                .desc = {
+                       .name = N_("Invacom QPH-031"),
+                       .alias = "QPH031",
+                       // Legacy fields - kept just to avoid API/ABI breakages
+                       .lowfreq = 10750,
+                       .highfreq = 11250,
+                       .rangeswitch = 12200,
+                       .freqrange = {
+                               { 11700, 12200 },
+                               { 12200, 12700 },
+                       },
+               },
+               // Note: This LNBf can accept both V/H and L/R polarization
+               // on ports 1 and 3, V is 12V and H is 19V
+               // on ports 2 and 4, R is 12V and L is 19V
+               // This is the same as what's done for Universal LNBf, so,
+               // we don't need any special logic here to handle this special
+               // case.
+               .freqrange = {
+                       { 11700, 12200, 10750, 12200  },
+                       { 12200, 12700, 11250, 0  },
+               },
+       }, {
+               .desc = {
                        .name = N_("Big Dish - Monopoint LNBf"),
                        .alias = "C-BAND",
                        // Legacy fields - kept just to avoid API/ABI breakages

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to