summaryrefslogtreecommitdiff
path: root/linux/drivers/media
AgeCommit message (Collapse)Author
2005-09-11- leave I2C bride open at pll_sleep to support Philips EUROPA based cards.Hartmut Hackmann
- give an error message if the communication with the pll fails. Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-09-11 - TS DMA buffer synchronization was invertedHartmut Hackmann
- DMA buffer size was not set correctly in the SAA713x Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
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-11 * cx88-core.c: (cx88_risc_decode):Michael Krufky
* 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>
2005-09-10From: Andrew Morton <akpm@osdl.org>Johannes Stezenbach
Work around gcc-2.95.x macro expansion bug. Signed-off-by: Andrew Morton <akpm@osdl.org>
2005-09-10adding special stv0297-driver for the Technisat/B2C2 CableStar2 PCI and USBPatrick Boettcher
devices (USB untested) This driver could also be used with other stv0297-based cards, but someone has to do it. The CableStar2's stv0297-driver is tested with QAM32/64/128/256 and has a very nice reception-qualitiy. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-09-10* cx88-blackbird.c:Catalin Climov
- fixed gcc 4.0 compile warnings by moving var declarations to the top of the function or block. Signed-off-by: Catalin Climov <catalin@climov.com>
2005-09-10 - some clean up in cx88-tvaudio.cMauro Carvalho Chehab
- 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>
2005-09-10- Included CB3 structures on tda8290 that should be changed according withMauro Carvalho Chehab
video std. The code itself to implement it was not made. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-10Add DViCO FusionHDTV5 Lite to list of cards supported by lgdt330x moduleMichael Krufky
2005-09-10remove trailing whitespaceMichael Krufky
2005-09-10Mention DViCO FusionHDTV Lite cards in DVB_BT8XX Kconfig help Text.Michael Krufky
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-10 * saa7134-input.c:Nickolay V. Shmyrev
- Refine input handling for Manli/Beholder. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-09-10Added support for DViCO FusionHDTV5 Lite.Michael Krufky
This is the first card to use dvb-pll in dvb-bt8xx. IMHO, it would be a good idea to convert the other tuners in this manner, after some testing, of course. This is exactly the same as the patch that I previously posted to the linux-dvb list, using the same DT3303 serial TS transfer setting as cx88-based FusionHDTV5 Gold. The only difference is gpio_mode. Thank you Doug Stevens, for pointing out the correct gpio value. Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Doug Stevens <ddstevens@gmail.com>
2005-09-10 * tuner-simple.c:Nickolay V. Shmyrev
- 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>
2005-09-08 * i2c-kbd-gpio.c:Nickolay V. Shmyrev
- 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>
2005-09-08Fixed build with older kernelsNickolay V. Shmyrev
2005-09-08strip trailing whitespaceMichael Krufky
2005-09-07Fixed typosNickolay V. Shmyrev
2005-09-07 * saa7134-cards.c: (saa7134_board_init1):Nickolay V. Shmyrev
* 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>
2005-09-07 * cx88-dvb.c: (lgdt330x_pll_set):Michael Krufky
- Removed unnecessary check for tda9887. 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-09-07 * cx88-core.c: (cx88_core_get):Michael Krufky
* 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>
2005-09-07 * cx88-dvb.c: (dvb_buf_prepare):Michael Krufky
- 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>
2005-09-06Implemented the v4l2 mpeg api for blackbird cards.Catalin Climov
2005-09-05capitalized hex A-F changed to lowercase in pci subsystem id constantsMichael Krufky
2005-09-05Added Behold TV 409 FMNickolay V. Shmyrev
2005-09-05Added new Avermedia card 550Nickolay V. Shmyrev
2005-09-05 * saa7134-cards.c:Nickolay V. Shmyrev
- 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>
2005-09-04remove trailing whitespaceJohannes Stezenbach
2005-09-04Remove my badly thought out patch. This does need done, but in a proper way.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-09-04 * cx88-input.c: (cx88_ir_init):Michael Krufky
* 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>
2005-09-04This patch adds support for the Technotrend Budget Card S1500Andrew de Quincy
with a BSBE1 frontend and the LNBP21. Signed-off-by: Martin Zwickel <martin.zwickel@technotrend.de> Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-09-04- Small changes to make easier to generate kernel patches.Mauro Carvalho Chehab
2005-09-02 - Makes the input event device created by the V4L drivers for theMauro Carvalho Chehab
infrared remote matchable by udev rules. Signed-off-by: Rudo Thomas <rudo@matfyz.cz> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-02- added some missing parameter descriptions at msp3400.cMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-02Fix BUG in DVB-C frequency settingManu Abraham
- Result was DVB-C cards failed to tune Fix sent in by Peng Cao <caopeng75@gmail.com> Signed-off-by: Manu Abraham <manu@linuxtv.org>
2005-09-02Identify Tuner, Daughterboards correctlyManu Abraham
- Added partial support for VP-10320A (DVB-S), VP-20210 (DVB-C), VP-3040 (DVB-T) Signed-off-by: Manu Abraham <manu@linuxtv.org> Note: Johannes, please do not send this one to akpm yet, Thanks
2005-09-02Identify board properlyManu Abraham
- Added functions to retrieve MAC Address, FW details, Card type and Vendor Information Signed-off-by: Manu Abraham: <manu@linuxtv.org>
2005-09-02Code CleanupManu Abraham
- Remove debug noise - Remove debug module parameter debug level is achieved using the verbosity level - Updated to kernel coding style (case labels should not be indented) Signed-off-by: Manu Abraham <manu@linuxtv.org>
2005-09-02Code SimplificationManu Abraham
- CA PMT object is not parsed in the driver anymore Signed-off-by: Manu Abraham <manu@linuxtv.org>
2005-09-01 * tda9887.c: (tda9887_fixup_std):Michael Krufky
* 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>
2005-09-01 * saa7134-cards.c:Michael Krufky
- 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>
2005-08-31From: Adrian Bunk <bunk@stusta.de>Johannes Stezenbach
Add missing selects for DVB_TDA1004X and DVB_TDA10021 to DVB_BUDGET_AV. Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-08-31From: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>Johannes Stezenbach
Add missing #include <asm/irq.h> (for enable_irq()). Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
2005-08-31From: Philipp Matthias Hahn <pmhahn@titan.lahn.de>Johannes Stezenbach
Integrate saa7146_i2c adapter into device model: Moves entries from /sys/device/platform to /sys/device/pci*. Signed-off-by: Philipp Hahn <pmhahn@titan.lahn.de>
2005-08-31From: Stuart Auchterlonie <stuarta@squashedfrog.net>Johannes Stezenbach
Fix bug in Nebula DigiTV frontend detection for nxt6000. Signed-off-by: Stuart Auchterlonie <stuarta@squashedfrog.net>
2005-08-30#include <linux/config.h> no longer needed.Michael Krufky