summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
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-16- re-disable the saa7146 master reset on device startup. I enabled thisMichael Hunold
2003-08-11Fix typo, remove unused variable.Michael Hunold
2003-08-11- follow latest changes in video-bufMichael Hunold
2003-08-11If somebody calls G_TUNER for a DVB-C card w/ analog module, thenMichael Hunold
2003-08-09Change to URB mem allocation to GFP_ATOMIC since it gets called fromAlex Woods
2003-08-04Remove debugging printk()s.Michael Hunold
2003-07-31Improvements regarding streaming capture to gfx card memory.Michael Hunold
2003-07-30- FIELD_ALTERNATE capture was broken, add a "wait for vbi" command beforeMichael Hunold
2003-07-29Kconfig un-obfuscation, contributed by Roman ZippelMichael Hunold
2003-07-29Remove Makefile, all changes have gone into 2.6-test2Michael Hunold
2003-07-26show i2c read errors only for registered frontendsAndreas Oberritter
2003-07-24bend only for different adapters...Holger Waechtler
2003-07-23fix MakefileAndreas Oberritter
2003-07-22fix DMX_GET_STC for video-only playbackJohannes Stezenbach
2003-07-22- really fix get_stcMichael Hunold
2003-07-21Patch by Michael Glaum, code by Metzler Bros.:Johannes Stezenbach
2003-07-19Hand off all processing of urb data to a taskletAlex Woods
2003-07-17Fix build for 2.4.Michael Hunold
2003-07-17[V4L] - fix static build for hexium_gemini and hexium_orion drivers (Thanks t...Michael Hunold
2003-07-16Fix compilation with 2.5Michael Hunold
2003-07-16- change function return values from u32 to int where possibleMichael Hunold
2003-07-16- crap removalMichael Hunold
2003-07-16- change commentsMichael Hunold
2003-07-16- Use c99 initializersMichael Hunold
2003-07-15- indentation fixesMichael Hunold
2003-07-15Add "skystar2" driver. Please review the Kconfig files.Michael Hunold
2003-07-15- "indent -kr -i8"Michael Hunold
2003-07-14- indented the source properlyMichael Hunold
2003-07-13Check more reliable field to decide on whether to upload firmware or not.Alex Woods
2003-07-12Resolve problem with first tuning under kernel 2.5Alex Woods
2003-07-12Changed microcode location commentAndrew de Quincy
2003-07-12Beautify code (hopefully - it's in the eye of the beholder after all)Alex Woods
2003-07-11Fixed a stupid bug in tuningAndrew de Quincy
2003-07-10Change the temporal order of the fields for the ALTERNATE mode, ie. waitMichael Hunold
2003-07-09new av7110 firmware version 0x261a which fixes:Johannes Stezenbach
2003-07-08Read SP8870 status reg to clear pending irqs in FE_SET_FRONTEND,Johannes Stezenbach
2003-07-07Make the "ext_vv_data" informations a per-device information insteadMichael Hunold
2003-07-04fix DMX_GET_STC to get the msb rightJohannes Stezenbach
2003-07-04remove trailing ';'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-07-01Holger:Michael Hunold
2003-07-01- capturing alternating fields to different buffers works nowMichael Hunold
2003-07-01- fix a capture problem (fields got lost accidentaly, fields belongingMichael Hunold
2003-06-29- remove obsolete fields from struct bt878Holger Waechtler
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-27Final cleanup of tda10045h supportAndrew de Quincy