Age | Commit message (Expand) | Author |
2004-07-16 | - Conversion to Kernel I2C layer. | Kenneth Aafloy |
2004-07-16 | - Adding I2C_DRIVERID for all frontends to dvb_i2c.h | Kenneth Aafloy |
2004-07-15 | Fix integer overflow bug for high frequencies, thanks to Peter Henderson. | Johannes Stezenbach |
2004-07-15 | reject code_rate_LP == FEC_NONE with EINVAL | Johannes Stezenbach |
2004-07-14 | - Fix integer underflow bug, thanks to Peter Henderson. | Kenneth Aafloy |
2004-07-14 | - Add missing dvb_unregister_frontend_new | Kenneth Aafloy |
2004-07-12 | - Properly lock the frontend module on open/close. | Kenneth Aafloy |
2004-07-08 | patch by Antonio Mancuso <antonio.mancuso@digitaltelevision.it> | Johannes Stezenbach |
2004-06-27 | FE_GET_TUNE_SETTINGS fixes (missing break, changed timings) | Johannes Stezenbach |
2004-06-24 | Uli Luckas' Cinergy1200 patchsets and SAA patches fixing the broken frontend ... | Holger Waechtler |
2004-06-23 | merged fixes from cvs.tuxbox.org (1.53->1.56) | Andreas Oberritter |
2004-06-23 | - convert to kernel i2c | Michael Hunold |
2004-06-22 | - add a more descriptive comment about the firmware | Michael Hunold |
2004-06-22 | - beautify error and debug messages | Michael Hunold |
2004-06-22 | - accidently inverted BUG_ON() logic | Michael Hunold |
2004-06-22 | - more kernel i2c cleanups | Michael Hunold |
2004-06-22 | - convert to kernel i2c, thanks to Kenneth Aafløy <lists@kenneth.aafloy.net> | Michael Hunold |
2004-06-22 | - convert two driver to kernel i2c (untested, tester needed for the sp887x) | Michael Hunold |
2004-06-22 | - don't leak memory, thanks to Kenneth Aafløy | Michael Hunold |
2004-06-21 | make stv0299_writereg() return -EREMOTEIO on errors, no -1 == -EPERM | Johannes Stezenbach |
2004-06-14 | Avermedia support by Wolfram Joost | Holger Waechtler |
2004-06-07 | cleanup patch by Kenneth Aafløy | Johannes Stezenbach |
2004-06-07 | fixed TPS shifts... never showed up before since TPS probing worked too good ... | Holger Waechtler |
2004-05-28 | - clean up and sanitize various Kconfig entries | Michael Hunold |
2004-05-13 | - change default fw name to tda1004x.bin until someone comes up with a better... | Michael Hunold |
2004-05-10 | some functional fixes, not tested in kernel space -- sorry, don't have 2.6 ru... | Holger Waechtler |
2004-05-05 | #include <linux/device.h> to fix compile warning | Johannes Stezenbach |
2004-05-04 | - restructured firmware loading | Michael Hunold |
2004-05-04 | - compile fix, remove debugging printk | Michael Hunold |
2004-05-04 | - code cleanup, no functional changes | Michael Hunold |
2004-05-04 | - fixed and tested firmware loading. works like this if you want to do it by ... | Michael Hunold |
2004-05-03 | - fix include file order in ttpci-driver | Michael Hunold |
2004-05-03 | - remove 2.4 compat code, expect for ttusb_dec.c | Michael Hunold |
2004-05-03 | Overhaul frontend i2c subsystem because of the recent discussion about | Michael Hunold |
2004-05-01 | revert last change, errno is needed for __KERNEL_SYSCALLS__ | Johannes Stezenbach |
2004-05-01 | - remove unused "errno" variable | Michael Hunold |
2004-04-23 | Updated timeout to 800ms at suggestion from Damian Ivereigh | Andrew de Quincy |
2004-04-10 | - DVB_TWINHAN_DST depends on DVB_BT8XX (dependency is explicitly | Michael Hunold |
2004-04-08 | patch by Peter Hettkamp: add FE_CAN_RECOVER to reduce kdvb-fe CPU load | Johannes Stezenbach |
2004-03-25 | Added 200ms delay after first FE_INIT. | Andrew de Quincy |
2004-03-25 | Upped tuning delays to fix tuning | Andrew de Quincy |
2004-03-24 | Implemented FE_SLEEP | Andrew de Quincy |
2004-03-19 | patch by Kenneth Aafløy to add support for Typhoon DVB-S budget card | Johannes Stezenbach |
2004-03-15 | - C99 fixes | Michael Hunold |
2004-03-14 | ALPS BSRU6 needs inversion inverted. | Andrew de Quincy |
2004-03-14 | Converted 8space->1tabs (formatting) | Andrew de Quincy |
2004-03-14 | Fixed INVERSION_AUTO code so it no longer writes to the global initalisation ... | Andrew de Quincy |
2004-03-13 | Reading inversion with FE_GET_FRONTEND had the inversion the wrong way | Andrew de Quincy |
2004-03-12 | Tweaked timings for reliable tuning | Andrew de Quincy |
2004-03-12 | Needed to increase the delay | Andrew de Quincy |