Age | Commit message (Collapse) | Author |
|
Instead, send to video4linux mailing list.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Lots of small changes to allow compiling with kernel 2.4.
Compilation result not tested yet.
- After this patch, .version should be removed, since its
syntax has changed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Enable S-Video input on DViCO FusionHDTV5 Lite
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Changed { .pll = 1, } to { .pll = PLL_28, }
on BTTV_BOARD_MACHTV "MachTV".
* bttv.h:
- Cleaned up spacing to be uniform for BTTV_BOARDS
* doc/CARDLIST.bttv:
- Added Osprey 440 card.
* doc/CARDLIST.cx88:
- Added Kworld Vstream ExpertDVD.
* saa7134-tvaudio.c: (mute_input_7134):
- Removed trailing whitespace.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* bttv.h:
- Added Osprey 440 card.
Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
|
|
Thanks to: Sérgio Fortier <sergiofortier@yahoo.com.br>
- Added support for radio_addr. Should also allow radio on
separated I2C address than TV tuner.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
If you need this feature, please use an older video4linux cvs:
cvs co -D 9/29/05 video4linux
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Included missing card numbers
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Fix source charset. Make symbols UTF-8.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>.
|
|
- corrected composite input gpio for DViCO FusionHDTV5 Lite.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- fixed GPIO composite and off (dvb) states to prevent
lgdt3303 frontend from dying on input source change.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Fixed a bug: ATSC Frontend dies after using analog tuner.
audiomux[4] must be programmed to prevent this bug.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
to the bttv driver. It's now card=138 and it works at least
for tv, sound and radio.
Signed-off-by: Luis Miguel García <ktecho@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|
|
* msp3400.c, tda9887.c, tuner-core.c:
- Step one, in preparation for 2.6.14-rcX compatability:
-#ifdef MM_KERNEL
+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,13)
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- 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>
|
|
- Enable DVB support for DViCO FusionHDTV5 Lite.
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>
|
|
|
|
- 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>
|
|
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>
|
|
- card #135, DVICO FusionHDTV 5 Lite:
Altered card settings to make autodetection less verbose.
- card #136, Acorp Y878F:
Moved subsystem id detection out of "DVB cards" area and
into a more appropriate location.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
kernel tree, replacing to to pci_get_device.
Generated in 2.6.13-rc5-mm1 kernel version.
Signed-off-by: Jiri Slaby <xslaby@fi.muni.cz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- no_overlay now behaves as described on docs.
* doc/insmod-options:
- no_overlay flag description updated.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- treating MM_KERNEL as non-mm.
* bttv-cards.c,bttv-driver.c:
- no_overlay bttv insmod parameter now works.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|
|
|
|
Analog functions on this board are now fully supported.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Added support for Acorp Y878F card.
- some spaces used for identation replaced by tabs.
- Added support for tuner Ymec TVF66T5-B/DFF
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- #define BTTV_ADLINK_RTV24
corrected from 0x85 --> 0x86
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Added card DViCO FusionHDTV5 Lite.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Fix Bug 4395: modprobe bttv freezes the computer
http://bugme.osdl.org/show_bug.cgi?id=4395.
Date: Wed, 13 Apr 2005 03:20:08
Patch by Manu Abraham and Gerd Knorr:
- Remove redundant bttv_reset_audio() which caused the computer to
freeze with some bt8xx based DVB cards when loading the bttv driver.
This patch must have gotten lost during the orphaned v4l days...
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
saa7134-cards.c
|
|
* saa7134-cards.c, saa7134-core.c:
* tuner-core.c:
- Strip whitespace.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* saa7134-cards.c, saa7134-core.c, saa7134-i2c.c:
* tuner-core.c, tuner.h:
Rename v4l2_tuner field in tun_addr structure. Cleanup
tuner private calls.
|
|
doc/CARDLIST.saa7134, doc/Cards:
- tail spaces removed.
* cx88-core.c, cx88.h:
- cx88_pci_irqs changed to static
* doc/V4L1_API.html:
- Now informs that it is obsolete.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Should compile cleanly with linux-2.6.11 also.
make snapshot improved.
|
|
|
|
|
|
|
|
- bttv: HD2000 fix by Rusty Scott.
|
|
|
|
- misc fixes.
|
|
- more pinnacle 300i work (still not functional :-/).
|