summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2003-07-04don't include <linux/crc32.h>, this is done by dvb_compat.hHolger Waechtler
2003-07-01report EINTR if dvr write gets interruptedJohannes Stezenbach
2003-06-29add some sanity checks and additional locking in synchronizer codeHolger Waechtler
2003-06-29clear net_device struct using memset(net, 0, ...) before initializingHolger Waechtler
2003-06-27flush work queues on deinitialisation, restart feeds in set_mac in work queueHolger Waechtler
2003-06-24- set check-CRC flag on section filter to drop broken packetsJohannes Stezenbach
2003-06-23- prevent interface from being removed while it is in useJohannes Stezenbach
2003-06-23get rid of trailing whitespaceJohannes Stezenbach
2003-06-23use proposed mac where possible, fix the uninitialized net->addr_len bug, mak...Holger Waechtler
2003-06-22Rollback to munges and split usb compat stuff out to fix buildingAlex Woods
2003-06-212.5 compile fixesHolger Waechtler
2003-06-21fix compile warningHolger Waechtler
2003-06-21- 2.5 API changes for bt878Holger Waechtler
2003-06-21remove card_num and dev_num from struct dvb_netHolger Waechtler
2003-06-21code review, use adap->num instead of card_num field, card_num and dev_num ar...Holger Waechtler
2003-06-212.5 portability code to task queuesHolger Waechtler
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
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