summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2003-05-13patch from Jaakko Hyvatti http://hyvatti.iki.fi/~jaakko/dvb/dvb6.diff:Johannes Stezenbach
2003-05-07fixed remaining frontend thread issues (I hope ;-)Johannes Stezenbach
2003-05-06trying to fix frontend thread start/stop problemsJohannes Stezenbach
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-05-03Update dec driver to work with 2.5 kernelsAlex Woods
2003-04-30- introduce dvb_functions.h in order to make the dvb subsystemMichael Hunold
2003-04-29- portability fixes, follow compat.[hc] -> dvb_compat.[hc] changesHolger Waechtler
2003-04-28make dvbdmx_connect_frontend() and dvbdmx_disconnect_frontend() nonstaticHolger Waechtler
2003-04-26Revert ddelay() cleanup, discuss this first with Holger.Michael Hunold
2003-04-25fix syntax errors to get it compile again.Holger Waechtler
2003-04-25Lots of cosmetic changes in order to sync the CVS withMichael Hunold
2003-04-24Some fixes to get the "analog" i2c drivers to work for both 2.4 andMichael Hunold
2003-04-24- #include "compat.h" --> #include "dvb_compat.h"Holger Waechtler
2003-04-24Change "compat" to "dvb_compat".Michael Hunold
2003-04-22- removed the compatibility crap around KBUILD_MODNAME from all drivers,Michael Hunold
2003-04-20export dvbdmx_connect_frontend and dvbdmx_disconnect_frontendAndreas Oberritter
2003-04-20add cx24110 driver and remove LINUX_VERSION_CODE checks from regular code -Holger Waechtler
2003-04-15remove name/vendor/id strings, these caused only troubles everywhere and nobo...Holger Waechtler
2003-04-14remove _s suffixes from struct definitionsHolger Waechtler
2003-03-31Small fixes to make the driver compile with 2.5.66Michael Hunold
2003-03-28A whole bunch of small changes all over the place:Michael Hunold
2003-03-24code reviewHolger Waechtler
2003-03-24kmalloc->vmalloc where necessairyHolger Waechtler
2003-03-21even more portability stuffHolger Waechtler
2003-03-21many more portability changesHolger Waechtler
2003-03-21- more portability changes, move ddelay() into compat.hHolger 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-19add a flag FE_CAN_RECOVER to frontend capabilities. When you set this flagHolger Waechtler
2003-03-18fix comment and rename 'struct dvb_ringbuffer_s' to 'struct dvb_ringbuffer'Holger Waechtler
2003-03-17- Fixed the build-2.4 tree to compile with 2.4.18 kernels.Michael Hunold
2003-03-07added ioctl DMX_GET_STCJohannes Stezenbach
2003-03-06another attempt to get the poll() thing right...Holger Waechtler
2003-02-27- fix some bugs that appeared in system with both analog and digitalMichael Hunold
2003-02-26fixed build for kernel versions < 2.5.63Andreas Oberritter
2003-02-26- Compile fixes against 2.5.63 (daemonize() has been changed)Michael Hunold
2003-02-23Before changing promiscuous/multi state (and temporarily stoppingDavor Emard
2003-02-20ensure that poll_wait() is always called in poll()Holger Waechtler
2003-02-18ring buffer cleanupOliver Endriss
2003-02-17replaced pid2feed array by linked list, allow multipleAndreas Oberritter
2003-02-03NET_GET_IF ioctl implementation contributed by <lymes@tiscalinet.it>Holger Waechtler
2003-01-27Adjusted the versioning for the "get_user_pages()" function,Michael Hunold
2003-01-24implement vmalloc_to_page() again in order to maintain backward compatibilityHolger Waechtler
2003-01-22Export dvb_swf_filter()Florian Schirmer
2003-01-18- add name field to struct dvb_adapterFlorian Schirmer
2003-01-09- add #include <asm/semaphore.h> and #include <linux/timer.h> in orderHolger Waechtler
2003-01-09take over Bugfixes and improvements by Ralph Metzler <rjkm@metzlerbros.org>Holger Waechtler
2003-01-09last commit did break select()Andreas Oberritter
2003-01-08apply optimisation patches suggested by Dr. Werner Fink <werner@suse.de>Holger Waechtler