From: Steven Ellis <sellis@redhat.com>
To: linux-media@vger.kernel.org
Subject: Add support for additional LNB types with LO of 11300 and 10700
Date: Tue, 12 Jan 2016 16:51:31 +1300 [thread overview]
Message-ID: <56947843.8060801@redhat.com> (raw)
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>
reply other threads:[~2016-01-12 3:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56947843.8060801@redhat.com \
--to=sellis@redhat.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.