summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core/dvbdev.c
AgeCommit message (Expand)Author
2005-03-17Modified dvb_register_adapter() to avoid kmalloc/kfree. Drivers have toAndreas Oberritter
2005-03-09 - clear up confusion between ids and adaptersKenneth Aafloy
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-12patch by Adrian Bunk:Johannes Stezenbach
2005-01-22Added support for up to six DVB devicesAndrew de Quincy
2004-11-17patch by Adrian Bunk:Johannes Stezenbach
2004-08-18- add the include to the header file, it's needed at other places, tooMichael Hunold
2004-08-18- #include <linux/smp_lock.h> to avoid warnings about lock_kernel()Michael Hunold
2004-08-18- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...Michael Hunold
2004-08-18- nuke dvb functions stuffMichael Hunold
2004-08-08patch by Martin Binder: #include <linux/moduleparam.h> where necessaryJohannes Stezenbach
2004-08-06- add sysfs/udev support using "class_simple"Michael Hunold
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-03- remove 2.4 compat code, expect for ttusb_dec.cMichael Hunold
2004-03-31- first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ...Michael Hunold
2003-10-15fixed the bug found by this portuguese girl.Holger Waechtler
2003-10-14Pass thorugh return value of register_chrdev()Michael Hunold
2003-09-10Use iminor() instead of minor(), add a macro to provide 2.4Michael Hunold
2003-08-21Port the latest video device changes (multiple read device opens)Michael Hunold
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
2003-05-28Some include fixes to make the code compile again both withMichael Hunold
2003-05-28Feed 2.5 changes to CVS.Michael Hunold
2003-05-27- remove enumeration typedefsMichael Hunold
2003-05-06Add a new "dvb_functions.c" and populate it with theMichael Hunold
2003-05-06Make the dvb-core compile again under 2.5.69. This time I made it theMichael Hunold
2003-04-30- introduce dvb_functions.h in order to make the dvb subsystemMichael Hunold
2003-04-24Change "compat" to "dvb_compat".Michael Hunold
2003-04-20add cx24110 driver and remove LINUX_VERSION_CODE checks from regular code -Holger Waechtler
2003-03-31Small fixes to make the driver compile with 2.5.66Michael Hunold
2003-03-21many more portability changesHolger Waechtler
2003-03-21 - include "compat.h" always, we definitely need this trashcan...Holger Waechtler
2003-03-20Small changes all over the place:Michael Hunold
2003-01-18- add name field to struct dvb_adapterFlorian Schirmer
2003-01-03Build fixes for 2.5.x, thank Gregoire Favre <greg@ulima.unil.ch>Michael Hunold
2002-12-29Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi...Michael Hunold
2002-10-18make devbdev_template a const pointerHolger Waechtler
2002-10-17add "DVB: " prefix to kernel boot messagesHolger Waechtler
2002-10-17s/dvb_adapter_t/struct dvb_adapter/gHolger Waechtler
2002-10-17s/generic_usercopy/video_usercopy/gHolger Waechtler
2002-10-17C99 fixesHolger Waechtler
2002-10-16the 2.5 treeHolger Waechtler