summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Collapse)Author
2004-11-11don't report FE_HAS_LOCK w/o (FE_HAS_CARRIER && FE_HAS_VITERBI && FE_HAS_SYNC)Johannes Stezenbach
2004-11-11Renamed functions now I know the correct tuner moduleAndrew de Quincy
2004-11-10Patch from olivier to add support for KNC cardsAndrew de Quincy
2004-11-10- lots of empress stuff from Andrew de Quincey + some rewrites from me.Gerd Knorr
- misc fixes.
2004-11-09Fixed up init tablesAndrew de Quincy
2004-11-09Hopefully fixed the skystar2 problem - hard to spot bug in the init table codeAndrew de Quincy
2004-11-09Sigh. another stupid bugAndrew de Quincy
2004-11-09TypoAndrew de Quincy
2004-11-09Added delay loopAndrew de Quincy
2004-11-09Added wait loopAndrew de Quincy
2004-11-09Fix up tuner i2c problemsAndrew de Quincy
2004-11-09Fixed chipid for tda10046Andrew de Quincy
2004-11-09This device cannot handle a read operation without a stop conditionAndrew de Quincy
between register and byte
2004-11-09TypoAndrew de Quincy
2004-11-09Cleaned device attachAndrew de Quincy
2004-11-09- avermedia fixes (by Nickolay V. Shmyrev).Gerd Knorr
- make it build on non-cutting edge kernels (i.e. 2.6.9 ;) - convert remaining modules to new-style insmod options.
2004-11-09Added stv0297 entryAndrew de Quincy
2004-11-09Added support for stv0297 based cardsAndrew de Quincy
2004-11-09Set "magic bits"Andrew de Quincy
2004-11-09Cope with missing init() functionAndrew de Quincy
2004-11-09Forgot to unset initialised flag after sleepAndrew de Quincy
2004-11-08- saa7134: cardlist update (Michael Rodriguez-Torrent).Gerd Knorr
2004-11-08- make needlessly global code staticMichael Hunold
- remove unused code Thanks to Adrian Bunk <bunk@stusta.de>
2004-11-08- make needlessly global code staticMichael Hunold
- whitespace and newline cleanups Thanks to Adrian Bunk <bunk@stusta.de>
2004-11-07added remote control event handling. Thanks to David Matthews.Patrick Boettcher
2004-11-07Fixed set_toneAndrew de Quincy
2004-11-07- kill obsolete stuff.Gerd Knorr
2004-11-07- yet another video-buf interface change + fixups.Gerd Knorr
- move more modules to new-style insmod options.
2004-11-06added support for special Artec devices (with AN2235 usb controller)Patrick Boettcher
2004-11-05- misc.Gerd Knorr
2004-11-05updated the docs for the new dibusb devicesPatrick Boettcher
2004-11-05- enable several new devices (even the broken Artec T1 with a Kconfig switch)Patrick Boettcher
- fixed dvb-dibusb in order to get along with dib3000 changes
2004-11-05- large refactoring of the dib3000mb frontend to make integration of thePatrick Boettcher
dib3000mc easier, especially to avoid code duplication
2004-11-05- compile before commit...Michael Hunold
2004-11-04- saa7134: added cinergy mobile (thanks to Hans Koch), tuner notGerd Knorr
working yet through ...
2004-11-04 kernel compat changes for < 2.6.9, 2nd try.Kenneth Aafloy
2004-11-03- remove remaining cvs commit foobar stuffMichael Hunold
- remove media/Kconfig, it's not needed any more for makelinks
2004-11-03- repair whitespace and newline damageMichael Hunold
- convert remaining printk()s to dprintk()s
2004-11-03- add __iomem annotations (backport from 2.6.10-rc1-bk9)Michael Hunold
2004-11-03- remove another automatic cvs commit foobarMichael Hunold
2004-11-03- disable spinlock debugging stuff for 2.4Michael Hunold
2004-11-03- cx88: fix/add dvb cards by Christopher PascoeGerd Knorr
- saa7134: new card - misc minor fixes.
2004-10-31- corrected tuner address, it was broken since FE_REFACTORING.Patrick Boettcher
Andrew, was there a reason why you >> 1 the pll address and << 1 always when it was needed?
2004-10-30Remove extraneous parameter from mt352_attach call for the DVICO FusionHDTVChristopher Pascoe
DVB-T Lite.
2004-10-28- Remove personal build parameterKenneth Aafloy
- Compile fix for skystar2 w/2.6.8.1
2004-10-28random API changes cause random bugsHolger Waechtler
2004-10-28- remap_page_range() --> remap_pfn_range()Holger Waechtler
- fix typo in Kconfig help
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-10-28- remove whitespace and newline damageMichael Hunold
- don't put static qualifiers on separate line - re-add debug module parameter
2004-10-28- fix for module_param_array() for kernels > 2.6.9Michael Hunold