summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tveeprom.c
AgeCommit message (Collapse)Author
2005-10-09From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
- Lots of small changes to allow compiling with kernel 2.4. Compilation result not tested yet. - After this patch, .version should be removed, since its syntax has changed. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-08 From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
* ../linux/drivers/media/video/tveeprom.c: - Fixed include when compiling at kernel tree * ../linux/include/linux/videodev.h: - removed compat.h from wrong place * ../linux/drivers/media/video/tvp5150.c: * ../linux/kernel/drivers/usb/media/em2820-cards.c: * ../linux/kernel/drivers/usb/media/em2820-core.c: * ../linux/kernel/drivers/usb/media/em2820-i2c.c: * ../linux/kernel/drivers/usb/media/em2820-video.c: - included compat.h at the right place * ../v4l/Make - now creates symlinks to allow compiling V4L stuff at v4l dir. * ../v4l/scripts/prepare-ChangeLog.pl: - modified to include other directories. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-07 - fix compile with gcc-2.95Michael Krufky
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-10-02- Included audio chips enumMauro Carvalho Chehab
- Added a new tuner tradution on tveeprom. - tveeprom now, returns audio chip according with enum audiochip. This allows audio chip autodetection as used on em28xx. - CodeStyle cleanups. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-28 * tuner-simple.c:Nickolay V. Shmyrev
* tuner.h: * tveeprom.c: - update the tveeprom tuner list with the tuner list from the Hauppauge driver - connect the TCL MPE05-2 tveeprom entry to the TUNER_PHILIPS_FM1216ME_MK3 tuner. - based on this info renamed the "LG PAL (TAPE series)" tuner to "TCL 2002MB". Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-09-13 * bt832.c: (bt832_probe):Michael Krufky
* bttv-i2c.c: (attach_inform): * cx88-i2c.c: (attach_inform), (detach_inform): * id.h: * ir-kbd-i2c.c: (ir_probe): * msp3400.c: (msp34xx_sleep), (msp_attach): * saa6588.c: * saa6752hs.c: * saa7134-i2c.c: (attach_inform): * saa7134-tvaudio.c: (tvaudio_sleep): * tda7432.c: (tda7432_probe): * tda9875.c: (tda9875_probe): * tda9887.c: (tda9887_probe): * tuner-core.c: * tveeprom.c: (tveeprom_attach_adapter): * tvmixer.c: (tvmixer_ioctl), (tvmixer_clients), (tvmixer_cleanup_module): * video-buf.c: (videobuf_dma_free): - Step two, in preparation for 2.6.14-rcX compatability: - Compile tested against vanila kernels 2.6.13 & 2.6.8 - 2.6.14 compile still broken... Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-09-13- I've reverted a patch by mistake. fixing itMauro Carvalho Chehab
2005-09-13- Small fixes.Mauro Carvalho Chehab
* scripts/buildpatch: - Fixed a problem when commiting <dolar>Id with CVS. * tuner-core.c: (tuner_command): - Better debug info for non-implemented iocts. * tveeprom.c: - Fixed compiling with gcc2.9x (thanks to Andrew Morton). Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-11 * bttv-cards.c:Michael Krufky
- duplicate initializer (near initialization for `bttv_tvcards[9].tuner_addr') duplicate initializer (near initialization for `bttv_tvcards[11].tuner_addr') * cx88-input.c, tuner.h, tvaudio.c, tveeprom.c: - Work around gcc-2.95.x macro expansion bug Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-30clean trailing whitespaceMichael Krufky
2005-08-30- tveeprom_hauppauge_analog has an extra i2c_client * argument.Mauro Carvalho Chehab
This allows for clearer message prefixes containing the i2c adapter number and address. This is conform the prefix used for the tuner messages. - debugging is improved: debug=1 will dump the full contents of the eeprom and also show each tag that is parsed. The layout of the debug output is now clean. - the eeprom can contain two tuner records, the first for the TV tuner, the second for a radio tuner (this is the case for the PVR500). Added support for this, also added the TEA5767 radio tuner to the tuner list. - the audio processor index is now mapped to a string. - the video decoder processor tag is now implemented. - all TV standards supported by the tuner are shown. - show if radio or IR is present. - add comments showing what other tags exist.
2005-08-30 - adds the adapter number + i2c address to printk msgs.Mauro Carvalho Chehab
- Some CodingStyle cleanups. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-20 * tveeprom.c: (tveeprom_command):Mauro Carvalho Chehab
- This syncs the tuners list with the list from ivtv. - Fixes the incorrect reporting of the radio presence. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-03Resolve more tuner typesNickolay V. Shmyrev
Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
2005-07-22 * tveeprom.c:Michael Krufky
- Recognize the MFPE05-2 Tuner. - Setting confirmed by Hauppauge Tech Support. Signed-off-by: Graham Bevan <graham.bevan@ntlworld.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-21 * tveeprom.c, tveeprom.h:Michael Krufky
- make two needlessly global structs static. - #if 0 the EXPORT_SYMBOL'ed but unused function tveeprom_dump. Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-07-13 - Linux/version.h removed. Replaced by linux/utsname.hMauro Carvalho Chehab
where KERNEL_VERSION is required. - incremented versions for CX88, BTTV and SAA7134. * compat.h: - Included linux/version.h. This change is required to be compatible with a patch applied at Kernel by Olaf Hering <olh@suse.de> this patch does reduce kernel dependency of its version number. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-18 * dpl3518.c, msp3400-old.c, msp3400.c, saa6752hs.c, tda9887.c:Nickolay V. Shmyrev
* 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.
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-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-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