| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | - Add new card entry for Compro VideoMate TV Gold+II.
	  Thanks to Elshin Roman <roxmail@list.ru> | 
|  | - make install now installs file over old 2.6 files
        - make v4l_install added for old behavior
Some changelog lines changed so that all have the *same* format. | 
|  |  | 
|  | Signed-off-by: Michael Paxton <packo@tpg.com.au>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  |  | 
|  |  | 
|  | * tuner-core.c, tvaudio.c, tveeprom.c:
	- Up requirement on kernel version to remove normal_i2c_range.
	  Actually it gives nothing, only remove unused static structure
	  so it's used as a reminder.
	- Fix compilation. | 
|  | - Move PHILIPS_FMD initialization code to set_type function,
	- Fix dumb error in tda8290 tunning. | 
|  |  | 
|  |  | 
|  | Signed-off-by: Dr. Werner Fink <werner@suse.de> | 
|  |  | 
|  |  | 
|  | * cx88.h, msp3400.c, saa6752hs.c:
	* tda9887.c, tuner-core.c, tvaudio.c, tveeprom.c:
	- Remove unneeded config options. Now I2C_CLIENT_MULTI
	and I2C_NORMAL_RANGE is checked on the fly. | 
|  | Request from Luc Saillard <luc@saillard.org>. | 
|  |  | 
|  | dvb-pll.h, lgdt3302.c, lgdt3302.h, lgdt3302_priv.h
	- added support for LGDT3302 demod for cx88 cards:
	  DViCO FusionHDTV 3 Gold
          Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
          Signed-off-by: Michael Krufky <mkrufky@m1k.net>
	* Make.config
	- Allow DVB to compile if kernel is later than 2.6.10 | 
|  | dvb-pll.h, lgdt3302.c, lgdt3302.h, lgdt3302_priv.h
	- added support for LGDT3302 demod for cx88 cards:
	  DViCO FusionHDTV 3 Gold
          Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
          Signed-off-by: Michael Krufky <mkrufky@m1k.net>
	* Make.config
	- Allow DVB to compile if kernel is later than 2.6.10 | 
|  | Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  |  | 
|  | Signed-off-by: Andrew Morton <akpm@osdl.org> | 
|  | changed USB IDs accordingly
fixed a assignment
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | error on tvtime like:
Tuner refuses to tell us the current frequency: Invalid argument
videoinput: Please file a bug report at http://tvtime.net/
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | thanks to Ondrej Bartos
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | - New bttv module params:
	- uv_ratio : allow a ratio of saturation between u and v. If you have a ratio
	of 40 and a saturation of 100, usat will be 80 and vstat 120. Useful to correct
	a bad color balance.
	- full_luma_range : provide a better contrast in using the full range 0-253
	of values instead of 16-253.
	- coring : to have a better black level.
	Thanks to Sylvain Meyer <sylvain.meyer@worldonline.fr> | 
|  | 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> |