summaryrefslogtreecommitdiff
path: root/linux/drivers
AgeCommit message (Collapse)Author
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>
2005-07-042005-07-04 17:02 mchehabMauro Carvalho Chehab
* saa7134-i2c.c: - specifying tuner type by parameter was not working. fixed. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-04 * Makefile, saa7134-dvb.c:Michael Krufky
- Let Kconfig decide whether to include frontend-specific code in saa7134-dvb. * cx88-video.c: - added missing contrast offset value, set to 0. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-04 * Makefile, cx88-dvb.c:Michael Krufky
- Let Kconfig decide whether to include frontend-specific code. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-03 * cx88-video:Mauro Carvalho Chehab
* tuner-core.c: - Added some comments about I2C working mode. - Frequency initialized for radio and TV. * cx88-video: - It calls VIDIOC_G_FREQUENCY to get tuner freq from tuner. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-03 * bttv-i2c.c, cx88-i2c.c, saa7134-i2c.c:Mauro Carvalho Chehab
- I2C cleanups. Now, all drivers uses the same basic structure. * cx88-video.c: - Duplicated code commented. Should be removed soon. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-03 * tuner-core.c:Mauro Carvalho Chehab
- Reintroduced check for is_stereo pointer eliminated on previous cleanup. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-03 * Make.config, tuner-core.c, tuner.h:Nickolay V. Shmyrev
- Finish previous cleanups
2005-07-02Move CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1 up.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-02Add missing space in CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1 definition.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-02 * bttv-cards.c, bttv-i2c.c:Michael Krufky
* saa7134-cards.c, saa7134-core.c: * tuner-core.c: - Strip whitespace. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-02 * bttv-cards.c, bttv-i2c.c, cx88-i2c.c, cx88-video.c:Nickolay V. Shmyrev
* saa7134-cards.c, saa7134-core.c, saa7134-i2c.c: * tuner-core.c, tuner.h: Rename v4l2_tuner field in tun_addr structure. Cleanup tuner private calls.
2005-07-02 * Make.config:Nickolay V. Shmyrev
- Fix check for newer kernel to compile dvb modules. * tea5767.c, tuner-core.c, tuner.h, tuner-simple.c, scripts/cardlist: - Cleanup code a bit * msp3400-old.c, vbi, tda9887.h: - Remove unused files
2005-07-02corrected some typos.Patrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-07-02USB IDs for the vp702x-driver.Patrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-07-02added driver for the TwinhanDTV StarBox and clones. This is a preliminary ↵Patrick Boettcher
driver and is not well tested yet. Thanks to Ralph Metzler for his initial work on this box and thanks to Twinhan for their support. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> PS: Johannes, please do not submit it to -mm yet. Thanks.
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>