summaryrefslogtreecommitdiff
path: root/v4l
AgeCommit message (Collapse)Author
2005-11-27kernel-syncMichael Krufky
- Fix an OOPS when initializing IR remote on saa7134 Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-27updated "make kernel-links" for merged treeMichael Krufky
"make kernel-links" (dvb-kernel "makelinks" build method) updated for merged tree. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-27Add missing at76c651 & tda80xx frontends; fix install for tda10021Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-27allow separate [v4l,dvb]-install; fix install for saa7146Michael Krufky
- fix install for saa7146. - allow separate, 'make v4l-install' and 'make dvb-install' 'make install' does both. - 'make clean' and 'make distclean' less verbose. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-27fix kernel message (print of %s from random pointer)Hans Verkuil
Fix kernel message ( basically printk("%s", random_pointer) ). Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-11-27Makefile cleanupsMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-27Fix gcc-4.0.2 compile error in msp3400.cHans Verkuil
Fix gcc-4.0.2 compile error in msp3400.c. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-11-27Fix suspend/resume 2.6.15 compile warningsHans Verkuil
Fix suspend/resume 2.6.15 compile warnings. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-11-27Fix wrong tuner.h define for tuner 46 (it's a Panasonic, not a Microtune).Hans Verkuil
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-26Alter build configuration for official merged v4l+dvb development tree.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-26Included tuner.plMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-26Add workaround for Hauppauge PVR150 hardware problem with certain NTSC tuner ↵Hans Verkuil
models. - add workaround for Hauppauge PVR150 hardware problem with tuner models 85, 99 and 112 (model numbers as reported by tveeprom). The audio standard autodetection does not always work correctly for these models. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-11-25fix fuzz & offsetsMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-25add dvb modules to 'make dvb-rminstall'Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-25Added Hauppauge ImpactVCB boardMauro Carvalho Chehab
From: Steven Toth <stoth@hauppauge.com> - Modifications to bttv to support the Hauppauge ImpactVCB product (Model #64900). Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-25Add all remaining dvb modules into merge-trees buildMichael Krufky
- add install configuration for dvb-kernel modules to Makefile. - enable all remaining dvb-kernel modules in merge-trees build environment. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-25tuner description now follows the same CodingStyle as the othersMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-25added basic support (tv + radio) for TerraTec Cinergy 250 PCIMauro Carvalho Chehab
From: Jörg Schummer <joerg.schummer@web.de> - Added "TerraTec Cinergy 250 PCI" board (tv and radio). - svideo not tested - IR yet not working Signed-off-by: Jörg Schummer <joerg.schummer@web.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-25Fixed eeprom handling for cx88 and added Nova-T PCI model 90003.Mauro Carvalho Chehab
From: Steven Toth <stoth@hauppauge.com> - Fixed code handling for eeprom on cx88 boards. - Hauppauge released a new version of the Nova-T-PCI (9002) a few months ago with a different (compatible) tuner (but lacking RF passthru). The official model# is 90003. All features are working. - Adding entry to the known model list after testing. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-25add saa7146 to merged build and fix dib3000Michael Krufky
- added saa7146 module to build configuration. - fix build for dib3000 frontend module. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-24Fix bttv ioctls VIDIOC_ENUMINPUT, VIDIOCGTUNER, VIDIOC_QUERYCAP.Nickolay V. Shmyrev
From: Michael H. Schimek <mschimek@gmx.at> * ../linux/drivers/media/video/bttv-driver.c: (bttv_common_ioctls), (bttv_do_ioctl): Fixed bttv ioctls VIDIOC_ENUMINPUT, VIDIOCGTUNER, VIDIOC_QUERYCAP. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Michael H. Schimek <mschimek@gmx.at>
2005-11-24Fix crash when not compiled as module.Nickolay V. Shmyrev
From: Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de> Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de> Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-11-24add other dvb modules to dvb/v4l merged-trees buildMichael Krufky
- added dvb device modules to build configuration. - these will be enabled later in the merge-trees build. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-24add b2c2-flexcop to dvb/v4l merged-trees buildMichael Krufky
- added b2c2-flexcop build configuration to Makefile - this will be enabled later on with the merge scripts Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-24Write cached value to correct register for SECAM.Nickolay V. Shmyrev
From: Dwaine Garden <DwaineGarden@rogers.com> * ../v4l/linux/drivers/media/video/saa711x.c: Signed-off-by: Dwaine Garden <DwaineGarden@rogers.com> Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-11-24bttv raw format fix to fix VIDIOCSPICT ioctl.Nickolay V. Shmyrev
From: Michael H. Schimek <mschimek@gmx.at> * ../v4l/linux/drivers/media/video/bttv-driver.c: * ../v4l/linux/drivers/media/video/video-buf.c: bttv raw format fix to fix VIDIOCSPICT ioctl. Signed-off-by: Michael H. Schimek <mschimek@gmx.at> Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-11-23remove repeated codeMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-232.6.12 backwards compatability for dvbdev.c in dvb+v4l merged-trees.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-23add dvb-core to v4l/dvb merged-trees build environmentMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22add support for KWorld DVB-S 100Michael Krufky
From: Vadim Catana <skystar@moldova.cc> - add support for KWorld DVB-S 100, based on the same chips as Hauppauge Nova-S Plus (CX23883/CX24123/CX24109), without the Intersil ISL6421, which is used for LNB control. - LNB voltage and tone are controled by LNBDC and LNBTone bits from register 0x29 of the CX24123 demodulator. - The MO_GP0_IO register from CX23883 is used to turn LNB power on and off. Signed-off-by: Vadim Catana <skystar@moldova.cc> Acked-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22Only install DST module if DST is enabled in the buildMichael Krufky
Signed-off-by: Giuliano A. Montecarlo <giuly@giuly.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22move dvb frontend module removal to dvb-specific portion of MakefileMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22disable DST in merge-trees buildMichael Krufky
- DST build currently disabled in merged-tree build environment. Currently broken in merged v4l+dvb trees due to some changes in include/linux/dvb/frontend.h To re-enable it, edit Make.config - DST is NOT broken in dvb-kernel cvs. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22Create separate build option for DST in Make.configMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-20fix offsetsMichael Krufky
- fix offsets Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-20Enable cx24123 dvb frontend moduleMichael Krufky
- Enable cx24123 dvb frontend module in merged v4l/dvb cvs trees and kernel >= 2.6.16 Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-20This patch makes needlessly global code static.Mauro Carvalho Chehab
From: Adrian Bunk <bunk@stusta.de> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-20some funcions now static and I2C hw code for IRMauro Carvalho Chehab
CC: Jean Delvare <khali@linux-fr.org> CC: LM Sensors <lm-sensors@lm-sensors.org> CC: Greg KH <gregkh@suse.de> - Some funcions are now declared as static - Added a I2C code for InfraRed. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-18enabled audio DMA setting on cx88 chips, even when dma not in useMauro Carvalho Chehab
- enabled audio DMA transfer code even when DMA not in use to solve a problem on some broken cx88 chips. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-18bttv bytes per line fix.Nickolay V. Shmyrev
From: Michael H. Schimek <mschimek@gmx.at> Signed-off-by: Michael H. Schimek <mschimek@gmx.at> Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-11-18Fix read() bugs in bttv driver.Nickolay V. Shmyrev
From: Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Michael H. Schimek <mschimek@gmx.at>
2005-11-18Removed audio DMA enabling from cx88-coreMauro Carvalho Chehab
- Removed code that enables audio DMA transfers at cx88-core. - This stuff should be at cx88-alsa when ready. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-18Fixes nicam soundMauro Carvalho Chehab
From: Ian Pickworth <ian@pickworth.me.uk> - resolved problem of sporadic buzz after setting Nicam stereo - improved setting audio standard with dma reset - cleaned up comments format - more sensitive Nicam detection Signed-off-by: Ian Pickworth <ian@pickworth.me.uk> Signed-off-by: Michal Pytasz <pytasz@lodz.home.pl> Signed-off-by: Marcin Rudowski <mar_rud@poczta.onet.pl> Signed-off-by: Torsten Seeboth <Torsten.Seeboth@t-online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-18tveeprom MAC address parsing/cleanupMauro Carvalho Chehab
From: Steven Toth <stoth@hauppauge.com> - added a mac address field to the tveeprom structure. - allow callers to query the MAC address. - removed some redundant eeprom parsing code in cx88-cards.c (specific to Hauppauge DVB products) Instead, placed calls directly to the single eeprom parsing function in tveeprom.c Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-18em28xx needs tveepromMichael Krufky
- em28xx needs tveeprom - whitespace cleanup - replace some spaces with tabs Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-18Enable IR support for the Nova-S-Plus.Michael Krufky
From: Steven Toth <stoth@hauppauge.com> - Enable IR support for the Nova-S-Plus. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-17make v4l symlinks before attempting pvrusb2 buildMichael Krufky
pvrusb2 depends on the rest of v4l to be present in order to build, and it also must have access to the headers. If someone does, 'make clean' after installing their v4l modules, it will remove the symlinks from the v4l/ directory. This ensures the symlinks are present before trying to build. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-16Tuner cleanups by removing Video IF from tuners struct.Mauro Carvalho Chehab
- Video IF was removed from tuners struct. - Each Video standard have its own Video IF frequency, so it is related to video standard. Of course tuner also needs saw filters for IF, but this way, similar tuners can be grouped into just one entry, if they have the same cut-off freqs and the same switch config and global config. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-16Added Secam L' std on tda9887 and common macros moved to videodev2.hMauro Carvalho Chehab
- Added SECAM L' video standard - Common std macros moved to videodev2.h Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>