Age | Commit message (Collapse) | Author |
|
- DMA buffer size was not set correctly in the SAA713x
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
|
|
- duplicate initializer
(near initialization for `bttv_tvcards[9].tuner_addr')
duplicate initializer
(near initialization for `bttv_tvcards[11].tuner_addr')
* cx88-input.c, tuner.h, tvaudio.c, tveeprom.c:
- Work around gcc-2.95.x macro expansion bug
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* cx88-video.c: (video_read):
* cx88.h:
- Fix a number of sparse warnings.
* videodev2.h:
- strip trailing whitespace.
Signed-off-by: Peter Hagervall <hager@cs.umu.se>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- replaced hex values when writing to AUD_CTL to EN_xx for better reading.
- Moved writing to register AUD_CTL from "set_audio_start" to
"set_audio_finish".
- Changed the order of writing Lang2 to work correctly
- Added an "#if 0" to comment out existing code in "cx88_get_stereo"
because simply reading from register "AUD_STATUS" is _not_ enough to
auto-detect btsc-sap, dual-fm-stereo or nicam. It is simply not working.
- Using "EN_A2_AUTO_STEREO" does not work.
- Allow select by hand between Mono, Lang1, Lang2 and Stereo.
- *Bad side effect* is now if I'm selecting for example stereo but it is not
supported from tv-channel I'm currently receiving loud noise.
Signed-off-by: Torsten Seeboth <Torsten.Seeboth@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
video std. The code itself to implement it was not made.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Enable DVB support for DViCO FusionHDTV5 Lite.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Refine input handling for Manli/Beholder.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
- Lower switch from VHF_LO to VHF_HI for Philips 1216ME MK3
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
|
|
- Use KEY_MEDIA instead of KEY_VIDEOMODESWITCH since
it fix build with older kernels.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: James Schettine <james@NOSPAM.MyVnc.com>
|
|
|
|
|
|
* saa7134-input.c: (saa7134_input_init1):
* saa7134.h:
- Added new card GoTView PCI 7135
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mike Baikov <lists@baikov.com>
|
|
|
|
- Removed unnecessary check for tda9887.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* bttv-driver.c:
- don't enable gpioirq until after card probe.
- Pinnacle PCTV-Sat fifo overrun error fix.
gpioirq is enabled pretty early during the initialization
(bttv_probe) and later turned off when a card with no_gpioirq=1
is detected (bttv_init_card2). But that causes gpio irqs being
enabled for a while - in my case there are between some hundred
and some thousand (false) irqs delivered before the gpioirq is
disabled.
The patch just changes the default. gpio irqs are disabled while
probing and later enable when a card with no_gpioirq=0 is found.
The status whether a card gets gpio irqs or not stays the same.
Thanks to: Edgar Toernig <froese@gmx.de>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* doc/CARDLIST.bttv:
- add bttv card 137 - Conceptronic CTVFMi v2
- some ir buttons seem to be duplicated, explained
by comments within source.
Thanks to: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* cx88-dvb.c: (dvb_register):
- Implemented TUNER_SET_STANDBY on cx88 init.
Additional call is necessary in cx88-dvb, to prevent
noise on initialization of FusionHDTV5 Gold.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Climov's previous patch <missing changelog entry>:
Implemented the v4l2 mpeg api for blackbird cards.
His commit broke cx88-dvb. Here is the fix.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
|
|
|
|
- Added support for OEM version of FlyTV Platinum mini with a
subvendor id of 0x4e42.
- Added the OEM PCI id's to the docs/CARDLIST.saa7134 for item 39
- Modified the vmux in the SAA7134_BOARD_FLYTVPLATINUM_MINI driver
data from 0 (Composite over S-Video) to 3 (Composite).
Signed-off-by: Glen Gray <glen@lincor.com>
|
|
* ir-kbd-gpio.c: (ir_probe):
- Fixed broken compile, due to input event device patch.
Signed-off-by: Michael Fair <michael@daclubhouse.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
|
|
infrared remote matchable by udev rules.
Signed-off-by: Rudo Thomas <rudo@matfyz.cz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
* tuner-core.c: (tuner_fixup_std):
- print warning if pal= or secam= argument is unrecognized
Signed-off-by: Philip Rowlands <phr@doc.ic.ac.uk>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- correct the amux for composite and
s-video inputs on the Sabrent SBT-TVFM card.
Thanks to: Michael Rodriquez-Torrent <mike@themikecam.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
|
|
|
|
|
|
* cx88-tvaudio.c: (set_audio_standard_NICAM),
(set_audio_standard_A2), (set_audio_standard_FM),
(cx88_detect_nicam), (cx88_set_tvaudio), (cx88_newstation),
(cx88_set_stereo):
* cx88.h:
- Added nicam autodetection for PAL B/G/D/K/I/L.
If it fails then falls back to fm / am mono audio.
- Added debug messages about detecting state.
- 'set_audio_standard_NICAM_L' and 'set_audio_standard_PAL_I'
moved to 'set_audio_standard_A2' and 'set_audio_standard_NICAM'
for cleaner code.
- Changed some WW_xx values for better handling.
- Added 'use_nicam' to 'core' to save nicam detecting state for
later use in 'cx88_set_stereo'.
- Not working:
- Auto fall back to fm / am mono if transmitting quality goes bad.
- A2 dual fm stereo auto detecting.
Signed-off-by: Torsten Seeboth <Torsten.Seeboth@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|
|
|
|
- The Microtune 4049FM5 uses an IF frequency of 33.3 MHz for FM radio.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
* cx88-video.c: (cx8800_resume):
- removed trailing whitespace.
* Changelog:
- fixed some entries missing mchehab's login.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- tveeprom patch was not complete. Completing it.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|
|
- normalize whitespace and comments in tuner lists
Signed-off-by: Philip Rowlands <phr@doc.ic.ac.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
This allows for clearer message prefixes containing the i2c
adapter number and address. This is conform the prefix used
for the tuner messages.
- debugging is improved: debug=1 will dump the full contents
of the eeprom and also show each tag that is parsed. The layout
of the debug output is now clean.
- the eeprom can contain two tuner records, the first for the
TV tuner, the second for a radio tuner (this is the case for
the PVR500). Added support for this, also added the TEA5767
radio tuner to the tuner list.
- the audio processor index is now mapped to a string.
- the video decoder processor tag is now implemented.
- all TV standards supported by the tuner are shown.
- show if radio or IR is present.
- add comments showing what other tags exist.
|
|
- Some CodingStyle cleanups.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|
|
|
|
- include files into tree-merge necessary for the
dvb-bt8xx and dst dvb modules, based on bt8xx chips.
This also includes all dvb frontends used by bt8xx boards.
* bttv.h, videodev.h:
- #include "compat.h", needed for tree-merge.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
|
|
DVB: registering new adapter (cx88[0]).
DVB: registering frontend 0 (DViCO FusionHDTV 3 Gold-T)...
This patch corrects this behavior, like so:
DVB: registering new adapter (cx88[0]).
DVB: registering frontend 0 (LG Electronics LGDT3302 VSB/QAM Frontend)...
Also, this removes a bad PCI subsystem ID for saa713x Sabrent card,
and renames DVICO --> DViCO for bttv.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
PCI subsystem ID of this board is 12ab:0800, same as
36 -> UPMOST PURPLE TV, which SHOULD be 1154:0522.
We are applying this for now without autodetection based
on PCI subsystem ID. This will be fixed later.
Signed-off-by: De Greef Sebastien <sebdg@hotmail.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Kworld V-Stream Studio TV Terminator
Thanks to: James R Webb <jrwebb@qwest.net>
and Peter Missel <peter.missel@onlinehome.de>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- correct LG NTSC TALN mini tuner takeover as far we can
empirically determine for now.
Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|