[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.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Bill Murphy <gc2majortom@xxxxxxxxx>
---
 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




[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux