summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Collapse)Author
2005-06-17 * Make.config, Makefile, cx88-core.c, cx88-video.c:Nickolay V. Shmyrev
* cx88.h, msp3400.c, saa6752hs.c: * tda9887.c, tuner-core.c, tvaudio.c, tveeprom.c: - Remove unneeded config options. Now I2C_CLIENT_MULTI and I2C_NORMAL_RANGE is checked on the fly.
2005-06-17 - Add Philips Webcam format.Nickolay V. Shmyrev
Request from Luc Saillard <luc@saillard.org>.
2005-06-17Fix nicam detection on saa7134 cardsNickolay V. Shmyrev
2005-06-17 * Makefile, cx88-cards.c, cx88-dvb.c, cx88-i2c.c, cx88-mpeg.c, dvb-pll.c, ↵Michael Krufky
dvb-pll.h, lgdt3302.c, lgdt3302.h, lgdt3302_priv.h - added support for LGDT3302 demod for cx88 cards: DViCO FusionHDTV 3 Gold Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> * Make.config - Allow DVB to compile if kernel is later than 2.6.10
2005-06-17Fix detection of ADS PCI saa713xNickolay V. Shmyrev
2005-06-17Older gcc's can't do that.Mauro Carvalho Chehab
Signed-off-by: Andrew Morton <akpm@osdl.org>
2005-06-17Steve Chang reported the real name behind 0x14aa: WideView.Patrick Boettcher
changed USB IDs accordingly fixed a assignment Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-17Fixes a bug on frequency report for cx88 based cards. This bug producesMauro Carvalho Chehab
error on tvtime like: Tuner refuses to tell us the current frequency: Invalid argument videoinput: Please file a bug report at http://tvtime.net/ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-16 - corrected AVerMedia Cardbus TV entryHartmut Hackmann
thanks to Ondrej Bartos Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-16 - moved Philips FMD1216 radio specific setup to saa7134-core.cHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-16 * bttv-driver.c, bttvp.h:Nickolay V. Shmyrev
- New bttv module params: - uv_ratio : allow a ratio of saturation between u and v. If you have a ratio of 40 and a saturation of 100, usat will be 80 and vstat 120. Useful to correct a bad color balance. - full_luma_range : provide a better contrast in using the full range 0-253 of values instead of 16-253. - coring : to have a better black level. Thanks to Sylvain Meyer <sylvain.meyer@worldonline.fr>
2005-06-16 - don't turn off the xtal output of the TDA8275 in sleep modeHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-16 * cx88-video.c, saa7134-video.c, bttv-driver.c:Mauro Carvalho Chehab
- radio range is now defined on tuner-core.c. Cleaning up. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-16added keymap for Twinhan's remote controlPatrick Boettcher
Signed-off-by: Michael Paxton <packo@tpg.com.au> Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-16Make all radio tuners use CAP_LOWNickolay V. Shmyrev
2005-06-15Updated CARDLIST.tuner to include Philips TEA5767HN FM Radio(#62) and ↵Michael Krufky
Philips FMD1216ME MK3 Hybrid Tuner(#63)
2005-06-15msgMichael Krufky
2005-06-15I2C API has changed on 2.6.12-rc6-mm1: I2C_CLIENT_INSMOD macro now doesn'tMauro Carvalho Chehab
require nor uses normal_i2c_range. A new define (CONFIG_USE_I2C_RANGE) is provided to provide compatibility. It is meant to be replaced by a kernel version test after aplyed to mainstream. This patch corrects it. High precision tunning on Radio is correclty supported. Some radio apps already uses it. There's an auto-detection process to check tuner range. Detailed info: * Make.config, Makefile, tuner-core.c: - CONFIG_TUNER_MULTI_I2C dropped from tuner-core.c and included on Make.config - included CONFIG_USE_I2C_RANGE for kernels that requires normal_i2c_range struct (only kernels after 2.6.12-rc6-mm1 doesn't require). * bt832.c, msp3400.c, saa6752hs.c, tda7432.c, tda9875.c, tda9887.c, tuner-core.c,tvaudio.c, tveeprom.c, - I2C range detection corrected to new behavior of 2.6.12-rc6-mm1 * cx88-video.c, tea5767, tuner-core.c: - V4L2_TUNER_CAP_LOW implemented according with V4L2 API for Radio. - tea5767 debug improved. * .bp/2.6/v4l-driver-doc - typo corrected. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-15CleanupAndrew de Quincy
2005-06-15Finalised s5h1420/Nova-S SE support. releasedAndrew de Quincy
2005-06-14*** empty log message ***Hartmut Hackmann
2005-06-14 - adapt to dvb core change in 2.6.12-rc4Hartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-14 - support for Philips FMD12ME hybrid tunerHartmut Hackmann
- allow to initialize with another tuner Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-14 - special FM stereo configuration for FMD1216 tuner via i2c client callHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-14 - initialize tuner to sleep mode to save powerHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-14 - turn off planar mode at video release (would break DVB)Hartmut Hackmann
- put tda8290 and tda8275 to sleep at video release to save power - special FM stereo configuration for FMD1216 tuner Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-14 - fixed minor bug in DMA IRQ handlerHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-14 - DVB-T support for MD7134 cardbus and the PCI variantsHartmut Hackmann
- initial DVB-T support for Lifeview Flydvb-t duo - DVB-T support for Philips TOUGH reference design Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-14 - distinguish the different variants of the Medion MD7134 modules via eepromHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-14 - added entry for Philips TOUGH Reference designHartmut Hackmann
- added code to turn the fan of the Lifeview and Typhoon cardbus nodules on - corrected Lifeview Cardbus entries - corrected Medion MD7134 entries Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-14- corrected oss sound routing for saa7133Hartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-14New TT card is not sold by hauppauge, so remove "nova" stuff from itsAndrew de Quincy
description.
2005-06-14fix bug in timeout handlingJohannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-06-13From: Wolfgang Rohdewald <wolfgang@rohdewald.de>Johannes Stezenbach
- make sure ERESTARTSYS will be propagated - ReleaseBitmap: starting with Firmware 261e, also release when BMP_LOADING - removes unused #define BMP_LOADINGS - in many cases changed the return value from -1 to something more meaningful like ETIMEDOUT, EINVAL - changed syslog message timeout waiting for COMMAND such that it indicates what command did not complete - reduce # of arguments for LoadBitmap and BlitBitmap - av7110_osd_cmd: remove the out: label Signed-off-by: Wolfgang Rohdewald <wolfgang@rohdewald.de>
2005-06-13- added preliminary support for tda827x tunersHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-13- added preliminary support for tda827x tunersHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-13- added preliminary support for tda827x tunersHartmut Hackmann
- set parameters for drift compensation to 0 makes no sense for DVB-T but can prevent lock Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-13Remove I2C_DRIVERID_DVBFE_ cruftAndrew de Quincy
2005-06-13Support for new TT DVB-T-CI, thanks to Andre WeidemannAndrew de Quincy
2005-06-13From: Randy Dunlap <rdunlap@xenotime.net>Patrick Boettcher
Module needs a license to prevent kernel tainting. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-13 * bttvp.h:Nickolay V. Shmyrev
- Fix gcc 4.0 compilation * cx88-input.c: - Add remove for MSI TV@nywhere. Thanks to Jorik Jonker <jorik@dnd.utwente.nl>
2005-06-13 * saa7134-cards.c, caa7134.h, doc/README.saa7134:Nickolay V. Shmyrev
Mark all 7135 cards as 7133. Thanks to hermann pitton <hermann.pitton@onlinehome.de>
2005-06-13 * saa7134-cards.c, saa7134-dvb.c, saa7134.h:Nickolay V. Shmyrev
- Add new Typhoon DVB-T Cardbus. Thanks to Juergen Orschiedt <jorschiedt@web.de> cx88-core.c: - Fix compilation with gcc4.0
2005-06-12 Add support for ADS Tech Instant TV DVB-T PCI. Thanks toNickolay V. Shmyrev
Benoît Laniel <benoit.laniel@gmail.com>.
2005-06-12 Updated entry for Avermedia Cardbus E500. Thanks toNickolay V. Shmyrev
Kees Blom <Kees.Blom@cwi.nl>.
2005-06-12Implement fe status functionsAndrew de Quincy
2005-06-12Implement DISEQC transmit and my best guess at DISEQC receive - needs testing.Andrew de Quincy
2005-06-12In dvb_dmxdev_filter_start if we go out because of an error, releaseJohannes Stezenbach
previously allocated demux_feed. Signed-off-by: Peter Beutner <p.beutner@gmx.net>
2005-06-12add big-endian register definitions for running on a PowerPC. (Thanks to ↵Patrick Boettcher
Paavo Hartikainen for testing) Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-12 * audiochip.h, compat.h, cx22702.h, cx88-core.c, cx88-dvb.c,Mauro Carvalho Chehab
cx88-i2c.c, cx88-vbi.c, cx88-video.c, dpl3518.c, dpl3518.h, i2c-compat.h, id.h, msp3400.h, or51132.c, or51132.h, plx9054.h, rds-saa6588.c, saa7134-dvb.c, tda7432.c, tda9875.c, tvaudio.c, tveeprom.h, tvmixer.c, v4l1-compat.c, video-buf-dvb.h: - Minor changes to synchronize with -mm series; - PAL-60 code maintained for SAA7134. However, -mm has different values; - Now, every .c or .h file has cvs field ID.