Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-29 | bugfix by Robert Cook: FE_RESET did the same as FE_INIT, thus invalidating | Andreas Oberritter | |
current channel settings on FE_RESET | |||
2004-01-28 | Need to re-invert inversion for tda10046 in get_fe() | Andrew de Quincy | |
2004-01-28 | Now resets chip before uploading firmware | Andrew de Quincy | |
2004-01-28 | Had to split firmware upload off from frontend init... the initial tune attempt | Andrew de Quincy | |
was taking too long. Also, provided explanation of tuner frequency calculations. | |||
2004-01-27 | Fixed frequency calculation.. realised its exactly the same as the | Andrew de Quincy | |
tda10045h one! | |||
2004-01-27 | Fixed signal strength reading for tda10046h | Andrew de Quincy | |
2004-01-27 | Updated description | Andrew de Quincy | |
2004-01-27 | Small tweaks. Better inversion handling, and changed how 6MHz is set in | Andrew de Quincy | |
tuner | |||
2004-01-27 | Forgot to make sure inversion was on for TDA10046H | Andrew de Quincy | |
2004-01-27 | Implemented tda10046h driver | Andrew de Quincy | |
2004-01-26 | don't send zero-byte messages when probing the PLL type | Holger Waechtler | |
2004-01-23 | - spelling fix: aquire -> acquire | Michael Hunold | |
2004-01-16 | merge frontend improvements from DVB tree: | Johannes Stezenbach | |
- schedule_timeout(1) in dvb_frontend.c after setting frontend and before waking up frontend thread - do FE_RESET in each iteration of frontend thread if !FE_HAS_LOCK - use aquire_signal flag to call FE_RESET only after tuning until FE_HAS_LOCK has been signalled, and not when FE_HAS_LOCK drops out for short periods of time later | |||
2004-01-06 | - fix compilation with "make allyesconfig": make av7110 | Michael Hunold | |
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/ | |||
2003-12-24 | - give more credit to Jamie Honan, he's the guy that has done most of the | Michael Hunold | |
hard work for TwinHan / DST support. | |||
2003-12-23 | remove AUTO_INVERSION for capabilities (not true) | Jamie Honan | |
allow params dst_type_flags and dst_type to have multiple values for multiple cards in one machine | |||
2003-12-20 | increase mdelay from 30 to 50 to be more reliable with bad reception quality | Andreas Oberritter | |
2003-12-20 | updated contributors.txt and some email addresses | Andreas Oberritter | |
2003-12-09 | use correct delay values, don't divide by HZ when using dvb_delay(). | Holger Waechtler | |
found by Artur Skawina. | |||
2003-12-01 | patch for the mt312 module, targeting the VP310. Contributed by Augusto Cardoso. | Holger Waechtler | |
1) Reduced heat in most applications of the VP310. This is specially important on the Skystar2 application. Some old boards based on the VP310 will have heat problems without this patch an may be permanently damaged. 2) Implement "auto" inversion mode for the VP310. With this and a VP310, you don't have to worry about inversion, this is like it should be. 3) Remove unnecessary "prints". 4) Add the ability to generate a module with the option to use debug. When MT312_DEBUG is 0, there is no debug code in the module. When it's set to 1, it's possible to control debug using the module parameter "debug=1" | |||
2003-11-29 | set FE_HAS_LOCK only when all low-order bits are valid | Holger Waechtler | |
2003-11-27 | - completed nokia board support | Andreas Oberritter | |
- increased delay before inversion change to 30ms to get constant results - added 30ms delay after FE_SET_FRONTEND for quick and stable tuning. don't know why it is that much faster with it, I noticed it by pure luck after adding a printk which delayed for about 4 jiffies. ;) maybe it avoids a bug or delay in some other part of the code (maybe dvb_frontend.c?). feedback by pci card users would be appreciated. - changed a c++ comment to c style | |||
2003-11-27 | fix typo in code rate table lookup for FE_GET_FRONTEND | Holger Waechtler | |
- p->code_rate_LP = fec_tab[val >> 3]; + p->code_rate_LP = fec_tab[val & 0x07]; | |||
2003-11-27 | - set default pwm value to 0x48 for boards which don't have an eeprom at i2c ↵ | Andreas Oberritter | |
address 0x50 instead of using a random value of an uninitialized local variable. - don't bail out if no tuner could be detected, for compatibility with boards which don't have a tuner on the same bus as the demod. | |||
2003-11-25 | make it compile with non-C99-compliant gcc versions. Patch contributed by ↵ | Holger Waechtler | |
Wolfgang Thiel | |||
2003-11-23 | fix frontend private data handling. patch by Mikael Rosbacke <rosbacke at ↵ | Andreas Oberritter | |
nada.kth.se> | |||
2003-11-20 | obsolete, removed. | Holger Waechtler | |
2003-11-20 | firmware loader implementation contributed by Martin Stubbs | Holger Waechtler | |
2003-11-19 | Whoops, forgot to add a "return 0" at the end of the init function | Andrew de Quincy | |
2003-11-19 | Added new module parameter to choose between BER and UCBLOCKs error | Andrew de Quincy | |
monitoring since the STV0299 can't do both at once (BER is the default) | |||
2003-11-12 | - use per i2c-adapater void pointer for private data in nxt_attach() / ↵ | Michael Hunold | |
nxt_detach() feedback appreciated! | |||
2003-11-12 | - compile fix | Michael Hunold | |
2003-11-12 | - re-indent the source | Michael Hunold | |
- remove unnecessary blank lines - remove #pragma stuff - add 3 obviously missing break statements in nxt6000_dump_status() - use c style comments instead of // - remove bogus version history from header file - remove Windoze style <cr> from header file | |||
2003-11-12 | Added modifications based on the recommended settings in the SU1278 | Andrew de Quincy | |
datasheet. Cleaned up some tabbing problems. | |||
2003-11-12 | - let the samsung tuner module count bit errors instead of block errors | Holger Waechtler | |
- some indentination stuff | |||
2003-11-11 | remove FE_CAN_INVERSION_AUTO | Johannes Stezenbach | |
2003-11-11 | increase buf for firmware loading by 2 (bug reported by Jamie Honan) | Johannes Stezenbach | |
2003-11-10 | remove __devinitdata (fixes Oops) | Johannes Stezenbach | |
2003-11-07 | Patch by Vadim Catana <skystar@moldova.cc>: | Johannes Stezenbach | |
Add support for Technisat SkyStar2 rev. 2.6B with Samsung TBMU24112IMB frontend. | |||
2003-11-06 | add reg to stv0299_readreg() dprintk | Johannes Stezenbach | |
2003-11-05 | Correct tuner type for -MOT from Grant Totten | Jamie Honan | |
2003-11-03 | DST-M0T should be DST-MOT : zero vs Oh | Jamie Honan | |
2003-11-03 | corrected invalid email address dvb-kernel@linuxtv.org | Johannes Stezenbach | |
2003-11-01 | Dimitri suggested some mods for signal/quality for terrestial. | Jamie Honan | |
2003-10-29 | Pin 1 versus pin 2 needs more testing. Put back as was till more | Jamie Honan | |
feedback. | |||
2003-10-28 | Fix 03T to have TS204 | Jamie Honan | |
Allow user params to specify type and flags for new users who don't want to mod software but are happy to put params on mudule loads for new / wrong cards. | |||
2003-10-28 | Pin 2 for 8820 is controlled by value 4. Also normally low, | Jamie Honan | |
thus needs to be driven high to have any effect. | |||
2003-10-28 | - reworked i2c / gpio so not so hackerish and more in line with | Jamie Honan | |
what Gerd is moving to - allowed multiple instances of dst frontend. - should handle terrestial cards correctly. Can mix and match ts204, new tuner packets, symbol rate types in tuner packets - has more DST strings on i2c asic discovery (in dst_check_ci) - can override card PCI id using card=0x68 for bttv driver. bt878 audio dma still hogs all cards it finds, but this is an interim release to work towards fixing this - put in rudimentary signal strength / snr. The scale factors are not right. Should work for terrestial / satellite. - Put in Dimitri's fix of not doing dst_enable after reciept of the 0xFF ack, but allowing the asic to do this itself. | |||
2003-10-16 | - fix usage of firmware location Kconfig option (Thanks Jamie!) | Michael Hunold | |
2003-10-13 | DVB_TWINHAN_DST | Jamie Honan | |