Mailing List archive

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

[linux-dvb] dec2000t with dec3000s frontend



Hi!

The ttusb driver in 2.6.10 didn't recognize my dec2000t quite correctly:

DVB: registering new adapter (DEC2000-t).
DVB: registering frontend 0 (TechnoTrend/Hauppauge DEC3000-s
Frontend)...

So I forced it into using the 2000t frontend like this:

--- ttusb_dec.c.orig    2005-01-04 21:29:05 +0100
+++ ttusb_dec.c 2005-01-04 21:29:42 +0100
@@ -1473,7 +1473,7 @@
        dec->adapter->priv = dec;
        switch (id->idProduct) {
        case 0x1006:
-               dec->fe = ttusbdecfe_dvbs_attach(&fe_config);
+               dec->fe = ttusbdecfe_dvbt_attach(&fe_config);
                break;

        case 0x1008:

And everything worked fine again:

DVB: registering new adapter (DEC2000-t).
DVB: registering frontend 0 (TechnoTrend/Hauppauge DEC2000-t
Frontend)...

It seems that I've got a dec2000t with an idProduct of 0x1006?

greetings
pHilipp Zabel





Home | Main Index | Thread Index