summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-simple.c
AgeCommit message (Collapse)Author
2005-06-21 * tuner-simple.c:Michael Krufky
- forgot to remove TUNER_TENA_9533_B in one location, fixed now. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-21 * tuner-simple.c, tuner.h, saa7134-cards.c:Michael Krufky
* CARDLIST.tuner: - Removed tuner#64 and consolidated into tuner#61, Appropriate comments added. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-21 * tuner-simple.c:Michael Krufky
- Fix UHF switch for tuner=61 & tuner=64. Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-21 * saa7134-cards.c, saa7134-input.c, saa7134.h:Michael Krufky
* tuner-simple.c, tuner.h: * CARDLIST.saa7134, CARDLIST.tuner: - Add new card entry: Kworld Xpert TV PVR7134 Add new tuner entry: Tena TNF9533-B/DF Thanks to Hannibal <hannibal@megapolis.pl> - Replace // with /* */ - Fix tab/spacing problems Signed-off-by: Michael Krufky <mkrufky@m1k.net>
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-18 * tuner-core.c, tuner-simple.c, tda8290:Nickolay V. Shmyrev
- Move PHILIPS_FMD initialization code to set_type function, - Fix dumb error in tda8290 tunning.
2005-06-16Make all radio tuners use CAP_LOWNickolay V. Shmyrev
2005-06-15msgMichael Krufky
2005-06-14 - support for Philips FMD12ME hybrid tunerHartmut Hackmann
- allow to initialize with another tuner Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-10Use audio gain for stereo radio. Correctly check stereo for differentNickolay V. Shmyrev
tuner types.
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-07Make stereo/mono settings available for applications. Some improvementsNickolay V. Shmyrev
for MK3 tuners. Now tda9887 has stereo setting by default
2005-06-07Add new cardsNickolay V. Shmyrev
Kworld/Tevion V-Stream Xpert TV-PVR 7134 ADS Instant TV PCI (PTV-350) saa713x Fix FlyTV FM mini Thanks to Fabrice Aeschbacher <fabrice.aeschbacher@laposte.net> and to hermann pitton <hermann.pitton@onlinehome.de>
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-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-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-05-30Some relevant changes on tuner for supporting cards with different tunners ↵Mauro Carvalho Chehab
for TV and FM (Like Pixelview cards with TVision tuners). This code is experimental. Summary of changes: - tuner-core changed to support multiple I2C devices - created a new define option (CONFIG_TUNER_MULTI_I2C) to allow new behavor. It is commented on tuner-core.c - By default, it uses first scanned I2C device for FM and TV - New client control command TUNER_SET_ADDR allows changing I2C address for FM or TV tuner. - TVision 5533 MF now uses I2C on 0xC2 for TV and on 0xC0 for radio - TVision 5533 MF div now uses only integer arithmetics - tuner I2C dettach now generates warn log if failed
2005-05-29Analog support for the DViCO FusionHDTV3 Gold-Q. Patch from Michael Krufky ↵Nickolay V. Shmyrev
<mkrufky@m1k.net>
2005-05-27Mauro Carvalho Chehab (mchehab .at. brturbo.com.br):Mauro Carvalho Chehab
Added support for Radio tuner for Ymec TVF xxx3 MF tuner. Doing lack of documentation, the buffer values were determinated empirically. There's a hack for selecting I2C bus for Radio (0xC0) instead of 0xC2 for Video.
2005-05-18Mauro Chehab (mchehab at brturbo.com.br): Added support for some YmecMauro Carvalho Chehab
tuners used on Pixelview Cards. There are some docs about it on http://www.ymec.com.tw/tuner.htm.
2005-03-08- tuner + tveeprom updates from Jarod Wilson.Gerd Knorr
2005-03-04- build fixes for older kernels.Gerd Knorr
2005-03-03- misc small stuff.Gerd Knorr
2005-03-02- one more tuner fix from Jarod Wilson.Gerd Knorr
2005-03-01- tuner update (for pvr) from Jarod Wilson.Gerd Knorr
2005-02-22- misc fixes from various people.Gerd Knorr
- make or51132.c compile (not work) on 2.6.10.
2005-02-15- merge some patches from mainline.Gerd Knorr
- tuner kernel message fixups. - misc.
2005-02-10- a number of pcHDTV cleanups.Gerd Knorr
2005-02-09- make the new splitted tuner module build.Gerd Knorr
2005-02-09- split tuner module into multiple smaller files.Gerd Knorr