Age | Commit message (Collapse) | Author |
|
- 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.
|
|
* 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
|
|
on the card. This fix corrects the error in all places, and adds (ATSC/NTSC) next to the Thomson DDT 7611 name.
--
Michael Krufky
|
|
Signed-off-by: Adrian Bunk <bunk@stusta.de>
|
|
|
|
|
|
possible to get a lock with the cxusb
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
into consideration
added dvb_pll_desc for Philips FMD1216ME (needed for cxusb)
|
|
Analogue part is not working yet (cx25842 --> ivtv?).
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
changed memory (de)allocation behaviour accordingly.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
|
|
|
|
fix compiling USB DVB drivers (at least with gcc-4):
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
live with that. The same thing was done in dvb-pll.h.
---
gcc-2.95 compile fix.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
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>
|
|
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
|
|
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.
|
|
Gerolf Wendland for his support.
hacked the firmware for the ADSTech USB2 to have a different USB ID than the USB1.1 version (to avoid conflicts in programming)
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Suggestion from Andrew Morton
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
The bug was visible as a warning with gcc-3.4.4(prerelease)
Message:
drivers/media/dvb/bt8xx/dst.c: 1349: warning: initialization from incompatible pointer type.
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
|
|
saa7146_video_uops
|
|
|
|
|
|
|
|
drivers/media/dvb/frontends/bcm3510.c: In function `bcm3510_read_signal_strength':
drivers/media/dvb/frontends/bcm3510.c:322: warning: ISO C90 forbids mixed declarations and code
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
|
|
|
|
cybercide@f2s.com <cybercide@f2s.com>.
|
|
Update entries for Lifiview Platinum FM and Avermedia cards
|
|
Martin Loschwitz for discovering the problem.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Martin Loschwitz <madkiss@madkiss.org>
|
|
|
|
|
|
|
|
- added pll sleep call
|
|
- support DSP boot from on board eeprom
- added pll sleep call
|
|
tuners used on Pixelview Cards. There are some docs about it on
http://www.ymec.com.tw/tuner.htm.
|
|
added a small tuning delay
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
QAM64/256) demodulator used
in the first generation of Air2PC ATSC PCI-cards/USB-boxes made by B2C2.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
Pro Stereo.
|
|
|
|
disable pid filtering if there are no users,
complain if the number of received packets does not match 'nbpackets',
print the card's serial number,
Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
|
|
wrapping correctly and are nicer to read.
Signed-off-by: Marcelo Feitoza Parisi <marcelo@feitoza.com.br>
Signed-off-by: Domen Puncer <domen@coderock.org>
|