summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
AgeCommit message (Expand)Author
2004-11-09Cope with missing init() functionAndrew de Quincy
2004-11-08- make needlessly global code staticMichael Hunold
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-10-20mac.ethernet is obsolete in kernel 2.6.9; ifdef for thisPatrick Boettcher
2004-10-06patch by Luca Bertagnolio: add dvb_net_debug module parameterJohannes Stezenbach
2004-09-18Stuff backfeeded from 2.6.9-rc2-mm1:Michael Hunold
2004-09-06Patch from Steve Toth for cx22702/new Hauppauge Nova-T support.Andrew de Quincy
2004-09-06Fixed system freeze with SMP/preemptive kernels. Using spin_lock instead of s...Oliver Endriss
2004-09-05added I2C_DRIVERID_DVBFE_DIB3000MB for the dib3000mb frontend driver.Patrick Boettcher
2004-08-30without hierachical coding code_rate_LP is irrelevant,Johannes Stezenbach
2004-08-28Compile fix from jo2h2Andrew de Quincy
2004-08-27- Revert the last change, untill a method which does not overflow.Kenneth Aafloy
2004-08-27Moved CAM CTRL IF reset to a better place.Andrew de Quincy
2004-08-26sanity check to avoid leading garbage at transponder switch contributed by Pa...Holger Waechtler
2004-08-26Patch from Sjoerd Simons for better debugging with multiple cardsAndrew de Quincy
2004-08-24- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()Michael Hunold
2004-08-24- back feed from 2.6.8.1: replace struct iovec with struct kvecMichael Hunold
2004-08-18- add the include to the header file, it's needed at other places, tooMichael Hunold
2004-08-18- #include <linux/smp_lock.h> to avoid warnings about lock_kernel()Michael Hunold
2004-08-18- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...Michael Hunold
2004-08-18- nuke dvb functions stuffMichael Hunold
2004-08-18- remove dvb i2c code (all drivers are ported to kernel i2c)Michael Hunold
2004-08-16No longer attempts to parse body of tuple 0xffAndrew de Quincy
2004-08-16Fix for matrix CAMs from Sjoerd SimonsAndrew de Quincy
2004-08-08patch by Martin Binder: #include <linux/moduleparam.h> where necessaryJohannes Stezenbach
2004-08-06- add sysfs/udev support using "class_simple"Michael Hunold
2004-08-03boolean typo in dvb_dmx_swfilter_sectionfilter() found by Dave JonesJohannes Stezenbach
2004-08-02use c99 initializersJohannes Stezenbach
2004-08-02- clean up whitespace at eolJohannes Stezenbach
2004-08-02patch by Wolfgang Fritz: suppress spurious events during tuningJohannes Stezenbach
2004-07-31merge back various cleanups from mainline kernel:Johannes Stezenbach
2004-07-30 - More MODULE_PARM -> module_param changes, all should be corrected now.Kenneth Aafloy
2004-07-28set fe->state=FESTATE_DISEQC on FE_SET_VOLTAGE as suggested by Andreas ShareJohannes Stezenbach
2004-07-27change DVB major number from 250 to 212 as assigned by www.lanana.orgJohannes Stezenbach
2004-07-16 - Do not allow write (and related) ioctls when frontend is opened RDONLY.Kenneth Aafloy
2004-07-16 - Adding I2C_DRIVERID for all frontends to dvb_i2c.hKenneth Aafloy
2004-07-12Missing header change for:Kenneth Aafloy
2004-07-12 - Properly lock the frontend module on open/close.Kenneth Aafloy
2004-07-11patch by Christopher Pascoe: remove bogus up(fe->sem) on fe thread exitJohannes Stezenbach
2004-05-27prevent Oops when PES filter is set with invalid pes_typeJohannes Stezenbach
2004-05-14Fix for aston CAM read timeout problemsAndrew de Quincy
2004-05-14Remove test for FE_CAN_MUTE_TS so that frontends will not leak stray data dur...Andrew de Quincy
2004-05-05protect feed_list with spin_locks (possibly fixes crashes on SMP)Johannes Stezenbach
2004-05-03- remove 2.4 compat code, expect for ttusb_dec.cMichael Hunold
2004-05-03Overhaul frontend i2c subsystem because of the recent discussion aboutMichael Hunold
2004-04-29- protect adapter module from removal after net interface has been set upMichael Hunold
2004-04-18- now really fix compilatonMichael Hunold
2004-04-18- fix compilationMichael Hunold
2004-04-14- rename FEEDTYPE_SEC/TS to DVB_NET_FEEDTYPE_MPE/ULEJohannes Stezenbach
2004-04-14formatting and codingstyle fixesJohannes Stezenbach