Age | Commit message (Collapse) | Author |
|
- Restore EXTRA_CFLAGS for DVB frontends previously removed in error.
These flags do not determine whether frontends are built, instead
they determine whether support for compatability with certain
frontends is built-into cx88-dvb.c and saa7134-dvb.c . With all of
these flags not set, both cx88-dvb and saa7134-dvb will report that
the frontend is not supported, no matter what frontend is present.
Both lgdt3302 and tda1004x are disabled within cx88-dvb and
saa7134-dvb, respectively, for kernel versions less than 2.6.13.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
compat.h changed to reflect latest API change.
Included a script to make ChangeLog Generation easier.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Let Kconfig decide whether to include
frontend-specific code in saa7134-dvb.
* cx88-video.c:
- added missing contrast offset value, set to 0.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Let Kconfig decide whether to include frontend-specific code.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Less verbose
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
- included a make rmmodules for removing modules from memory.
it is not perfect, but helps debuging :-)
* .bp/2.6/i2c-tuner:
- tea filename corrected.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- make install now remove old installs at /lib/modules/<kern ver>/v4l
- make v4l_install now remove kernel modules
signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- 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.
|
|
* 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
|
|
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>
|
|
- Should compile cleanly with linux-2.6.11 also.
make snapshot improved.
|
|
- Support for radio chip tea5767hn included.
- It is used on several TV+FM cards, like cards with Tvision
tuners (maybe also Tenna?).
- This chip is always at I2C address 0xC0.
|
|
|
|
|
|
|
|
|
|
- misc dvb updates.
- pinnacle 300i stuff (not working yet).
|
|
- cx88: IR support by Christopher Pascoe and me.
|
|
- misc fixes.
|
|
|
|
|
|
- splitted some generic dvb code into the new video-buf-dvb module.
|
|
- saa7134: new card by Michael Rodriguez-Torrent.
- bttv: remove check for cx88 boards.
|
|
a void ptr instead of a file ptr everythere.
- add cx22702 fe driver,
|
|
some luck. dvb needs more work.
|
|
|
|
- cx88: started merging blackbird patches, not working yet.
|
|
|
|
|
|
|