summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core/dmxdev.c
AgeCommit message (Expand)Author
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2004-11-17patch by Adrian Bunk:Johannes Stezenbach
2004-11-08- make needlessly global code staticMichael Hunold
2004-08-18- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...Michael 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
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
2003-05-27- remove enumeration typedefsMichael Hunold
2003-05-27Here comes a huge cleanup patch in order to get the sources intoMichael Hunold
2003-04-30- introduce dvb_functions.h in order to make the dvb subsystemMichael Hunold
2003-04-25Lots of cosmetic changes in order to sync the CVS withMichael Hunold
2003-04-24- #include "compat.h" --> #include "dvb_compat.h"Holger Waechtler
2003-04-24Change "compat" to "dvb_compat".Michael Hunold
2003-03-24code reviewHolger Waechtler
2003-03-24kmalloc->vmalloc where necessairyHolger Waechtler
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-03-07added ioctl DMX_GET_STCJohannes Stezenbach
2003-03-06another attempt to get the poll() thing right...Holger Waechtler
2003-02-20ensure that poll_wait() is always called in poll()Holger Waechtler
2003-02-17replaced pid2feed array by linked list, allow multipleAndreas Oberritter
2003-01-09last commit did break select()Andreas Oberritter
2003-01-08apply optimisation patches suggested by Dr. Werner Fink <werner@suse.de>Holger Waechtler
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-12-20 - fix the not-checked-return value at start_feed() bugHolger Waechtler
2002-11-07applied filter mutex patch by <matt@Helius.COM>Holger Waechtler
2002-11-07#include "compat.h"Holger Waechtler
2002-10-21reset ringbuffer on error in read() callback tooHolger Waechtler
2002-10-21reset ringbuffer in dmx_dev_filter_start()Holger Waechtler
2002-10-18#include <linux/videodev.h> for video_usercopy()Holger Waechtler
2002-10-17s/dvb_adapter_t/struct dvb_adapter/gHolger Waechtler
2002-10-17s/generic_usercopy/video_usercopy/gHolger Waechtler
2002-10-17 - more coding style paranoiaHolger Waechtler
2002-10-17C99 fixesHolger Waechtler
2002-10-16the 2.5 treeHolger Waechtler