Mailing List archive

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

[linux-dvb] patch for twinhan frontend driver dst.c



Hi,
I came across this little error when testing a dvb-c card.

--
William
--- /home/wjbeksi/linuxtv-dvb-1.1.1/linux/drivers/media/dvb/frontends/dst.c	2004-02-04 07:10:10.000000000 +0800
+++ dst.c	2004-11-18 18:21:49.000000000 +0800
@@ -504,7 +504,7 @@ struct dst_types dst_tlist[] = {
 	{ "DSTMCI",  1,  DST_TYPE_IS_SAT,    DST_TYPE_HAS_NEWTUNE },
 	{ "DSTFCI",  1,  DST_TYPE_IS_SAT,    DST_TYPE_HAS_NEWTUNE },
 	{ "DCTNEW",  1,  DST_TYPE_IS_CABLE,  DST_TYPE_HAS_NEWTUNE },
-	{ "DCT_CI",  1,  DST_TYPE_IS_CABLE,  DST_TYPE_HAS_NEWTUNE|DST_TYPE_HAS_TS204 },
+	{ "DCT-CI",  1,  DST_TYPE_IS_CABLE,  DST_TYPE_HAS_NEWTUNE|DST_TYPE_HAS_TS204 },
 	{ "DTTDIG" , 1,  DST_TYPE_IS_TERR,   0} };
 /* DCTNEW and DCT-CI are guesses */
 

Home | Main Index | Thread Index