Mailing List archive

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

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



On Wed December 8 2004 3:53 pm, William J Beksi wrote:
> Toni Willberg wrote:
> >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",
>
> I don't think this is a typo, DVB-T and DVB-C are both land based, i.e.
That's correct.. Both DVB-T as well as DVB-C are terrestrial services...

Manu
> terrestrial communications. Btw, the correct spelling is /terrestrial/.
>
> --
> William




Home | Main Index | Thread Index