* [PATCH] dvb-sat: add support for North American Standard Ku LNB This is the standard LNB used in North America. It is designed with L.O. Freq of 10750 MHz. Intended for the North American FSS Ku Band, 11700 to 12200 MHz.
@ 2017-03-05 1:09 Bill Murphy
2017-03-05 2:43 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Bill Murphy @ 2017-03-05 1:09 UTC (permalink / raw)
To: linux-media; +Cc: Bill Murphy
Signed-off-by: Bill Murphy <gc2majortom@gmail.com>
---
lib/libdvbv5/dvb-sat.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/lib/libdvbv5/dvb-sat.c b/lib/libdvbv5/dvb-sat.c
index 59cb7a6..acac73a 100644
--- a/lib/libdvbv5/dvb-sat.c
+++ b/lib/libdvbv5/dvb-sat.c
@@ -113,6 +113,19 @@ static const struct dvb_sat_lnb_priv lnb[] = {
},
}, {
.desc = {
+ .name = N_("Standard, North America"),
+ .alias = "NA STANDARD",
+ // Legacy fields - kept just to avoid API/ABI breakages
+ .lowfreq = 10750,
+ .freqrange = {
+ { 11700, 12200 }
+ },
+ },
+ .freqrange = {
+ { 11700, 12200, 10750, 0 }
+ },
+ }, {
+ .desc = {
.name = N_("L10700"),
.alias = "L10700",
// Legacy fields - kept just to avoid API/ABI breakages
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dvb-sat: add support for North American Standard Ku LNB This is the standard LNB used in North America. It is designed with L.O. Freq of 10750 MHz. Intended for the North American FSS Ku Band, 11700 to 12200 MHz.
2017-03-05 1:09 [PATCH] dvb-sat: add support for North American Standard Ku LNB This is the standard LNB used in North America. It is designed with L.O. Freq of 10750 MHz. Intended for the North American FSS Ku Band, 11700 to 12200 MHz Bill Murphy
@ 2017-03-05 2:43 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2017-03-05 2:43 UTC (permalink / raw)
To: Bill Murphy; +Cc: linux-media
Em Sat, 4 Mar 2017 20:09:31 -0500
Bill Murphy <gc2majortom@gmail.com> escreveu:
> Signed-off-by: Bill Murphy <gc2majortom@gmail.com>
> ---
> lib/libdvbv5/dvb-sat.c | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/lib/libdvbv5/dvb-sat.c b/lib/libdvbv5/dvb-sat.c
> index 59cb7a6..acac73a 100644
> --- a/lib/libdvbv5/dvb-sat.c
> +++ b/lib/libdvbv5/dvb-sat.c
> @@ -113,6 +113,19 @@ static const struct dvb_sat_lnb_priv lnb[] = {
> },
> }, {
> .desc = {
> + .name = N_("Standard, North America"),
> + .alias = "NA STANDARD",
> + // Legacy fields - kept just to avoid API/ABI breakages
> + .lowfreq = ,
> + .freqrange = {
> + { 11700, 12200 }
> + },
> + },
> + .freqrange = {
> + { 11700, 12200, 10750, 0 }
> + },
> + }, {
> + .desc = {
> .name = N_("L10700"),
> .alias = "L10700",
> // Legacy fields - kept just to avoid API/ABI breakages
The patch it self looks good. The only thing that I'm not comfortable is
the name of the LNBf, as "STANDARD" means that it was standardized by
some telecommunications organism.
A quick google seek for "lnbf ku band united states" pointed to this site:
http://www.galaxy-marketing.com/ku_band_lnbf.htm
With describes different models for K-band satellites within North America
and United States. I might be wrong, but it doesn't seem that someone
standardized it.
Instead, it seems to be a de-facto standard made by the hardware
industry, and that not every single LNBf used there follows it, as
some of them use different LO frequencies.
Anyway, if this was standardized by some organism, the better would
be to name it after such organism, e. g. supposing that this was
standardized by ATSC as "type 1", it could be called as
"ATSC type 1".
Otherwise, would be better to name it with something like
"North America LO10750", in order to reduce possible future
conflicts as we need to add more LNBf for US there.
Thanks,
Mauro
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-05 2:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-05 1:09 [PATCH] dvb-sat: add support for North American Standard Ku LNB This is the standard LNB used in North America. It is designed with L.O. Freq of 10750 MHz. Intended for the North American FSS Ku Band, 11700 to 12200 MHz Bill Murphy
2017-03-05 2:43 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).