summaryrefslogtreecommitdiff
path: root/linux/drivers
AgeCommit message (Collapse)Author
2005-07-01from 2.6.13-rc1: use try_to_freeze()Johannes Stezenbach
2005-07-01from 2.6.13-rc1: class_simple is no moreJohannes Stezenbach
2005-07-01from 2.6.13-rc1: use pm_message_t in cinergyt2_suspend()Johannes Stezenbach
2005-07-01 * tuner-core.c:Mauro Carvalho Chehab
- It looks that I2C trouble was fixed. Still requires futher analysis. Signed-off-by: Chris Pitchford <bttv@intrepid.cx> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-012005-06-01 20:40 mchehabMauro Carvalho Chehab
* tuner-core.c: - it is printk, not dprintk! Fixed. - new debug info when tuner is specified as tea5767 but autodetection doesn't recognize. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-01 * tuner-core.c:Mauro Carvalho Chehab
- Added a code to avoid I2C early announce. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-01 * tuner-core.c:Mauro Carvalho Chehab
- new debug info; - reincluded type=t->type when I2C is not yet registred. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-01 * tuner-core.c:Mauro Carvalho Chehab
- Fixed a race condition at I2C implementation. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-01 * cx88-cards.c, cx88-dvb.c, cx88.h:Michael Krufky
* doc/CARDLIST.cx88: - Add support for TerraTec Cinergy 1400 DVB-T. Signed-off-by: Uli Luckas <luckas@musoft.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-01added support and rewrote some parts with the help of vendor information ↵Patrick Boettcher
(Thanks to Steve Chang from WideView, Inc.): - added support for the WT-220U (Pensize DVB-T receiver) - corrected byte order for unc,ber and the pid filter - corrected number of pids that can be fetched at the same time. - added some comments in Kconfig-file - added USB IDs for the WT-220U Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-07-01Remove commentNickolay V. Shmyrev
2005-07-01 * tuner-core.c:Nickolay V. Shmyrev
- Add option to resolve secam norm in tuner. Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru> * saa7134-cards.c, saa7134-core.c, saa7134.h: - Remove irq2_mask field from saa7134_dev structure. Collect all the bits needed in saa7134_hwinit2() instead. Signed-Off-By: Michael Tokarev <mjt@tls.msk.ru>
2005-06-30 * tuner-core.c:Mauro Carvalho Chehab
- Included two new debug msgs for showing I2C set_type calls when tuner_debug is on. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-30Removed debug info.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-30 - Fixed bugs at TEA5767 autodetection codeMauro Carvalho Chehab
- New debug code for identifying calls to set_type before I2C ok. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-30minor changes:Mauro Carvalho Chehab
- Idented according with Linux standards - less verbose when tuner_debug = 0 fixes: - check_mode debug msg fixed - out of range debug messages fixed - bug when changing mode in a multituner environment new features: - standby mode support implemented. It is used to disable a non used tuner. Currenlty implemented on tea5767. - new macro: set_type disables other tuner when changing mode. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-30 - Corrected trouble when changing to radio modeMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Nickolay V Shmyrev <nshmyrev@yandex.ru>
2005-06-29 Changed hue offset to 128 to correct its behavior for cx88 cards.Mauro Carvalho Chehab
Now, 50% Hue means no offset, just like bt878 stuff. Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-28- Removed remaining trailing whitespace.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-28 * cx88-core.c, cx88-dvb.c, cx88-input.c:Michael Krufky
* lgdt3302.c, lgdt3302_priv.h, or51132.c: * saa7134-cards.c, saa7134-core.c: * saa7134-dvb.c, saa7134-i2c.c, saa7134-oss.c: * saa7134-tvaudio.c, saa7134-video.c: * tda8290.c, tea5767.c, tuner-simple.c: - Clean up ALL whitespace using scripts/strip-trailing-whitespaces.sh Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-28Changed the name-field of the pci_driver and usb_driver structs to the name ofPatrick Boettcher
the module after compilation. It seems that this field is used in some places where special characters are not allowed. Maybe related to: http://www.uwsg.iu.edu/hypermail/linux/kernel/0505.1/0983.html Thanks to Alan Halverson for finding this problem. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-28added support for LGDT3302 (ATSC VSB/QAM) used in DViCO FusionHDTV3 Gold.Michael Krufky
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-28Fix tuning failure for 200103A, 200103A failed to tune to low bandManu Abraham
due to wrong tone setting on the 200103A Signed-off-by: Steffen Motzer <motzersn@t-link.de> Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-28 * cx88-cards.c:Michael Krufky
- Fixed tab/spacing problems. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-28 * cx88-i2c.c, cx88-video.c, saa7134-i2c.c, tuner-core.c, tuner.h:Mauro Carvalho Chehab
- Improved support for multi tuners on multi boards. *tuner-core.c: - Pal M and PAL N added to tuner_fixup_std * tuner-simple.c: - Eliminated old tea code from tuner-simple. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-28 * lgdt3302.c:Michael Krufky
- Updated comments. * tuner-simple.c: - Added newline for code style consistency. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-27remove two trailing spacesJohannes Stezenbach
2005-06-27gcc-2.95 compile fix (ISO C90 forbids mixed declarations and code)Johannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-06-26timeout handling fixed, especially for preemtible kernels and/or high system ↵Oliver Endriss
load Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
2005-06-26 * tda8290.c:Nickolay V. Shmyrev
- Fix setting frequency on tda8290. Thanks to Fabien PERROT <perrot1983@yahoo.fr>
2005-06-26FIX: not using HZ for usb-transfer-timeouts.Patrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-26FIX: The changes to a800.c are trivial just a few errors in the remote ↵Patrick Boettcher
control codes. FIX: not using HZ for control_msg-timeout. Signed-off-by: Andrew Hodgson <a.s.hodgson@gmail.com> Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-25 * saa7134-cards.c:Nickolay V. Shmyrev
- When switching external mux on mute, switch internal mux to TV. Thanks to Konrad Rzepecki <hannibal@megapolis.pl>
2005-06-24initialization of globals to 0 is not wanted by kernel-folks. Removing it.Patrick Boettcher
2005-06-24fixed usage of the correct number of events in keymapping-arrayPatrick Boettcher
better place for return added initialization of global variables Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-23Increase some timeouts by a factor of 10 as suggested byJohannes Stezenbach
Mikko Hamalainen and Timo Ketolainen, to improve tuning for QAM128 / weak signal. Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-06-23Add support for Hauppauge/TT DVB-C budget.Johannes Stezenbach
Signed-off-by: Gavin Hamill <gdh@acentral.co.uk>
2005-06-22- remove void castsJohannes Stezenbach
- not necessary to set filter state twice to STATE_FREE during dvb_dmxdev_init() Signed-off-by: Peter Beutner <p.beutner@gmx.net>
2005-06-22 * saa7134-cards.c, saa7134-input.c:Nickolay V. Shmyrev
- recover the original PAL tuner on Compro VideoMate Gold+ Pal - add remote support for Compro VideoMate gold+ II, Pal saa7134 chip Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
2005-06-22The Coverity checker discovered that these two kfree's can never beJohannes Stezenbach
executed. Signed-off-by: Adrian Bunk <bunk@stusta.de>
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-22From: Christophe Lucas <clucas@rotomalug.org>Johannes Stezenbach
printk() calls should include appropriate KERN_* constant. Signed-off-by: Christophe Lucas <clucas@rotomalug.org> Signed-off-by: Domen Puncer <domen@coderock.org>
2005-06-22From: Christophe Lucas <c.lucas@ifrance.com>Johannes Stezenbach
http://kerneljanitors.org/TODO - convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas <c.lucas@ifrance.com> Signed-off-by: Domen Puncer <domen@coderock.org>
2005-06-22 * bttv-driver.h:Nickolay V. Shmyrev
- use DMA_32BIT_MASK. Thanks to domen@coderock.org. * tuner.h: - Remove unneeded set_tuner from tuner structure. * saa7134-cards.c, saa7134-tvaudio.c: patch to switch external mux on mute on some cards. * tuner-simple: - unify tuner list
2005-06-22no-data (IRQ-stop) problem (partially) fixed by resetting register 0x300 at ↵Patrick Boettcher
each data_rcv-stop small change in register-struct restructured code in dma-handling (added some comments regarding FCIIb limitations) debug-messages and irq-watchdog (disabled by default, but maybe needed later) added Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-22Make the Symbolrate setting card specificManu Abraham
Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Fix a bug that caused the polarity (V/H) to be interchangedManu Abraham
Patch sent by Allan Stirling Signed-off-by: Manu Abraham <manu@kromtek.com> Signed-off-by: Allan Stirling <Dibblahdvb0042@pendor.org>
2005-06-22Code simplificationManu Abraham
Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Fix a bogus frontend signal lock, that caused a tuning delay as well.Manu Abraham
Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Fix a bug that caused the polarization not to be set.Manu Abraham
Set polarization for cards that do not autodetect polarization Signed-off-by: Manu Abraham <manu@kromtek.com>