Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-11-09 | Added support for stv0297 based cards | Andrew de Quincy | |
2004-11-09 | Forgot to unset initialised flag after sleep | Andrew de Quincy | |
2004-11-08 | - make needlessly global code static | Michael Hunold | |
- whitespace and newline cleanups Thanks to Adrian Bunk <bunk@stusta.de> | |||
2004-11-05 | - large refactoring of the dib3000mb frontend to make integration of the | Patrick Boettcher | |
dib3000mc easier, especially to avoid code duplication | |||
2004-11-03 | - remove remaining cvs commit foobar stuff | Michael Hunold | |
- remove media/Kconfig, it's not needed any more for makelinks | |||
2004-10-31 | - corrected tuner address, it was broken since FE_REFACTORING. | Patrick Boettcher | |
Andrew, was there a reason why you >> 1 the pll address and << 1 always when it was needed? | |||
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-10-28 | - fix for module_param_array() for kernels > 2.6.9 | Michael Hunold | |
2004-10-26 | - please don't use CVS version magic stuff like | Michael Hunold | |
"$Id: xxxxxxx.h,v 1.7 2004/09/28 19:39:06 xxx Exp" | |||
2004-10-26 | - use <linux/bitops.h> in favour of <asm/bitops.h> | Michael Hunold | |
2004-10-25 | - use c99 initializers | Michael Hunold | |
2004-10-13 | *dang* committed a bug, corrected | Patrick Boettcher | |
2004-10-11 | update Marko Kohtala's email address | Holger Waechtler | |
2004-10-11 | merged some of the changes Andreas Oberritter did in FE_REFACTORING to HEAD | Patrick Boettcher | |
2004-10-04 | - added GET_TUNE_SETTING ioctl | Patrick Boettcher | |
- correct LOCK status |