Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | I2C API has changed on 2.6.12-rc6-mm1: I2C_CLIENT_INSMOD macro now doesn't | Mauro 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-03-08 | - tuner + tveeprom updates from Jarod Wilson. | Gerd Knorr | |
2005-03-04 | - build fixes for older kernels. | Gerd Knorr | |
2005-03-01 | - tuner update (for pvr) from Jarod Wilson. | Gerd Knorr | |
2005-02-09 | - split tuner module into multiple smaller files. | Gerd Knorr | |
2005-01-31 | - whitespace cleanups. | Gerd Knorr | |
2005-01-17 | - fix tveeprom. | Gerd Knorr | |
2005-01-13 | - card-specific and other fixes from various people. | Gerd Knorr | |
- more pinnacle 300i work (still not functional :-/). | |||
2005-01-07 | - tveeprom tweaks. | Gerd Knorr | |
- keytable for the new hauppauge remotes. | |||
2004-12-17 | - misc fixes. | Gerd Knorr | |
2004-12-14 | - switch over to tveeprom for hauppauge card config. | Gerd Knorr | |