| Age | Commit message (Collapse) | Author | 
|---|
|  | - some tuner_info msgs will be generated only if insmod opt
          tuner_debug enabled.
        *tea5767.c:
        - tuner_info msgs will be generated only if insmod tuner option
          tuner_debug enabled.
        - some cleanups for better reading.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | * CARDLIST.tuner:
	- Removed tuner#64 and consolidated into tuner#61,
	  Appropriate comments added.
	Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Fix UHF switch for tuner=61 & tuner=64.
	Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
	Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Fixed missing line in cx88-dvb.c
        Thanks to Didier Caillaud <mailing.cld@free.fr> | 
|  |  | 
|  | * tuner-simple.c, tuner.h:
        * CARDLIST.saa7134, CARDLIST.tuner:
        - Add new card entry:  Kworld Xpert TV PVR7134
          Add new tuner entry: Tena TNF9533-B/DF
          Thanks to Hannibal <hannibal@megapolis.pl>
        - Replace // with /* */
        - Fix tab/spacing problems
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - Fix kernel compile error with CONFIG_MODULES=n
Signed-off-by: Adrian Bunk <bunk@stusta.de> | 
|  | - v4l2_tuner has three fields for audio mode:
            capability (bitmask, says what the hardware is able to do).
            rxsubchans (bitmask, which channels are available).
            audmode (enum, current mode).
          For radio seeing a stereo signal but sending mono the driver
          can simply set this:
            rxsubchans = V4L2_TUNER_SUB_MONO | V4L2_TUNER_SUB_STEREO;
            audmode    = V4L2_TUNER_MODE_MONO;
        - VIDIOCSTUNER should not allow turning stereo/mono. Code commented.
          It will be removed soon.
        Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  |  | 
|  | * cx88-video.c, cx88.h, tuner.h:
        * CARDLIST.cx88:
        - Fix DViCO Board names as per email from
          DViCO Systems Software Engineer Jeff Lee:
          "DTT7611 model is 3Gold-T ... Temic 4042 is the 3Gold-Q model."
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - is not clear at V4L1 API if VIDIOCSTUNER can change to mono.
          support for changing implemented anyway to allow radio st/mono
          switch.
        - Issue to solve: tea indicates stereo even when switched to mono.
signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | - Implemented tuner-core support for VIDIO_S_TUNER
        - It can be used by changing mono/stereo mode | 
|  |  | 
|  | - Add new card entry for Compro VideoMate TV Gold+II.
	  Thanks to Elshin Roman <roxmail@list.ru> | 
|  |  | 
|  |  | 
|  |  | 
|  | * 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. | 
|  |  | 
|  | * 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. | 
|  |  | 
|  | 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: Andrew Morton <akpm@osdl.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> | 
|  |  | 
|  |  | 
|  | 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> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | - Fix gcc 4.0 compilation
	* cx88-input.c:
	- Add remove for MSI TV@nywhere. Thanks to
	Jorik Jonker <jorik@dnd.utwente.nl> |