summaryrefslogtreecommitdiff
path: root/v4l/Makefile
AgeCommit message (Collapse)Author
2005-07-22* Makefile:Michael Krufky
- 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>
2005-07-15 - Now compiling also with linux-2.6.12 version.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-15DVB Stuff removed. Makefile now doesn't need it also.Mauro Carvalho Chehab
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>
2005-07-04 * Makefile, saa7134-dvb.c:Michael Krufky
- 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>
2005-07-04 * Makefile, cx88-dvb.c:Michael Krufky
- Let Kconfig decide whether to include frontend-specific code. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-22MakeMauro Carvalho Chehab
- Less verbose Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-21 - added tda1004x.cHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-21 * Makefile:Mauro Carvalho Chehab
- 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>
2005-06-19 * MakeMauro Carvalho Chehab
- 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>
2005-06-18 * MakefileMauro Carvalho Chehab
- 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.
2005-06-17 * Make.config, Makefile, cx88-core.c, cx88-video.c:Nickolay V. Shmyrev
* 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.
2005-06-17 * Makefile, cx88-cards.c, cx88-dvb.c, cx88-i2c.c, cx88-mpeg.c, dvb-pll.c, ↵Michael Krufky
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
2005-06-15I2C API has changed on 2.6.12-rc6-mm1: I2C_CLIENT_INSMOD macro now doesn'tMauro Carvalho Chehab
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>
2005-06-10 - Syncrhronized with linux-2.6.12-rc6-mm1.Mauro Carvalho Chehab
- Should compile cleanly with linux-2.6.11 also. make snapshot improved.
2005-06-05tea5767.c, Makefile, tuner-core.c, tuner-simple.c, tuner.h:Mauro Carvalho Chehab
- 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.
2005-02-21- add some bttv debug code.Gerd Knorr
2005-02-10- pcHDTV HD3000 support (by Rusty Scott).Gerd Knorr
2005-02-09- split tuner module into multiple smaller files.Gerd Knorr
2004-12-14- switch over to tveeprom for hauppauge card config.Gerd Knorr
2004-12-09- work on dvb pll stuff.Gerd Knorr
- misc dvb updates. - pinnacle 300i stuff (not working yet).
2004-11-30- new cx88-based dvb card by Christopher Pascoe.Gerd Knorr
- cx88: IR support by Christopher Pascoe and me.
2004-11-10- lots of empress stuff from Andrew de Quincey + some rewrites from me.Gerd Knorr
- misc fixes.
2004-10-21- kill old buildpatch files.Gerd Knorr
2004-10-20- switch over to "frontend refactored" cvs branch.Gerd Knorr
2004-10-19- saa7134 reorganiation for modular mpeg2 stuffGerd Knorr
- splitted some generic dvb code into the new video-buf-dvb module.
2004-09-30- cx88: build dvb stuff only on 2.6.9.Gerd Knorr
- saa7134: new card by Michael Rodriguez-Torrent. - bttv: remove check for cx88 boards.
2004-09-23- make video-bufg don't touch struct file any more, pass throughGerd Knorr
a void ptr instead of a file ptr everythere. - add cx22702 fe driver,
2004-08-25- cx88: plenty of mpeg work. blackbird might even work withGerd Knorr
some luck. dvb needs more work.
2004-07-30- cx88: more reorganization + code shuffeling.Gerd Knorr
2004-07-29- cx88: big code reorganization.Gerd Knorr
- cx88: started merging blackbird patches, not working yet.
2004-04-21- bumb versions for release.Gerd Knorr
2004-02-23- comment bttv irq flags.Gerd Knorr
2004-02-22Initial revisionGerd Knorr