* Add support for additional LNB types with LO of 11300 and 10700
@ 2016-01-12 3:51 Steven Ellis
0 siblings, 0 replies; only message in thread
From: Steven Ellis @ 2016-01-12 3:51 UTC (permalink / raw)
To: linux-media
Here in NZ we regularly see Wide Band 10700LO and 11300LO LNBs for
services on Optus D1/C1/D2
I've added their ranges to test scanning with the newer libdvdv5 utils
as per below.
diff --git a/lib/libdvbv5/dvb-sat.c b/lib/libdvbv5/dvb-sat.c
index 473a24b..13165fd 100644
--- a/lib/libdvbv5/dvb-sat.c
+++ b/lib/libdvbv5/dvb-sat.c
@@ -75,6 +75,20 @@ static const struct dvb_sat_lnb lnb[] = {
{ 10945, 11450 }
},
}, {
+ .name = "L10700",
+ .alias = "L10700",
+ .lowfreq = 10700,
+ .freqrange = {
+ { 11750, 12750 }
+ },
+ }, {
+ .name = "L11300",
+ .alias = "L11300",
+ .lowfreq = 11300,
+ .freqrange = {
+ { 12250, 12750 }
+ },
+ }, {
.name = "Astra",
.alias = "ENHANCED",
.lowfreq = 9750,
--
Steven Ellis
Senior Solution Architect - Red Hat New Zealand <http://www.redhat.co.nz/>
*T:* +64 9 887 3207
*M:* +64 21 321 673
*E:* sellis@redhat.com <mailto:sellis@redhat.com>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-12 3:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12 3:51 Add support for additional LNB types with LO of 11300 and 10700 Steven Ellis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.