Mailing List archive

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

[linux-dvb] PATCH: pctvsat minor fix



Hello,

I have a small fix for the "kdvb-fe taking too much CPU power" issue on
cx24110-based cards:

--- /usr/src/linux/drivers/media/dvb/frontends/cx24110.c~       Fri Jan  9 07:59:05 2004
+++ /usr/src/linux/drivers/media/dvb/frontends/cx24110.c        Sun Jan 25 13:30:42 2004
@@ -59,7 +59,7 @@
        .caps = FE_CAN_INVERSION_AUTO |
                FE_CAN_FEC_1_2 | FE_CAN_FEC_2_3 | FE_CAN_FEC_3_4 |
                FE_CAN_FEC_5_6 | FE_CAN_FEC_7_8 | FE_CAN_FEC_AUTO |
-               FE_CAN_QPSK |
+               FE_CAN_QPSK | FE_CAN_RECOVER |
                FE_CAN_CLEAN_SETUP
 };
 /* fixme: are these values correct? especially ..._tolerance and caps */

CPU usage of the frontend thread is significantly reduced, no ill effects
observed. Sorry, I cannot check this in into the cvs myself at this time.

Regards,
Peter Hettkamp
-- 
"Only wimps use tape backup: _real_ men just upload their important stuff
on ftp, and let the rest of the world mirror it ;)"
(Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi)

Attachment: pgp00005.pgp
Description: PGP signature


Home | Main Index | Thread Index