Age | Commit message (Collapse) | Author |
|
- forgot to remove TUNER_TENA_9533_B in one location,
fixed now.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* CARDLIST.tuner:
- Removed tuner#64 and consolidated into tuner#61,
Appropriate comments added.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- 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>
|
|
* 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>
|
|
* 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.
|
|
- Move PHILIPS_FMD initialization code to set_type function,
- Fix dumb error in tda8290 tunning.
|
|
|
|
|
|
- allow to initialize with another tuner
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
tuner types.
|
|
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
|
|
for MK3 tuners. Now tda9887 has stereo setting by default
|
|
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>
|
|
- 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.
|
|
- PV Ultra Pro PCI ID was included by accident. Removed.
* tuner-simple.c:
- Ymec chipset now reflects Philips, instead of Temic.
|
|
on the card. This fix corrects the error in all places, and adds (ATSC/NTSC) next to the Thomson DDT 7611 name.
--
Michael Krufky
|
|
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
|
|
<mkrufky@m1k.net>
|
|
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.
|
|
tuners used on Pixelview Cards. There are some docs about it on
http://www.ymec.com.tw/tuner.htm.
|
|
|
|
|
|
|
|
|
|
|
|
- make or51132.c compile (not work) on 2.6.10.
|
|
- tuner kernel message fixups.
- misc.
|
|
|
|
|
|
|