Age | Commit message (Expand) | Author |
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy |
2004-10-08 | New 2000T type model number (70013) | Alex Woods |
2004-09-18 | - use correct format specifier for printing out firmware size | Michael Hunold |
2004-08-26 | Updated docs to point to firmware download script | Andrew de Quincy |
2004-08-24 | - more feed backs from 2.6.8.1 | Michael Hunold |
2004-08-24 | - replace dvb_unregister_frontend_new() with dvb_unregister_frontend() | Michael Hunold |
2004-08-18 | - forgot to remove all occurences of "#include "dvb_functions.h" which is inc... | Michael Hunold |
2004-08-18 | - convert to new frontend functions, too | Michael Hunold |
2004-08-08 | patch by Martin Binder: #include <linux/moduleparam.h> where necessary | Johannes Stezenbach |
2004-07-31 | merge back various cleanups from mainline kernel: | Johannes Stezenbach |
2004-07-30 | - More MODULE_PARM -> module_param changes, all should be corrected now. | Kenneth Aafloy |
2004-05-03 | Remove 2.4 compat code | Alex Woods |
2004-05-02 | DiSEqC for 3000-s | Alex Woods |
2004-05-01 | Fix silly mistake with memset | Alex Woods |
2004-04-28 | dec_3000s tuning fix by Ernst Peinlich | Johannes Stezenbach |
2004-03-31 | - first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ... | Michael Hunold |
2004-03-24 | Patch from Oliver Neukem to remove a buffer, since only one is used at a time. | Alex Woods |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy |
2004-02-29 | Add new detection code for 3000-s. | Alex Woods |
2004-02-03 | Apply patch from Oliver Neukem that fixes: | Alex Woods |
2004-01-22 | - always compile before commit... | Michael Hunold |
2004-01-22 | - backfeed from Linux kernel bitkeeper repository. can't really comment | Michael Hunold |
2004-01-22 | - don't allocate ARM_PACKET_SIZE (= 4096(!) bytes) on the stack, use | Michael Hunold |
2004-01-21 | Fix compile for kernels < 2.4.20 | Alex Woods |
2004-01-19 | Check for presence of crc32 function. | Alex Woods |
2004-01-18 | Get it right.. | Alex Woods |
2004-01-18 | select CRC32 for checking validity of firmware | Alex Woods |
2004-01-13 | Fix USB timeout bug under 2.6. | Alex Woods |
2004-01-13 | Send audio packets to their filter rather than the videos. | Alex Woods |
2004-01-12 | Support DEC2540-t under kernel 2.4 and add info on it to the ttusb-dec docs. | Alex Woods |
2004-01-11 | Add model number returned from DEC2540-t firmware. | Alex Woods |
2004-01-10 | Handle the new firmwares that change the devices' USB IDs. | Alex Woods |
2004-01-08 | Fix panic that occurs when filters are used at the same time as video | Alex Woods |
2004-01-04 | Apply Hans-Frieder Vogt's patch for calculating firmware CRCs. | Alex Woods |
2004-01-01 | - make drivers select FW_LOADER automatically via Kconfig SELECT option | Michael Hunold |
2003-12-27 | Rudimentary section filter support (enough for scan). | Alex Woods |
2003-12-21 | - add Kconfig foo to select a firmware that can be compiled into the | Michael Hunold |
2003-12-21 | - apply dvb-ttpci/av7110 firmware removal from 2.6.0 patch here, too, but: | Michael Hunold |
2003-12-08 | Add a parameter to dvb_filter_pes2ts function to specify whether the packet | Alex Woods |
2003-12-07 | Use the hotplug firmware loader for 2.6 kernels instead of compiling the | Alex Woods |
2003-12-06 | Readded skystar2 diseqc from Vincenzo Di Massa. | Roberto Ragusa |
2003-12-05 | Correct the USB id of the DEC3000-s. | Alex Woods |
2003-12-05 | Prepare driver for DEC3000-s support. | Alex Woods |
2003-12-02 | Integrate frontend into ttusb_dec module and remove pseudo-i2c bits. | Alex Woods |
2003-10-14 | Include 2.6 kernel janitor cleanups (eliminate #include duplication, shift | Michael Hunold |
2003-10-09 | - backfeed patches from 2.6.0-test7, which have not gone through our cvs: | Michael Hunold |
2003-10-08 | - allow private data to be associated with i2c devices | Andreas Oberritter |
2003-10-01 | - clean up Kconfig files, use the new SELECT facility | Michael Hunold |
2003-09-10 | C99 initializer fixes. | Michael Hunold |
2003-09-10 | Changes from 2.6.0-test5, although I don't know what they do... | Michael Hunold |