summaryrefslogtreecommitdiff
path: root/linux/drivers/media
AgeCommit message (Collapse)Author
2005-07-16Pass a pointer to the i2c bus to the pll callbacks (stv0299 only).Andreas Oberritter
It was not possible to tell which i2c bus should be used if an adapter has multiple frontends on multiple i2c buses.
2005-07-16From: thomas schorpp <t.schorpp@gmx.de>Johannes Stezenbach
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>
2005-07-16comment out noisy dprintk in dst_get_signal()Johannes Stezenbach
(why are errors only visible with debug on? this needs to be cleaned up so we can disable debug by default)
2005-07-16Remove all #include <linux/version.h> and all referencesJohannes Stezenbach
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>
2005-07-15 - Now compiling also with linux-2.6.12 version.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-15 - linux/version.h removed at linux-2.6.13-rc3-mm1.Mauro Carvalho Chehab
- Removed remaining trailing spaces. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-15 * bttv-driver.c, msp3400.c, tda9887.c, tuner-core.c:Mauro Carvalho Chehab
- 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>
2005-07-15 * cx88-dvb.c:Mauro Carvalho Chehab
- Fix corrected. Signed-off-by: Patrick Boettcher <patrick.boettcher@desy.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-15 * cx88-dvb.c:Mauro Carvalho Chehab
- 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>
2005-07-14 * tea5767.c:Mauro Carvalho Chehab
- 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>
2005-07-14Fix QAM lock bug. Previously, it was necessary to firstMichael Krufky
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>
2005-07-13 - Linux/version.h removed. Replaced by linux/utsname.hMauro Carvalho Chehab
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>
2005-07-13 * tea5761.c:Mauro Carvalho Chehab
- 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>
2005-07-13Removed trailing space.Mauro Carvalho Chehab
2005-07-13 * tea5767.c:Mauro Carvalho Chehab
- 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>
2005-07-13 * tea5767.c:Mauro Carvalho Chehab
- 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>
2005-07-132005-07-08 20:17 mchehabMauro Carvalho Chehab
* cx88-video.c: - After changing channels, reconfigure audio parameters. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-12Here is a patch to fix two problems with the signal strength value in the ↵Patrick Boettcher
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>
2005-07-12 * cx88-dvb.c, saa7134-dvb.c:Michael Krufky
- 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>
2005-07-12Older gcc's can't do that.Michael Krufky
Cc: Mac Michaels <wmichaels1@earthlink.net> Cc: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Andrew Morton <akpm@osdl.org>
2005-07-12- Removed $Id:$Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-12- Initialize all non mutually exclusive variablesMichael Krufky
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>
2005-07-11added USB IDs if the Kworld Xpert DVB-T USB2.0 (clone of the ADStech box)Patrick Boettcher
Thanks to Marcus Hagn for testing. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-07-10- stop log spamming when running femon (printk -> dprintk)Johannes Stezenbach
- dst_read_status() needs to call dst_get_signal() to get up-to-date information Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-10gcc-2.95 compile fixJohannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-10gcc-4.0 compile fixJohannes Stezenbach
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-07-08From: Julian ScheelPatrick Boettcher
The / in the driver name (budget dvb /w video in) is not a valid character for device names - removed it, now it works! Same for ttusb-budget. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Julian Scheel <julian@jusst.de>
2005-07-08 * tda8290.c:Mauro Carvalho Chehab
- Reverted tda8290 patch to correct radio behavior. * saa7134-boards.c: - spaces used for indent replaced by tabs. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-08 * tuner-core.c:Mauro Carvalho Chehab
-removed old comment. * .bp/2.6/saa7134-update: - Commented more stuff already at dvb-saa7134 Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-07 * tuner-core.c:Mauro Carvalho Chehab
- Comment changed to express better when attach_inform is running - set_freq removed from set_mode. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-07 * ir-kbd-i2c.c:Mauro Carvalho Chehab
- Some changes to comply with CodingStyle: // comments converted to /* */ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-07 * ir-common.c, cx88-input.c:Mauro Carvalho Chehab
- Some changes to comply with CodingStyle: Obvious stuff eliminated. // comments converted to /* */ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-07 * cx88-core.c, cx88-mpeg.c, cx88-video.c, cx88.h:Mauro Carvalho Chehab
- Some debug structs moved to their own .c file and converted to static - some // comments converted to #if 0 * cx88-mpeg.c: - Small cleanup for thinks like 0<<14 Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-07scripts/buildpatch:Mauro Carvalho Chehab
- Added code to eliminate #if 0 and #if 1 when submiting pathes to new kernel. Miscelaneous CodingStyle stuff. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-07applied dvb-add-pluto2-driver-fix.patch:Andreas Oberritter
From: Andrew Morton <akpm@osdl.org> sparc64: drivers/media/dvb/pluto2/pluto2.c: In function `pluto2_probe': drivers/media/dvb/pluto2/pluto2.c:604: error: `DMA_32BIT_MASK' undeclared (first use in this function) Cc: Andreas Oberritter <obi@linuxtv.org> Cc: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org>
2005-07-07Remove #include <linux/version.h>.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-07 * tuner-core.c,tea5767.c:Mauro Carvalho Chehab
- T_STANDBY now is tuner.mode instead of tuner.mode_mask. This way, mode_mask is changed only when calling set_type. Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-07 * tuner-core.c:Mauro Carvalho Chehab
- Fix setting of VIDEO_TUNER_LOW in v4l1 mode with radio. Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-07Fix bug in lgdt3302_read_status to return correctMichael Krufky
FE_HAS_SIGNAL and FS_HAS_CARRIER status. Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-07 * lgdt3302.c:Michael Krufky
- Fix bug in lgdt3302_read_status to return correct FE_HAS_SIGNAL and FS_HAS_CARRIER status. * msp3400.c, saa7134-cards.c, saa7134-i2c.c: * tuner-simple.c, video-buf-dvb.c: - Remove trailing whitespace. Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-06 * tuner-simple.c:Nickolay V. Shmyrev
- Use 50 kHz step when tunning radio for most tuners. Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-07-06 * msp3400.c video-buf-dvb.c:Nickolay V. Shmyrev
- Fix build with 2.6.13. * cx22702.c: - Remove unused field id that cause build problems. Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-07-06 * tuner-core.c,tuner.h:Mauro Carvalho Chehab
- Cleanup patch at tuner-core.c reverted. Radio is working again. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-06Removed #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,10)Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-06 * tuner-core.c, tea5767.c:Mauro Carvalho Chehab
- Corrected some bugs at radio, but radio still broken. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-05 * cx88-mpeg.c, doc/not-in-cx2388x-datasheet.txt:Michael Krufky
- Correct sync byte for MPEG-2 transport stream packets. All DVB compliant frontends output packets with this start code. Thanks to Johannes Stezenbach and Mac Michaels. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-05 Rename tuner structures fields. Move MD detection hack toNickolay V. Shmyrev
saa7134-cards.c
2005-07-04Fix v4l1 call VIDIOCGTUNER to tunerNickolay V. Shmyrev
2005-07-04added support for Thomson7611 tuner with LGDT3302 frontend used in DViCO ↵Michael Krufky
FusionHDTV3 Gold-T
2005-07-04 * cx88-cards.c, cx88-dvb.c, cx88-mpeg.c:Michael Krufky
* dvb-pll.c, dvb-pll.h: - Add DVB support for DViCO FusionHDTV3 Gold-T. Signed-off-by: Michael Krufky <mkrufky@m1k.net>