summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttusb-dec
AgeCommit message (Expand)Author
2005-07-16Remove all #include <linux/version.h> and all referencesJohannes Stezenbach
2005-06-22The Coverity checker discovered that these two kfree's can never beJohannes Stezenbach
2005-06-19backport of 2.6.12 changes to match other API changes (i2c, usb)Johannes Stezenbach
2005-05-28add missing release_firmware() calls to fix memory leakJohannes Stezenbach
2005-05-05whitespace cleanup from kernelJohannes Stezenbach
2005-04-23patch by Adrian Bunk:Johannes Stezenbach
2005-03-19Cleanup patch from Peter Beutner:Alex Woods
2005-03-17ttusb-dec: follow dvb_register_adapter changes in dvbdev.[ch]Andreas Oberritter
2005-03-12a few more whitespace cleanupsJohannes Stezenbach
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2005-02-21Add IR support added by Peter Beutner <p.beutner@gmx.net>Alex Woods
2005-02-08Use alternative interface. Asks for less bandwidth and therefore works withAlex Woods
2005-01-21various backport from 2.6.11-rc1:Michael Hunold
2005-01-09Remove backward compatibility bitsAlex Woods
2005-01-09Use usb_kill_urb instead of usb_unlink_urb for kernels greater than 2.6.7.Alex Woods
2004-11-17patch by Adrian Bunk:Johannes Stezenbach
2004-11-16 - MODULE_PARM -> module_paramKenneth Aafloy
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-10-08New 2000T type model number (70013)Alex Woods
2004-09-18- use correct format specifier for printing out firmware sizeMichael Hunold
2004-08-26Updated docs to point to firmware download scriptAndrew de Quincy
2004-08-24- more feed backs from 2.6.8.1Michael 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, tooMichael Hunold
2004-08-08patch by Martin Binder: #include <linux/moduleparam.h> where necessaryJohannes Stezenbach
2004-07-31merge 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-03Remove 2.4 compat codeAlex Woods
2004-05-02DiSEqC for 3000-sAlex Woods
2004-05-01Fix silly mistake with memsetAlex Woods
2004-04-28dec_3000s tuning fix by Ernst PeinlichJohannes Stezenbach
2004-03-31- first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ...Michael Hunold
2004-03-24Patch from Oliver Neukem to remove a buffer, since only one is used at a time.Alex Woods
2004-03-11Checked in experimental frontend patchAndrew de Quincy
2004-02-29Add new detection code for 3000-s.Alex Woods
2004-02-03Apply 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 commentMichael Hunold
2004-01-22- don't allocate ARM_PACKET_SIZE (= 4096(!) bytes) on the stack, useMichael Hunold
2004-01-21Fix compile for kernels < 2.4.20Alex Woods
2004-01-19Check for presence of crc32 function.Alex Woods
2004-01-18Get it right..Alex Woods
2004-01-18select CRC32 for checking validity of firmwareAlex Woods
2004-01-13Fix USB timeout bug under 2.6.Alex Woods
2004-01-13Send audio packets to their filter rather than the videos.Alex Woods
2004-01-12Support DEC2540-t under kernel 2.4 and add info on it to the ttusb-dec docs.Alex Woods
2004-01-11Add model number returned from DEC2540-t firmware.Alex Woods
2004-01-10Handle the new firmwares that change the devices' USB IDs.Alex Woods