summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88
AgeCommit message (Collapse)Author
2005-07-01 * cx88-cards.c, cx88-dvb.c, cx88.h:Michael Krufky
* doc/CARDLIST.cx88: - Add support for TerraTec Cinergy 1400 DVB-T. Signed-off-by: Uli Luckas <luckas@musoft.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-29 Changed hue offset to 128 to correct its behavior for cx88 cards.Mauro Carvalho Chehab
Now, 50% Hue means no offset, just like bt878 stuff. Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-28 * cx88-core.c, cx88-dvb.c, cx88-input.c:Michael Krufky
* lgdt3302.c, lgdt3302_priv.h, or51132.c: * saa7134-cards.c, saa7134-core.c: * saa7134-dvb.c, saa7134-i2c.c, saa7134-oss.c: * saa7134-tvaudio.c, saa7134-video.c: * tda8290.c, tea5767.c, tuner-simple.c: - Clean up ALL whitespace using scripts/strip-trailing-whitespaces.sh Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-28 * cx88-cards.c:Michael Krufky
- Fixed tab/spacing problems. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-28 * cx88-i2c.c, cx88-video.c, saa7134-i2c.c, tuner-core.c, tuner.h:Mauro Carvalho Chehab
- Improved support for multi tuners on multi boards. *tuner-core.c: - Pal M and PAL N added to tuner_fixup_std * tuner-simple.c: - Eliminated old tea code from tuner-simple. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-22 * bttv-cards.c, cx88-core.c, cx88.h, v4l1-compat.c,doc/CARDLIST.bttv,Mauro Carvalho Chehab
doc/CARDLIST.saa7134, doc/Cards: - tail spaces removed. * cx88-core.c, cx88.h: - cx88_pci_irqs changed to static * doc/V4L1_API.html: - Now informs that it is obsolete. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-21 * cx88-dvb.c:Michael Krufky
- Fixed missing line in cx88-dvb.c Thanks to Didier Caillaud <mailing.cld@free.fr>
2005-06-20Documentation fixesMichael Krufky
2005-06-20 * cx88-cards.c, cx88-dvb.c, cx88-mpeg.c:Michael Krufky
* cx88-video.c, cx88.h, tuner.h: * CARDLIST.cx88: - Fix DViCO Board names as per email from DViCO Systems Software Engineer Jeff Lee: "DTT7611 model is 3Gold-T ... Temic 4042 is the 3Gold-Q model." Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-19 - Changing radio mode stereo/mono for tea5767 working.Mauro Carvalho Chehab
- is not clear at V4L1 API if VIDIOCSTUNER can change to mono. support for changing implemented anyway to allow radio st/mono switch. - Issue to solve: tea indicates stereo even when switched to mono. signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-19Added inicial support for changing radio mode stereo/mono for tea5767Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-18Remove CABLE type setting from DViCO FusionHDTV3 Gold-TMichael Krufky
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-17Fixes a bug on frequency report for cx88 based cards. This bug producesMauro Carvalho Chehab
error on tvtime like: Tuner refuses to tell us the current frequency: Invalid argument videoinput: Please file a bug report at http://tvtime.net/ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-16 * cx88-video.c, saa7134-video.c, bttv-driver.c:Mauro Carvalho Chehab
- radio range is now defined on tuner-core.c. Cleaning up. 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-13 * bttvp.h:Nickolay V. Shmyrev
- Fix gcc 4.0 compilation * cx88-input.c: - Add remove for MSI TV@nywhere. Thanks to Jorik Jonker <jorik@dnd.utwente.nl>
2005-06-13 * saa7134-cards.c, saa7134-dvb.c, saa7134.h:Nickolay V. Shmyrev
- Add new Typhoon DVB-T Cardbus. Thanks to Juergen Orschiedt <jorschiedt@web.de> cx88-core.c: - Fix compilation with gcc4.0
2005-06-12 Add support for ADS Tech Instant TV DVB-T PCI. Thanks toNickolay V. Shmyrev
Benoît Laniel <benoit.laniel@gmail.com>.
2005-06-12 * audiochip.h, compat.h, cx22702.h, cx88-core.c, cx88-dvb.c,Mauro Carvalho Chehab
cx88-i2c.c, cx88-vbi.c, cx88-video.c, dpl3518.c, dpl3518.h, i2c-compat.h, id.h, msp3400.h, or51132.c, or51132.h, plx9054.h, rds-saa6588.c, saa7134-dvb.c, tda7432.c, tda9875.c, tvaudio.c, tveeprom.h, tvmixer.c, v4l1-compat.c, video-buf-dvb.h: - Minor changes to synchronize with -mm series; - PAL-60 code maintained for SAA7134. However, -mm has different values; - Now, every .c or .h file has cvs field ID.
2005-06-12 * tuner-core.c:Mauro Carvalho Chehab
- Solved a problem when compiling with some versions of gcc - Solved a problem compiling without CONFIG_TUNER_MULTI_I2C - cx88-i2c.c, saa7134-i2c.c: - Make it compatible with kernel 2.6.12-rc6-mm1
2005-06-10Mostly corrected a bug when changing from audio <-> Tv mode and having ↵Mauro Carvalho Chehab
separated tuners. * tuner-core.c: - Improved debug for radio/TV tuner calls. - Corrected set radio/TV mode calls to change status go to both tuners. - Improved V4L2_TUNER_CAP_LOW support (tv_range hack) * tea5767.c: - Included a new debug message. * cx88-video.c: - Enabled V4L2_TUNER_CAP_LOW to radio.
2005-06-09tuner_core.c, cx88-video.c:Mauro Carvalho Chehab
- Add initial support for V4L2_TUNER_CAP_LOW. Still to be improved. - set_type call at set_addr fixed.
2005-06-08Lots of change to provide an elegant way to select radio I2C address.Mauro Carvalho Chehab
It should be better tested and expanded to other *-cards.c. * cx88-cards.c, cx88-core.c, cx88-i2c.c, cx88-video.c, cx88.h, tea5767.c, tuner-core.c, tuner-simple.c, tuner.h: - Improved radio tuner support. - There is a new option to cx88 radio=xxx,xxx,xxx for radio adapters; - cx88-boards now specifies radio_type, tuner_addr and radio_addr - ADDR_UNSET macro means find default radio/video tuner
2005-06-05Deemphasis code for cx88 chipset implemented. Currently, not used.Mauro Carvalho Chehab
2005-06-03 * cx88-cards.c:Mauro Carvalho Chehab
- PV Ultra Pro PCI ID was included by accident. Removed. * tuner-simple.c: - Ymec chipset now reflects Philips, instead of Temic.
2005-06-03Mauro Chehab:Mauro Carvalho Chehab
* cx88-cards.c: - changed tuner number by it's name as defined on tuner.h. * scripts/make_kern_diff.sh - now it also makes diff for include files. Catalin Climov <catalin@climov.com>: * cx88-blackbird.c: - Blackbird firmware API cleanup, symbolic constants for param values. - improved readability and comprehensibility for api calls. * cx88-cards.c: - PVR2000 & MEC gpio fixes. * cx88-tvaudio.c: - enable sound input from external adc * cx88-video.c: - initialize the hue, contrast and brightness controls to default values * cx88-mpeg.c: - s/cx_write/cx_set for MO_TS_INTMSK, MO_DEV_CNTRL2, MO_TS_DMACNTRL
2005-06-03Even though it says DViCO FusionHDTV3 Gold-Q on the box, Gold-T is printed ↵Mauro Carvalho Chehab
on the card. This fix corrects the error in all places, and adds (ATSC/NTSC) next to the Thomson DDT 7611 name. -- Michael Krufky
2005-06-01Removed wrong entry.Mauro Carvalho Chehab
2005-06-01Cosmetic changes.Mauro Carvalho Chehab
2005-05-30Changed tuner number to tuner name on Pixelviel Ultra Pro.Mauro Carvalho Chehab
2005-05-30Included PCI ID for board CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO.Mauro Carvalho Chehab
2005-05-29Docs updatedNickolay V. Shmyrev
2005-05-29Analog support for the DViCO FusionHDTV3 Gold-Q. Patch from Michael Krufky ↵Nickolay V. Shmyrev
<mkrufky@m1k.net>
2005-05-22Enable the remote control input on the KWorld XPert DVB-T card. Thanks toNickolay V. Shmyrev
cybercide@f2s.com <cybercide@f2s.com>.
2005-05-22Large changes. Mostly merged patches from mm kernel branch and 2.6.12-rc4.Nickolay V. Shmyrev
Update entries for Lifiview Platinum FM and Avermedia cards
2005-05-15Manuel Capinha (mcapinha at gmail.com): Added support for Pixelview UltraMauro Carvalho Chehab
Pro Stereo.
2005-05-15Mauro Chehab(mchehab@brturbo.com.br): Added support for PAL-M FSC.Mauro Carvalho Chehab
2005-03-07- cx88: stereo/bilang fix.Gerd Knorr
2005-03-07- minor cleanup.Gerd Knorr
2005-03-07- fix cx88-dvb.Gerd Knorr
2005-03-07- add flyvideo duo.Gerd Knorr
2005-03-04- hopefully fix dvb ts setup.Gerd Knorr
2005-03-04- cx88: add support for IO-DATA BCTV7E.Gerd Knorr
2005-02-24- catch pci_map_sg failure.Gerd Knorr
2005-02-22- cx88: ir patches from Robert Reid.Gerd Knorr
2005-02-22- misc fixes from various people.Gerd Knorr
- make or51132.c compile (not work) on 2.6.10.
2005-02-21- add some bttv debug code.Gerd Knorr
2005-02-18- more HD3000 stuff from Rusty Scott.Gerd Knorr