Mailing List archive

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

[linux-dvb] [PATCH] correcting a typo in dst.c



Hi.

I just got a Twinhan DVB-C card and wondered why it was always
recognized as a terrestial card when loading the dst module.

There seems to be a typo on dst.c, here's a correcting patch against
linuxtv-dvb-1.1.1.

--- frontends/dst.c.orig        2004-12-08 12:33:13.450189840 +0200
+++ frontends/dst.c     2004-12-08 12:33:38.811334360 +0200
@@ -531,7 +531,7 @@
                        otype = "terrestial TV";
                        break;
                case DST_TYPE_IS_CABLE:
-                       otype = "terrestial TV";
+                       otype = "cable";
                        break;
                default:
                        printk("%s: invalid dst type %d\n",






Home | Main Index | Thread Index