| Age | Commit message (Collapse) | Author | 
|---|
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | - radio range is now defined on tuner-core.c. Cleaning up.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | Signed-off-by: Michael Paxton <packo@tpg.com.au>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  |  | 
|  | Philips FMD1216ME MK3 Hybrid Tuner(#63) | 
|  | - Move TUNER_PHILIPS_FMD1216ME_MK3 to tuner #63 to correct duplicate tuner #58 problem
        * saa7134-cards.c:
        - Remove duplicate entry for AVERMEDIA_307
        * saa7134-video.c:
        - set video_v_start also for PAL_60 to line 23 and only line 23.
          Thanks to Hermann Pitton <hermann.pitton@onlinehome.de>
	* Make.conf:
	- Undo a change that I made by accident | 
|  | - Move TUNER_PHILIPS_FMD1216ME_MK3 to tuner #63 to correct duplicate tuner #58 problem
        * saa7134-cards.c:
        - Remove duplicate entry for AVERMEDIA_307
        * saa7134-video.c:
        - set video_v_start also for PAL_60 to line 23 and only line 23.
          Thanks to Hermann Pitton <hermann.pitton@onlinehome.de>
	* Make.conf:
	- Undo a change that I made by accident | 
|  |  | 
|  | require nor uses normal_i2c_range. A new define (CONFIG_USE_I2C_RANGE) is
provided to provide compatibility. It is meant to be replaced by a kernel
version test after aplyed to mainstream. This patch corrects it.
High precision tunning on Radio is correclty supported. Some radio apps already
uses it. There's an auto-detection process to check tuner range.
Detailed info:
        * Make.config, Makefile, tuner-core.c:
        - CONFIG_TUNER_MULTI_I2C dropped from tuner-core.c and included on Make.config
        - included CONFIG_USE_I2C_RANGE for kernels that requires normal_i2c_range struct
          (only kernels after 2.6.12-rc6-mm1 doesn't require).
        * bt832.c, msp3400.c, saa6752hs.c, tda7432.c, tda9875.c, tda9887.c, tuner-core.c,tvaudio.c,
          tveeprom.c,
        - I2C range detection corrected to new behavior of 2.6.12-rc6-mm1
        * cx88-video.c, tea5767, tuner-core.c:
        - V4L2_TUNER_CAP_LOW implemented according with V4L2 API for Radio.
        - tea5767 debug improved.
        * .bp/2.6/v4l-driver-doc
        - typo corrected.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | - allow to initialize with another tuner
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | - put tda8290 and tda8275 to sleep at video release to save power
	- special FM stereo configuration for FMD1216 tuner
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | - initial DVB-T support for Lifeview Flydvb-t duo
	- DVB-T support for Philips TOUGH reference design
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | - added code to turn the fan of the Lifeview and Typhoon cardbus nodules on
	- corrected Lifeview Cardbus entries
	- corrected Medion MD7134 entries
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | description. | 
|  | Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | 
|  | - make sure ERESTARTSYS will be propagated
- ReleaseBitmap: starting with Firmware 261e, also release when
  BMP_LOADING
- removes unused #define BMP_LOADINGS
- in many cases changed the return value from -1 to something more
  meaningful like ETIMEDOUT, EINVAL
- changed syslog message timeout waiting for COMMAND such that it
  indicates what command did not complete
- reduce # of arguments for LoadBitmap and BlitBitmap
- av7110_osd_cmd: remove the out: label
Signed-off-by: Wolfgang Rohdewald <wolfgang@rohdewald.de> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | - set parameters for drift compensation to 0
  makes no sense for DVB-T but can prevent lock
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  |  | 
|  |  | 
|  | Module needs a license to prevent kernel tainting.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | - Fix gcc 4.0 compilation
	* cx88-input.c:
	- Add remove for MSI TV@nywhere. Thanks to
	Jorik Jonker <jorik@dnd.utwente.nl> | 
|  | Mark all 7135 cards as 7133. Thanks to
	hermann pitton <hermann.pitton@onlinehome.de> | 
|  | - Add new Typhoon DVB-T Cardbus. Thanks to
	Juergen Orschiedt <jorschiedt@web.de>
	cx88-core.c:
	- Fix compilation with gcc4.0 | 
|  | Benoît Laniel <benoit.laniel@gmail.com>. | 
|  | Kees Blom <Kees.Blom@cwi.nl>. | 
|  |  | 
|  |  | 
|  | previously allocated demux_feed.
Signed-off-by: Peter Beutner <p.beutner@gmx.net> | 
|  | Paavo Hartikainen for testing)
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | cx88-i2c.c, cx88-vbi.c, cx88-video.c, dpl3518.c, dpl3518.h,
          i2c-compat.h, id.h, msp3400.h, or51132.c, or51132.h, plx9054.h,
          rds-saa6588.c, saa7134-dvb.c, tda7432.c, tda9875.c, tvaudio.c,
          tveeprom.h, tvmixer.c, v4l1-compat.c, video-buf-dvb.h:
        - Minor changes to synchronize with -mm series;
        - PAL-60 code maintained for SAA7134. However, -mm has different
          values;
        - Now, every .c or .h file has cvs field ID. | 
|  |  | 
|  |  | 
|  | - Solved a problem when compiling with some versions of gcc
        - Solved a problem compiling without CONFIG_TUNER_MULTI_I2C
        - cx88-i2c.c, saa7134-i2c.c:
        - Make it compatible with kernel 2.6.12-rc6-mm1 | 
|  |  | 
|  |  | 
|  | and incomplete, so commented out for the moment. | 
|  |  |