Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-16 | comment out noisy dprintk in dst_get_signal() | Johannes Stezenbach | |
(why are errors only visible with debug on? this needs to be cleaned up so we can disable debug by default) | |||
2005-07-10 | - stop log spamming when running femon (printk -> dprintk) | Johannes Stezenbach | |
- dst_read_status() needs to call dst_get_signal() to get up-to-date information Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-28 | Fix tuning failure for 200103A, 200103A failed to tune to low band | Manu Abraham | |
due to wrong tone setting on the 200103A Signed-off-by: Steffen Motzer <motzersn@t-link.de> Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Make the Symbolrate setting card specific | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Fix a bug that caused the polarity (V/H) to be interchanged | Manu Abraham | |
Patch sent by Allan Stirling Signed-off-by: Manu Abraham <manu@kromtek.com> Signed-off-by: Allan Stirling <Dibblahdvb0042@pendor.org> | |||
2005-06-22 | Code simplification | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Fix a bogus frontend signal lock, that caused a tuning delay as well. | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Fix a bug that caused the polarization not to be set. | Manu Abraham | |
Set polarization for cards that do not autodetect polarization Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Set QAM size for DVB-C cards that do not autodetect QAM size | Manu Abraham | |
Signed-off-by Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Make the bandwidth setting generic such that it supports more DVB-T cards | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Make the frequency setting card specific | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Make the inversion setting specific, ie, only for the 200103A DVB-S | Manu Abraham | |
This should not be flagged on other cards. | |||
2005-05-26 | Miscellaneous cleanups | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-05-26 | Fix 22k tone control bug | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-05-26 | Fix bug in LNB Power switching | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-05-26 | Cleanup unnecessary (and undesirable) casts, demodulator_priv is already a void* | Manu Abraham | |
Suggestion from Andrew Morton Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-05-26 | Fix bug in mini DiSEqC code | Manu Abraham | |
The bug was visible as a warning with gcc-3.4.4(prerelease) Message: drivers/media/dvb/bt8xx/dst.c: 1349: warning: initialization from incompatible pointer type. Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-05-03 | removed unused module parameter session | Manu Abraham | |
removed unnecesary delay for FTA cards | |||
2005-05-03 | Fix for descrambling failure, suggested by Dominique Dumont | Manu Abraham | |
2005-05-03 | Fixed a tuning problem for cards based on the old firmware. | Manu Abraham | |
problem identified by Steffen Motzer | |||
2005-04-23 | Added the oldest Twinhan card to the card list, patch by Steffen Motzer | Manu Abraham | |
2005-04-23 | Changed module parameter defaults | Manu Abraham | |
2005-04-07 | Removed redundant declarations, fixed a bug in the High Level Common Interface, | Manu Abraham | |
Some cleanups, changed module params to control verbosity level. | |||
2005-04-04 | Merged the twinhan-exp branch to the trunk | Manu Abraham | |
2005-03-09 | - kfree(NULL) is safe | Kenneth Aafloy | |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach | |
2004-12-08 | patch by Toni Willberg: fix typo in dst_type_print() | Johannes Stezenbach | |
2004-11-18 | patch by William J Beksi: s/DCT_CI/DCT-CI/ | Johannes Stezenbach | |
2004-11-18 | replace one remaining MODULE_PARM | Johannes Stezenbach | |
2004-11-16 | - MODULE_PARM -> module_param | Kenneth Aafloy | |
2004-11-14 | double dst_wait_dst_ready() timeout | Johannes Stezenbach | |
2004-11-08 | - make needlessly global code static | Michael Hunold | |
- whitespace and newline cleanups Thanks to Adrian Bunk <bunk@stusta.de> | |||
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |