summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
AgeCommit message (Collapse)Author
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- 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-06added support for special Artec devices (with AN2235 usb controller)Patrick 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 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-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
2004-10-27- lots of internal refactoringDaniel Mack
- even more configurable options
2004-10-26spinlock initilization added (thanks to Philipp Stucke)Patrick Boettcher
2004-10-26#if 0'ing unused codePatrick Boettcher
2004-10-26- please don't use CVS version magic stuff likeMichael Hunold
"$Id: xxxxxxx.h,v 1.7 2004/09/28 19:39:06 xxx Exp"
2004-10-26- follow kernel coding style: remove various linefeeds, don't put "static" ↵Michael Hunold
qualifiers on a separate line - add new module parameter "debug" and dprintk() - remove umlauts
2004-10-26- clean up io_mem messMichael Hunold
2004-10-26- use <linux/bitops.h> instead of <asm/bitops.h>Michael Hunold
2004-10-26- use <linux/bitops.h> in favour of <asm/bitops.h>Michael Hunold
2004-10-25- remove unnecessary type caseMichael Hunold
- use ARRAY_SIZE() macro Thanks to Philipp Matthias Hahn <pmhahn@titan.lahn.de>
2004-10-25- use c99 initializersMichael Hunold
2004-10-20mac.ethernet is obsolete in kernel 2.6.9; ifdef for thisPatrick Boettcher
2004-10-18- budget_debug is a module parameter, so it must not be staticMichael Hunold
2004-10-16- fixed some shifting bugs in tps calculationDaniel Mack
- got rid of using the frontend infrastructure
2004-10-15fixed sleep mode logicDaniel Mack
2004-10-15removed debug left-overHolger Waechtler
2004-10-15very conservative default valuesHolger Waechtler
2004-10-15added a driver for TerraTec's brand new Cinergy T² deviceDaniel Mack
2004-10-15Fix misplaced #endif which may cause problems with pinnaclesat cards.Christopher Pascoe
Print a message suggesting that a failure to find the DMA core for a card could be the result of having the ALSA bt87x audio driver loaded.
2004-10-13*dang* committed a bug, correctedPatrick Boettcher
2004-10-11update Marko Kohtala's email addressHolger Waechtler
2004-10-11merged some of the changes Andreas Oberritter did in FE_REFACTORING to HEADPatrick Boettcher
2004-10-08New 2000T type model number (70013)Alex Woods
2004-10-06patch by Luca Bertagnolio: add dvb_net_debug module parameterJohannes Stezenbach
2004-10-05change wording: "BIOS hotplug" -> "BIOS Plug&Play OS"Johannes Stezenbach
2004-10-04- added GET_TUNE_SETTING ioctlPatrick Boettcher
- correct LOCK status
2004-10-04correct the GET_STATUS behaviourPatrick Boettcher
2004-10-01- Fix dvb-ttpci ca write poll.Kenneth Aafloy
2004-09-30firmware load problem, never recognized it, but it was always there; removed ↵Patrick Boettcher
timeout since it is removed from kernel 2.6.9..