Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | Fixed another irritant in app_info, patch by Dominique Dumont | Manu Abraham | |
2005-05-04 | Fix a bug in the module parameter, patch by Dominique Dumont | Manu Abraham | |
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 | patch by Dominique Dumont: fix MODULE_PARM_DESC for debug and verbose parm | Johannes Stezenbach | |
2005-04-23 | Added the oldest Twinhan card to the card list, patch by Steffen Motzer | Manu Abraham | |
2005-04-23 | Fixed the NULL frontend registration bug, 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 | Whitespace cleanup | Manu Abraham | |
2005-04-04 | Compilation fix after twinhan-exp branch merge | Manu Abraham | |
2005-04-04 | Merged the twinhan-exp branch to the trunk | Manu Abraham | |
2005-03-19 | - follow dvb_register_adapter changes in dvbdev.[ch] | Kenneth Aafloy | |
2005-03-19 | - Fix copy/paste bug for mt352 frontend in dvb-bt8xx | Kenneth Aafloy | |
2005-03-16 | patch by Mikael Pettersson: | Johannes Stezenbach | |
Fix one array-of-incomplete-type error from gcc4 in bt878.h. | |||
2005-03-13 | From : http://kerneljanitors.org/TODO | Johannes Stezenbach | |
- convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas <c.lucas@ifrance.com> Signed-off-by: Domen Puncer <domen@coderock.org> | |||
2005-03-12 | a few more whitespace cleanups | Johannes Stezenbach | |
2005-03-10 | - remove bttv dependency from frontend | Kenneth Aafloy | |
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 | |
2005-02-17 | DVB support for the pcHDTV HD2000 card | Johannes Stezenbach | |
submitted by Rusty Scott | |||
2005-02-12 | patch by Adrian Bunk: | Johannes Stezenbach | |
This patch contains the following possible cleanups: - make needlessly global code static - remove the following EXPORT_SYMBOL'ed but unused function: - bt8xx/bt878.c: bt878_find_by_i2c_adap - remove the following unused global functions: - dvb-core/dvb_demux.c: dmx_get_demuxes - dvb-core/dvb_demux.c: dvb_set_crc32 - remove the following unneeded EXPORT_SYMBOL's: - dvb-core/dvb_demux.c: dvb_dmx_swfilter_packet - dvb-core/dvb_demux.c: dvbdmx_connect_frontend - dvb-core/dvb_demux.c: dvbdmx_disconnect_frontend - dvb-core/dvbdev.c: dvb_class Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
2005-01-06 | patch by Arne Ahrend: minor cleanups (make stuff static etc.) | Johannes Stezenbach | |
2005-01-06 | Removed unnecessary comment about DST frontend | Andrew de Quincy | |
2005-01-06 | Patch from Peter Hettkamp, Adam Szalkowski to add support for pinnacle | Andrew de Quincy | |
pctv-sat | |||
2004-12-27 | select DVB_NXT6000 | Johannes Stezenbach | |
2004-12-08 | patch by Toni Willberg: fix typo in dst_type_print() | Johannes Stezenbach | |
2004-12-02 | another __iomem / cast-cleanup patch from mainline kernel | Johannes Stezenbach | |
sent by C.Y.M | |||
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-14 | Fixed demod i2c address | Andrew de Quincy | |
2004-11-13 | Implemented vp3021 support | Andrew de Quincy | |