index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
dvb-core
/
dmxdev.c
Age
Commit message (
Expand
)
Author
2005-03-02
whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)
Johannes Stezenbach
2004-11-17
patch by Adrian Bunk:
Johannes Stezenbach
2004-11-08
- make needlessly global code static
Michael Hunold
2004-08-18
- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...
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
2003-06-18
When I submitted the last patchset for the 2.5 kernel series,
Michael Hunold
2003-05-27
- remove enumeration typedefs
Michael Hunold
2003-05-27
Here comes a huge cleanup patch in order to get the sources into
Michael Hunold
2003-04-30
- introduce dvb_functions.h in order to make the dvb subsystem
Michael Hunold
2003-04-25
Lots of cosmetic changes in order to sync the CVS with
Michael Hunold
2003-04-24
- #include "compat.h" --> #include "dvb_compat.h"
Holger Waechtler
2003-04-24
Change "compat" to "dvb_compat".
Michael Hunold
2003-03-24
code review
Holger Waechtler
2003-03-24
kmalloc->vmalloc where necessairy
Holger Waechtler
2003-03-21
many more portability changes
Holger Waechtler
2003-03-21
- include "compat.h" always, we definitely need this trashcan...
Holger Waechtler
2003-03-20
Small changes all over the place:
Michael Hunold
2003-03-07
added ioctl DMX_GET_STC
Johannes Stezenbach
2003-03-06
another attempt to get the poll() thing right...
Holger Waechtler
2003-02-20
ensure that poll_wait() is always called in poll()
Holger Waechtler
2003-02-17
replaced pid2feed array by linked list, allow multiple
Andreas Oberritter
2003-01-09
last commit did break select()
Andreas Oberritter
2003-01-08
apply optimisation patches suggested by Dr. Werner Fink <werner@suse.de>
Holger Waechtler
2003-01-03
Build fixes for 2.5.x, thank Gregoire Favre <greg@ulima.unil.ch>
Michael Hunold
2002-12-29
Major 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() bug
Holger Waechtler
2002-11-07
applied filter mutex patch by <matt@Helius.COM>
Holger Waechtler
2002-11-07
#include "compat.h"
Holger Waechtler
2002-10-21
reset ringbuffer on error in read() callback too
Holger Waechtler
2002-10-21
reset ringbuffer in dmx_dev_filter_start()
Holger Waechtler
2002-10-18
#include <linux/videodev.h> for video_usercopy()
Holger Waechtler
2002-10-17
s/dvb_adapter_t/struct dvb_adapter/g
Holger Waechtler
2002-10-17
s/generic_usercopy/video_usercopy/g
Holger Waechtler
2002-10-17
- more coding style paranoia
Holger Waechtler
2002-10-17
C99 fixes
Holger Waechtler
2002-10-16
the 2.5 tree
Holger Waechtler