diff options
author | Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> | 2014-06-24 18:35:40 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-26 14:49:56 -0300 |
commit | 9ffb44d41808d91324e43011f08b435d4bd75875 (patch) | |
tree | e41e0da8b942158e905474fe2c9ea7a577f555ef | |
parent | 2e4f380ca64a9ac4654f37fbea2cec597f321cff (diff) |
[libdvbv5] dvb-sat: add universal Ku band (extended) LNBF def
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 <r.verdejo@sisa.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | lib/libdvbv5/dvb-sat.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libdvbv5/dvb-sat.c b/lib/libdvbv5/dvb-sat.c index c6013252..795524ad 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", |