summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
AgeCommit message (Expand)Author
2005-06-13- added preliminary support for tda827x tunersHartmut Hackmann
2005-06-13- added preliminary support for tda827x tunersHartmut Hackmann
2005-06-13Remove I2C_DRIVERID_DVBFE_ cruftAndrew de Quincy
2005-06-13Support for new TT DVB-T-CI, thanks to Andre WeidemannAndrew de Quincy
2005-06-13From: Randy Dunlap <rdunlap@xenotime.net>Patrick Boettcher
2005-06-12Implement fe status functionsAndrew de Quincy
2005-06-12Implement DISEQC transmit and my best guess at DISEQC receive - needs testing.Andrew de Quincy
2005-06-12In dvb_dmxdev_filter_start if we go out because of an error, releaseJohannes Stezenbach
2005-06-12add big-endian register definitions for running on a PowerPC. (Thanks to Paav...Patrick Boettcher
2005-06-12Fixed initialisation of LNBP21Andrew de Quincy
2005-06-12Implement voltage controlsAndrew de Quincy
2005-06-12Get i2c working properlyAndrew de Quincy
2005-06-12Correct subsystem idAndrew de Quincy
2005-06-11Initial support for s5h1420 frontend (new hauppauge/tt DVB-S SE). UntestedAndrew de Quincy
2005-06-09Add workaround for lock loss issue.Andrew de Quincy
2005-06-08corrected some typos.Patrick Boettcher
2005-06-08fixed memcpy copying into the wrong destination. Thanks to Allan Third for re...Patrick Boettcher
2005-06-07added another USB ID pair for the VideoWalker USB DVB-TPatrick Boettcher
2005-06-07DVB-T part seems to work properly now.Patrick Boettcher
2005-06-07Fixed isochronous transfers. Thanks to Alan Stern and David Brownell for the ...Patrick Boettcher
2005-06-07added output_mode-field (parallel/serial) to the config-struct (needed for th...Patrick Boettcher
2005-06-07There was no pid-filter-count set for some devices - led to an error. Thanks ...Patrick Boettcher
2005-06-06Some more work on the digitv-usb-driver:Patrick Boettcher
2005-06-06added dvb_pll_desc for ALPS TDED4 used in Nebula USB boxes.Patrick Boettcher
2005-06-06added module parameter to deactive remote control polling.Patrick Boettcher
2005-06-06Fix a race condition where an application which issued FE_READ_STATUSJohannes Stezenbach
2005-06-06Disable zig-zag and set min_delay_ms = 4000 as suggestedJohannes Stezenbach
2005-05-31added .get_tune_settings callback (min_delay_ms = 1sec) to make it even possi...Patrick Boettcher
2005-05-31changed dvb-pll-desc to take the frequency as parameter for setbw-callback in...Patrick Boettcher
2005-05-31added preliminary support for the Medion Hybrid USB2.0 DVB-T/Analogue box. An...Patrick Boettcher
2005-05-31added isochronous-streaming method.Patrick Boettcher
2005-05-30From: Thierry Vignaud <tvignaud@mandriva.com>Patrick Boettcher
2005-05-30The solution below wastes a few 100 bytes of space, but I think we canPatrick Boettcher
2005-05-28add missing release_firmware() calls to fix memory leakJohannes Stezenbach
2005-05-26fixed support for the ADSTech Instant TV DVB-T USB (2.0 version) Thanks to Ge...Patrick Boettcher
2005-05-26Miscellaneous cleanupsManu Abraham
2005-05-26Fix 22k tone control bugManu Abraham
2005-05-26Fix bug in LNB Power switchingManu Abraham
2005-05-26Cleanup unnecessary (and undesirable) casts, demodulator_priv is already a void*Manu Abraham
2005-05-26Fix bug in mini DiSEqC codeManu Abraham
2005-05-24fix:Johannes Stezenbach
2005-05-23bugfix: limit for firmware version check was too low for tda10045Hartmut Hackmann
2005-05-21Fixed litte/big-endian conversion for raw remote-control keys. Thanks to Mart...Patrick Boettcher
2005-05-18adapted to tda1004x driver updateHartmut Hackmann
2005-05-18- added config options for IF frequency and AGCHartmut Hackmann
2005-05-18- added config options for IF frequency and AGCHartmut Hackmann
2005-05-16clearing busy state of the HAB if something went wrongPatrick Boettcher
2005-05-15added support for the Broadcom BCM3510 ATSC (8VSB/16VSB & ITU J83 AnnexB FEC ...Patrick Boettcher
2005-05-14generate an irq after max. 8 packets,Andreas Oberritter
2005-05-13Use of time_after() macro, defined at linux/jiffies.h, which deal withJohannes Stezenbach