summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c
AgeCommit message (Expand)Author
2009-01-17v4l-dvb: fix a bunch of compile warnings.Hans Verkuil
2008-11-12ttusb_dec: fix memory leakDouglas Schilling Landgraf
2008-11-12ttusb_dec: Add NULL pointer validationDouglas Schilling Landgraf
2008-08-25V4L/DVB: follow lspci device/vendor styleMauro Carvalho Chehab
2008-08-04v4l: fix compile errors/warnings.Hans Verkuil
2008-07-24backport commit 0a2a736afa91e8a0402c9dbdaf2ee28481a50bd3Mauro Carvalho Chehab
2008-07-08v4l-dvb: remove support for kernels < 2.6.16Hans Verkuil
2008-05-21 ttusb endianness annotations and fixesMauro Carvalho Chehab
2008-04-09Adds selectable adapter numbers as per module optionMichael Krufky
2008-04-08media/dvb/ttusb-dec replace remaining __FUNCTION__ occurrencesMichael Krufky
2007-11-02backport changeset 7b19ada2ed3c1eccb9fe94d74b05e1428224663dMauro Carvalho Chehab
2007-08-21Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab
2007-01-30compat: Handle input_register_device() change and some othersTrent Piepho
2006-12-16Backported several changes from kernel 2.6.19-git seriesMauro Carvalho Chehab
2006-11-20Handle errors from input_register_device()Mauro Carvalho Chehab
2006-10-21IRQ: Maintain regs pointer globally rather than passing to IRQ handlersMauro Carvalho Chehab
2006-10-04USB: Dealias -110 code (more complete)Mauro Carvalho Chehab
2006-07-28Convert DVB devices to use dvb_attach()Andrew de Quincey
2006-05-14Change dvb_frontend_ops to be a real field instead of a pointer field inside ...Patrick Boettcher
2006-04-10Add sysfs device links to dvb devicesAndrew de Quincey
2006-02-06sem2mutex: drivers/media/, #2Mauro Carvalho Chehab
2006-01-11From: Panagiotis Issaris <takis@issaris.org>Mauro Carvalho Chehab
2005-12-09TTUSB DEC driver patch roundupAlex Woods
2005-12-04Backport of Dmitry Torokhov's input layer changes at mainline kernelRicardo Cerqueira
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
2005-07-16Remove all #include <linux/version.h> and all referencesJohannes 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-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-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-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