Age | Commit message (Collapse) | Author |
|
- It is importand to write at first to MO_GP3_IO, see datasheet
on page 77: "2.3.3 GPIO Normal Mode". Importand is Bit 25 (GP3_MODE),
or it is already done in file "cx88-video.c" at
"static int video_mux(struct cx8800_dev *dev, unsigned int input)".
From: Torsten Seeboth <Torsten.Seeboth@t-online.de>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- New script to symlink DVB frontend code from dvb-kernel cvs tree
into patched video4linux cvs tree for testing and development
across both trees.
* scripts/unmerge-trees.sh:
- New script to be run after development, and before generating
patches or making cvs commits. This removes the symlinks to the
frontend code, and reverts the patch to the video4linux tree
created by merge-trees.sh .
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
FIx tuning.
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
|
|
- make two needlessly global structs static.
- #if 0 the EXPORT_SYMBOL'ed but unused function tveeprom_dump.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
|
|
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
|
|
- Add support for the SVideo input on the GDI Black Gold.
From: Peter Missel <peter.missel@onlinehome.de>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- pci_dma_supported() is called after pci_set_dma_mask() which
already did check that for us. The attached patch removes the
unneeded call to pci_dma_supported()
Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
|
|
|
|
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
|
|
Fix diseqc transmission.
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
|
|
warning: `i2c_readbytes' defined but not used
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
demodulation selected. ANT RF connector is selected for
8-VSB and CABLE RF connector is selected for QAM64/QAM256.
This only affects the cards that use the Microtune 4042 tuner.
- This is patch #2 of a string of patches with counterparts in the
video4linux tree affecting cx88-dvb.c
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
pll_set-callback to isolate the tuner programming from the frontend.
- This is patch #1 of a string of patches with counterparts in the
video4linux tree affecting cx88-dvb.c
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Removed unnecessary comment.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Select the RF input connector based upon the type of
demodulation selected. ANT RF connector is selected for
8-VSB and CABLE RF connector is selected for QAM64/QAM256.
This only affects the cards that use the Microtune 4042 tuner.
- This is patch #2 of a string of patches with counterparts in the
dvb-kernel tree affecting lgdt3302.c and lgdt3302.h
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Remove the dvb_pll_desc from the frontend and replace with a
pll_set-callback to isolate the tuner programming from the frontend.
- This is patch #1 of a string of patches with counterparts in the
dvb-kernel tree affecting lgdt3302.c and lgdt3302.h
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
|
|
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
|
|
- 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>
|
|
|
|
Fix the way the LG-Z201 tuner is controlled for the DVICO
FusionHDTV DVB-T1 card.
Signed-off-by: Gregory B Frost <frosts1@hotkey.net.au>
|
|
|
|
It was not possible to tell which i2c bus should be used if an adapter has
multiple frontends on multiple i2c buses.
|
|
Add support for analog video inputs (CVBS and Y/C) of the
analog module for the Siemens DVB-C card.
Signed-off-by: thomas schorpp <t.schorpp@gmx.de>
|
|
(why are errors only visible with debug on?
this needs to be cleaned up so we can disable debug by default)
|
|
to LINUX_VERSION_CODE and KERNEL_VERSION. Based on
patch by Olaf Hering.
Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Removed remaining trailing spaces.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- driver.suspend API modified at 2.6.13-rc3-mm1.
- Warnings removed when compiling against 2.6.13-rc3-mm1.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Fix corrected.
Signed-off-by: Patrick Boettcher <patrick.boettcher@desy.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- The output_mode needs to be set for the Hauppauge Nova-T DVB-T
(cx88-dvb.c) for versions after 2.6.12.
Signed-off-by: Patrick Boettcher <patrick.boettcher@desy.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Newer tea autodetection code is not stable. Restaured old
behavior.
* tuner-core.c:
- new option no_autodetect to disable tuner autodetection codes.
* cx88-cards.c:
- There are newer PixelView Ultra cards without tea chips.
Radio and addresses unset to allow autodetection.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
scan in VSB before attempting to get a QAM lock.
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
where KERNEL_VERSION is required.
- incremented versions for CX88, BTTV and SAA7134.
* compat.h:
- Included linux/version.h.
This change is required to be compatible with
a patch applied at Kernel by Olaf Hering <olh@suse.de>
this patch does reduce kernel dependency of its version number.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- New tea chip added. Still needs testing and integration.
Doesn't hurt CVS freeze, since it is not being compiled.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|
|
- Fixed newer tea autodetection code.
* tuner-core.c:
- unimplemented IOCTL msg now is clearer for developers.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Improved tea autodetection to avoid troubles with other tuners
- Eliminated some precision small troubles
- Some debug messages fixed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
* cx88-video.c:
- After changing channels, reconfigure audio parameters.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
mt352.c frontend:
1. the 4 most significant bits are zeroed - shift and mask wrong way round
2. Need to align the 12 bits from the registers at the top of the 16 bit
returned value - otherwise the range is not 0 to 0xffff its 0xf000 to 0xffff
Signed-off-by: Barry Scott <barry.scott@onelan.co.uk>
|
|
- Always include dvb frontend code for hybrid cx88 and saa7134 boards.
A previous change breaks hybrid v4l/dvb boards in 2.6.13-rc2-mm2.
This fixes the bug. We will have to figure out
something better in the future.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Cc: Mac Michaels <wmichaels1@earthlink.net>
Cc: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
without regard to the mode selected.
- Do a software reset each time the parameters are
set, regardless of whether anything changes.
This may allow an application to recover from a
hung condition.
- Improved error reporting according to a comment
seen about the lgdt3303 code.
- Removed $Id:$
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Thanks to Marcus Hagn for testing.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
- dst_read_status() needs to call dst_get_signal() to get up-to-date
information
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|