summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2003-10-01- clean up Kconfig files, use the new SELECT facilityMichael Hunold
2003-09-19patch by Jon Burgess:Johannes Stezenbach
2003-09-10Use iminor() instead of minor(), add a macro to provide 2.4Michael Hunold
2003-09-10Make sure void* arguments get converted in two steps:Michael Hunold
2003-09-10Add missing #includeMichael Hunold
2003-08-26added missing initialization of '.readers'Oliver Endriss
2003-08-24- * dvb-core.hAndreas Oberritter
2003-08-24Fix copyright stuff in various files:Michael Hunold
2003-08-21fix (int)<->(void*) compile warning, there are many more, especially in the D...Holger Waechtler
2003-08-21Port the latest video device changes (multiple read device opens)Michael Hunold
2003-08-09Change to URB mem allocation to GFP_ATOMIC since it gets called fromAlex Woods
2003-07-24bend only for different adapters...Holger Waechtler
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