summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttv-cards.c
AgeCommit message (Collapse)Author
2005-10-11 - Don't bother Gerd with bttv-cards patches.Michael Krufky
Instead, send to video4linux mailing list. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-09From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
- 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>
2005-10-06 * bttv-cards.c:Michael Krufky
- Enable S-Video input on DViCO FusionHDTV5 Lite Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-04 * bttv-cards.c:Michael Krufky
- 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>
2005-10-04 * bttv-cards.c:Nickolay V. Shmyrev
* bttv.h: - Added Osprey 440 card. Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
2005-10-02- Added new card: Prolink PixelView PlayTV MPEG2 PV-M4900Mauro Carvalho Chehab
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>
2005-09-30DVB/V4L bt8xx tree-merge is currently broken.Michael Krufky
If you need this feature, please use an older video4linux cvs: cvs co -D 9/29/05 video4linux
2005-09-29- Boards renamed to BTTV_BOARD_xxxMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-29- BTTV Boards now use the same CodingStyle as cx88 and saa7134.Mauro Carvalho Chehab
- Included missing card numbers Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-28 * bttv-cards.c:Nickolay V. Shmyrev
- Fix source charset. Make symbols UTF-8. Signed-off-by: David Woodhouse <dwmw2@infradead.org>.
2005-09-24 * bttv-cards.c:Michael Krufky
- corrected composite input gpio for DViCO FusionHDTV5 Lite. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-09-24 * bttv-cards.c:Michael Krufky
- 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>
2005-09-24 * bttv-cards.c:Michael Krufky
- 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>
2005-09-16 - Added Prolink Pixelview PV-BT878P+ (Rev.2E) compatibilityMauro Carvalho Chehab
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>
2005-09-13#include "compat.h"Michael Krufky
2005-09-13 * bttv-cards.c, bttv-driver.c:Michael Krufky
* 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>
2005-09-11 * bttv-cards.c:Michael Krufky
- 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>
2005-09-10 * bttv-cards.c:Michael Krufky
- Enable DVB support for DViCO FusionHDTV5 Lite. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-09-07* bttv-cards.c: (bttv_init_card1), (bttv_init_card2):Michael Krufky
* 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>
2005-09-07 * bttv-cards.c, bttv.h, ir-kbd-gpio.c:Michael Krufky
* 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>
2005-08-30DVICO --> DViCOMichael Krufky
2005-08-30 * bttv-cards.c,cx88-cards.c,tveeprom.h:Mauro Carvalho Chehab
- 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>
2005-08-25cx88-dvb has been incorrectly reporting the card name instead of frontend name:Michael Krufky
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>
2005-08-11 * bttv-cards.c:Michael Krufky
- 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>
2005-08-10 - It removes occurence of pci_find_device (depreciated) in theMauro Carvalho Chehab
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>
2005-08-03_overlay type changed to int.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-03 - Better wording in debug messages for no_overlay.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-03 * bttv-cards.c, bttv-driver.c:Mauro Carvalho Chehab
- 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>
2005-08-03 * scripts/buildpatch:Mauro Carvalho Chehab
- 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>
2005-08-01another minor edit to conform with other bttv boardsMichael Krufky
2005-08-01minor edit to conform with other bttv boardsMichael Krufky
2005-08-01 - Fixed audio GPIO on DViCO FusionHDTV5 Lite, bttv card # 0x87.Michael Krufky
Analog functions on this board are now fully supported. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-29 - Acorp Y878F PCI identifier corrected. Board has radio.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-28 - tuner_addr added.Mauro Carvalho Chehab
- 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>
2005-07-28 * bttv.h:Michael Krufky
- #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>
2005-07-28 * bttv-cards.c, bttv.h:Michael Krufky
- Added card DViCO FusionHDTV5 Lite. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-28converted // to /* these */Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-19 * bttv-cards.c:Michael Krufky
- 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>
2005-07-05 Rename tuner structures fields. Move MD detection hack toNickolay V. Shmyrev
saa7134-cards.c
2005-07-02 * bttv-cards.c, bttv-i2c.c:Michael Krufky
* saa7134-cards.c, saa7134-core.c: * tuner-core.c: - Strip whitespace. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-02 * bttv-cards.c, bttv-i2c.c, cx88-i2c.c, cx88-video.c:Nickolay V. Shmyrev
* 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.
2005-06-22 * bttv-cards.c, cx88-core.c, cx88.h, v4l1-compat.c,doc/CARDLIST.bttv,Mauro Carvalho Chehab
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>
2005-06-10 - Syncrhronized with linux-2.6.12-rc6-mm1.Mauro Carvalho Chehab
- Should compile cleanly with linux-2.6.11 also. make snapshot improved.
2005-05-24adds support for the Adlink RTV24 capture cardNickolay V. Shmyrev
2005-02-22- Kodicom-4400R support (by William M. Brack).Gerd Knorr
2005-02-21- add some bttv debug code.Gerd Knorr
2005-02-16- cx22702 fix by Rob Noble.Gerd Knorr
- bttv: HD2000 fix by Rusty Scott.
2005-01-31- whitespace cleanups.Gerd Knorr
2005-01-31- add some defines to compat.h to build again on older kernels.Gerd Knorr
- misc fixes.
2005-01-13- card-specific and other fixes from various people.Gerd Knorr
- more pinnacle 300i work (still not functional :-/).