summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Collapse)Author
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-22 * scripts/cardlist:Mauro Carvalho Chehab
- Script updated to strip tail spaces - Correclty generates a tuner number for tea chip * doc/CARDLIST.cx88, doc/CARDLIST.saa7134, doc/CARDLIST.tuner: - Card definitions updated. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
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-22 * .bp/2.6/v4l-driver-doc, doc/API.html:Mauro Carvalho Chehab
- API.html added, pointing to V4L api at linuxtv. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
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>
2005-06-22Set QAM size for DVB-C cards that do not autodetect QAM sizeManu Abraham
Signed-off-by Manu Abraham <manu@kromtek.com>
2005-06-22Make the bandwidth setting generic such that it supports more DVB-T cardsManu Abraham
Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Make the frequency setting card specificManu Abraham
Signed-off-by: Manu Abraham <manu@kromtek.com>
2005-06-22Make the inversion setting specific, ie, only for the 200103A DVB-SManu Abraham
This should not be flagged on other cards.
2005-06-21*** empty log message ***Hartmut Hackmann
2005-06-21 - dont turn off the xtal output of tda8274/75 in sleep modeHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-21Blank spaces removed.Mauro Carvalho Chehab
2005-06-21 * tuner-simple.c:Michael Krufky
- forgot to remove TUNER_TENA_9533_B in one location, fixed now. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-21 *tuner-core.c:Mauro Carvalho Chehab
- some tuner_info msgs will be generated only if insmod opt tuner_debug enabled. *tea5767.c: - tuner_info msgs will be generated only if insmod tuner option tuner_debug enabled. - some cleanups for better reading. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-21 * tuner-simple.c, tuner.h, saa7134-cards.c:Michael Krufky
* CARDLIST.tuner: - Removed tuner#64 and consolidated into tuner#61, Appropriate comments added. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-21 * tuner-simple.c:Michael Krufky
- Fix UHF switch for tuner=61 & tuner=64. Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-21 * cx88-dvb.c:Michael Krufky
- Fixed missing line in cx88-dvb.c Thanks to Didier Caillaud <mailing.cld@free.fr>
2005-06-21Kworld Xpert TV PVR7134: added FIXME commentsMichael Krufky
2005-06-21 * saa7134-cards.c, saa7134-input.c, saa7134.h:Michael Krufky
* tuner-simple.c, tuner.h: * CARDLIST.saa7134, CARDLIST.tuner: - Add new card entry: Kworld Xpert TV PVR7134 Add new tuner entry: Tena TNF9533-B/DF Thanks to Hannibal <hannibal@megapolis.pl> - Replace // with /* */ - Fix tab/spacing problems Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-21 - VIDIOCSTUNER removed.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-20 * saa7134-core.c:Michael Krufky
- Fix kernel compile error with CONFIG_MODULES=n Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-06-20This is some small changes on tuner-core.c to correct API behavior for stereo:Mauro Carvalho Chehab
- v4l2_tuner has three fields for audio mode: capability (bitmask, says what the hardware is able to do). rxsubchans (bitmask, which channels are available). audmode (enum, current mode). For radio seeing a stereo signal but sending mono the driver can simply set this: rxsubchans = V4L2_TUNER_SUB_MONO | V4L2_TUNER_SUB_STEREO; audmode = V4L2_TUNER_MODE_MONO; - VIDIOCSTUNER should not allow turning stereo/mono. Code commented. It will be removed soon. Signed-off-by: Gerd Knorr <kraxel@bytesex.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-20Documentation fixesMichael Krufky
2005-06-20 * cx88-cards.c, cx88-dvb.c, cx88-mpeg.c:Michael Krufky
* cx88-video.c, cx88.h, tuner.h: * CARDLIST.cx88: - Fix DViCO Board names as per email from DViCO Systems Software Engineer Jeff Lee: "DTT7611 model is 3Gold-T ... Temic 4042 is the 3Gold-Q model." Signed-off-by: Michael Krufky <mkrufky@m1k.net>