Mailing List archive

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

[linux-dvb] Re: patch for initial.h



On Thu, 2003-06-26 at 20:00, Johannes Stezenbach wrote:
> Tischler wrote:
> > Add definition for Espoo Finland Terrestial A-mux
> 
> Comitted. Thanks!
> 
> Johannes
> 

Hi, with attached patch to present CVS, I get now my Siemens v1.5 card
scanning propably all cabel channels here in Uusikaupunki, Finland.

    Timo
--- initial.h.orig	2003-06-26 23:27:59.000000000 +0300
+++ initial.h	2003-06-26 23:23:30.000000000 +0300
@@ -484,6 +484,23 @@
 				}
 			}
 		}
+	},
+        /**
+	 *  Kabel 3KTV Finland (MHP Testikanava, ...)
+	 */
+	{
+		.type = FE_QAM,
+		.param = {
+			.frequency = 306000000,
+			.inversion = INVERSION_AUTO,
+			{ qam:
+				{
+					.symbol_rate = 6875000,
+					.fec_inner = FEC_NONE,
+					.modulation = QAM_64
+				}
+			}
+		}
 	}
 };
 

Home | Main Index | Thread Index