Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-09 | - kfree(NULL) is safe | Kenneth Aafloy | |
2005-03-08 | FIX: Continuity Errors with tda10021 (slickhenry, Robert Schlabbach) | Kenneth Aafloy | |
2005-03-08 | - cx24110 diseqc_send_burst (Peter Hettkamp, Uwe Bugla) | Kenneth Aafloy | |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach | |
2005-02-19 | clean up patch by Rusty Scott | Johannes Stezenbach | |
2005-02-17 | DVB support for the pcHDTV HD2000 card | Johannes Stezenbach | |
submitted by Rusty Scott | |||
2005-02-16 | patch by Gerd Knorr: add PLL library | Johannes Stezenbach | |
(descriptions + helper functions for simple dvb plls) | |||
2005-02-15 | Patch by Taylor Jacob and Tom Dombrosky: There was a typo in the BBTI/B2C2 ↵ | Patrick Boettcher | |
specs that stated the upper frequency of the air2pc/nxt2002 was 806Mhz, not 860Mhz. | |||
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-02-11 | - added a another firmware file for KWorld/ADSTech Instant DVB-T USB2.0 ↵ | Patrick Boettcher | |
(DiB3000M-B) - added support for KWorld/ADSTech Instant DVB-T USB2.0 (DiB3000M-B) - added deactivation option of the pid parser for the DiB3000M-B (since there are USB2.0 devices and which now have the ability to deliver the complete Transport Stream) | |||
2005-02-10 | - fix marko kohtala's mail address | Michael Hunold | |
2005-02-05 | corrected name syntax | Patrick Boettcher | |
2005-02-04 | DVB_NXT2002 selects FW_LOADER | Johannes Stezenbach | |
2005-02-03 | patch by Taylor Jacob: Add QAM64/256 Support | Johannes Stezenbach | |
2005-01-30 | fix unhandled invert_pwm option (needed on dbox2 hardware) | Andreas Oberritter | |
submitted by Carsten Juttner <carjay@gmx.net> | |||
2005-01-29 | patch by Gerd Knorr: | Johannes Stezenbach | |
add support for the Pinnacle MediaCenter 300i DVB-T | |||
2005-01-25 | - corrected the name in driver_desc | Patrick Boettcher | |
- removed debug messages and some comments (see dib3000-watch) | |||
2005-01-25 | clarify firmware upload messages | Johannes Stezenbach | |
2005-01-24 | - Build fix for older gcc's (thanks to Andrew Morton) | Patrick Boettcher | |
2005-01-21 | - add firmware file name to "upload..." printk | Johannes Stezenbach | |
- add printk after successful firmware upload | |||
2005-01-13 | removed the pid_filter_table from frontends | Patrick Boettcher | |
2005-01-13 | - exported an mt352_read_reg-function | Patrick Boettcher | |
- implemented a single byte write_register function (needed for dibusb) same for mt352.h in revision 1.4 to 1.5 | |||
2005-01-13 | mt352.c | Patrick Boettcher | |
2005-01-11 | fix "Suppport" typo | Johannes Stezenbach | |
Signed-off-by: Domen Puncer <domen@coderock.org> | |||
2005-01-09 | internal refactoring step 3/3 | Patrick Boettcher | |
- added tuner and demod types for easier extension of new devices - added a check for some artec devices which have another tuner onboard, but don't know it, pll_addr is now a callback because of that - general callbacks for pll_set, pll_init and demod_init. They decide which pll-programming function is used and so on - added tuner passthru callback to xfer_ops. now dibusb can en/disable the tuner passthru of the dib3000m*-frontends; necessary for tuner probing - remote type determination (no for hanftek, nec for others), was not planned - fixed a bug in start_feed, which was introduced in step 2/3 but wasn't critical - added pll-programming for lg_tdtp_e102p_tua6034 (it has the tua6034 as pll) - added pll-programming and initialization for PANASONIC ENV77H11D5 - understood the i2c-address problem, now it is more logical | |||
2005-01-07 | patch by Alexey Dobriyan: remove stray '#' | Johannes Stezenbach | |
2005-01-06 | Fix compile warning | Andrew de Quincy | |
2005-01-06 | Patch from Markus Breitenberger to fix tuning problems | Andrew de Quincy | |
2004-12-29 | deb_stat and FE_CAN_RECOVER added | Patrick Boettcher | |
2004-12-29 | patch by Domen Puncer: File permissions should be octal codes. | Johannes Stezenbach | |
2004-12-27 | fixed some bugs in the dib3000mc | Patrick Boettcher | |
2004-12-26 | patch by Michal Feix: select FW_LOADER where necessary | Johannes Stezenbach | |
2004-12-18 | Compile fix | Andrew de Quincy | |
2004-12-18 | Added reset in to tuning to re-tuning works | Andrew de Quincy | |
2004-12-18 | Compile fix | Andrew de Quincy | |
2004-12-18 | Added sleep support | Andrew de Quincy | |
2004-12-18 | More fixes to initial demod freq | Andrew de Quincy | |
2004-12-18 | Added stuff for initial demod frequency | Andrew de Quincy | |
2004-12-16 | Compile fix | Andrew de Quincy | |
2004-12-16 | Fixes for av7110+stv0297 support | Andrew de Quincy | |
2004-12-16 | patch by Taylor Jacob to add support for ATSC/VSB frontends | Johannes Stezenbach | |
and the B2C2/BBTI Air2PC-ATSC card API changes: - add #define DVB_API_VERSION_MINOR 1 - add struct dvb_vsb_parameters to struct dvb_frontend_parameters for FE_SET_FRONTEND | |||
2004-12-02 | - prepared support for dynamically i2c addresses of the demod | Patrick Boettcher | |
- added license information for the dib3000-common module | |||
2004-12-02 | Forgot to include tune_settings for tda1004x | Andrew de Quincy | |
2004-11-23 | - revise debug options | Patrick Boettcher | |
- merged changes from DiBcom v2.1 drivers to dib3000mc - added transfer control callbacks to dib3000mc | |||
2004-11-22 | Minor formatting cleanups | Andrew de Quincy | |
2004-11-21 | Cleaned up | Andrew de Quincy | |
2004-11-21 | added the dib3000mc/p frontend driver. Micheal, sorry for being overhasty ↵ | Patrick Boettcher | |
with the Kconfig from dibusb. | |||
2004-11-20 | Fixed firmware upload problems. | Andrew de Quincy | |
2004-11-20 | Added setting to allow inversion of OCLK | Andrew de Quincy | |
2004-11-19 | Decreased noise levels. | Andrew de Quincy | |