Age | Commit message (Collapse) | Author |
|
* CARDLIST.tuner:
- Removed tuner#64 and consolidated into tuner#61,
Appropriate comments added.
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>
|
|
|
|
* 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>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Implemented tuner-core support for VIDIO_S_TUNER
- It can be used by changing mono/stereo mode
|
|
|
|
|
|
Request from Luc Saillard <luc@saillard.org>.
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
- allow to initialize with another tuner
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
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.
|
|
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
|
|
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.
|
|
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>
|
|
tuners used on Pixelview Cards. There are some docs about it on
http://www.ymec.com.tw/tuner.htm.
|
|
Pro Stereo.
|
|
|
|
|
|
|
|
|
|
- blackbird fixes, add new blackbird card.
|
|
- tuner kernel message fixups.
- misc.
|
|
|
|
|
|
|
|
|
|
- more pinnacle 300i work (still not functional :-/).
|
|
and the B2C2/BBTI Air2PC-ATSC card
API changes:
- add #define DVB_API_VERSION_MINOR 1
- add struct dvb_vsb_parameters to struct dvb_frontend_parameters for FE_SET_FRONTEND
|
|
|
|
- misc dvb updates.
- pinnacle 300i stuff (not working yet).
|
|
- code simplification
|
|
unnecessary casts (cleanups from mailine kernel)
|
|
|
|
- ir support for Compro Videomate by Michael Mellor.
|
|
- add SAA7146_ISR_CLEAR
- use those consistently in the ttpci driver
|
|
- blackbird + empress updates.
|
|
|
|
|
|
|
|
- misc fixes.
|
|
- make it build on non-cutting edge kernels (i.e. 2.6.9 ;)
- convert remaining modules to new-style insmod options.
|
|
- remove unused code
Thanks to Adrian Bunk <bunk@stusta.de>
|
|
- move more modules to new-style insmod options.
|
|
|