diff mbox

[libdvbv5] dvb-sat: add universal Ku band (extended) LNBF def

Message ID 1403645740-16050-1-git-send-email-r.verdejo@sisa.samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Reynaldo H. Verdejo Pinochet June 24, 2014, 9:35 p.m. UTC
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>
---
 lib/libdvbv5/dvb-sat.c | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox

Patch

diff --git a/lib/libdvbv5/dvb-sat.c b/lib/libdvbv5/dvb-sat.c
index df2ffcd..4c7d2cd 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",