summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2003-06-13read MAC from EEPROM if available, contributed by Michael Glaum <mglaum@kvh.com>Holger Waechtler
2003-06-13use tq_schedule instead of tq_immediateHolger Waechtler
2003-06-12code review and fix the old race condition in dev->set_multicast_listHolger Waechtler
2003-06-03Cleaned up the list of includes.Michael Hunold
2003-06-02Deadlock. Bei einem blockierenden FE_GET_EVENT wird der fe-thread amHolger Waechtler
2003-05-28Some include fixes to make the code compile again both withMichael Hunold
2003-05-28Fix the stuff I got wrong the first time:Michael Hunold
2003-05-28Feed 2.5 changes to CVS.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-05-26check for err == -EOPNOTSUPP in dvb_frontend_internal_ioctl instead ofAndreas Oberritter
2003-05-20Some more ppc-compilation fixes:Michael Hunold
2003-05-19fix (void*) -> (int) cast for 64bit architectures, use long instead of intHolger Waechtler
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