summaryrefslogtreecommitdiff
path: root/v4l/.bp
AgeCommit message (Collapse)Author
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-08 * tuner-core.c:Mauro Carvalho Chehab
-removed old comment. * .bp/2.6/saa7134-update: - Commented more stuff already at dvb-saa7134 Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-27Patch generation scripts updated to avoid conflicts with DVB stuff.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-22 * .bp/2.6/v4l-driver-doc, doc/API.html:Mauro Carvalho Chehab
- API.html added, pointing to V4L api at linuxtv. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
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-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-08Script helper files.Mauro Carvalho Chehab
.bp/2.6/i2c-tuner,.bp/2.6/v4l-driver-doc: - patch files for kernel 2.6 updated to reflect current changes. .buildpatch: - included a default buildpatch for generating patches to 2.6 with all v4l code.
2005-02-15- more patch build fixups.Gerd Knorr
2005-02-15- some powermanagement stuff.Gerd Knorr
- misc fixes. - fixup patch generation control files.
2005-01-20- mt352 fixes.Gerd Knorr
2004-12-17- misc fixes.Gerd Knorr
2004-12-09- drop unused code.Gerd Knorr
2004-12-07- misc minor stuff.Gerd Knorr
2004-10-25- new saa7134 card by Nickolay V. ShmyrevGerd Knorr
- misc stuff
2004-10-21- kill old buildpatch files.Gerd Knorr
2004-10-13- rename generated patches.Gerd Knorr
2004-10-12- saa7134: card list updates.Gerd Knorr
- some v4l2 mpeg ioctl tweaks.
2004-09-07- cx88: add connexant dvb reference design by Andrew de QuinceyGerd Knorr
- misc fixes.
2004-05-13- v4l2 support in tuner + tda9887Gerd Knorr
- switch over cx88 + saa7134 to use v4l2 for tuning. - misc tweaks.
2004-04-19- cx88: some btsc-sap bits (not enabled yet).Gerd Knorr
- saa7134: new entry for the avermedia 305. - misc fixes.
2004-02-24- add cx88-vbi.c to the patchlist.Gerd Knorr
2004-02-22- import video4linux drivers.Gerd Knorr
2004-02-22Initial revisionGerd Knorr