Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-11-19 | Only hardcode to AUTO for tda10045 | Andrew de Quincy | |
2004-11-19 | Added vp310 support | Andrew de Quincy | |
2004-11-16 | - MODULE_PARM -> module_param | Kenneth Aafloy | |
2004-11-12 | - Compile fix | Kenneth Aafloy | |
2004-11-11 | don't report FE_HAS_LOCK w/o (FE_HAS_CARRIER && FE_HAS_VITERBI && FE_HAS_SYNC) | Johannes Stezenbach | |
2004-11-09 | Fixed up init tables | Andrew de Quincy | |
2004-11-09 | Hopefully fixed the skystar2 problem - hard to spot bug in the init table code | Andrew de Quincy | |
2004-11-09 | Sigh. another stupid bug | Andrew de Quincy | |
2004-11-09 | Added wait loop | Andrew de Quincy | |
2004-11-09 | Fixed chipid for tda10046 | Andrew de Quincy | |
2004-11-09 | This device cannot handle a read operation without a stop condition | Andrew de Quincy | |
between register and byte |