summaryrefslogtreecommitdiff
path: root/v4l
AgeCommit message (Collapse)Author
2005-08-22 - Add saa713x card #66: Yuan TUN-900 (saa7135)Michael Krufky
PCI subsystem ID of this board is 12ab:0800, same as 36 -> UPMOST PURPLE TV, which SHOULD be 1154:0522. We are applying this for now without autodetection based on PCI subsystem ID. This will be fixed later. Signed-off-by: De Greef Sebastien <sebdg@hotmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-21 - Add saa713x card #65Michael Krufky
Kworld V-Stream Studio TV Terminator Thanks to: James R Webb <jrwebb@qwest.net> and Peter Missel <peter.missel@onlinehome.de> Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-20 * tuner-simple.c:Mauro Carvalho Chehab
- correct LG NTSC TALN mini tuner takeover as far we can empirically determine for now. Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-20 * tveeprom.c: (tveeprom_command):Mauro Carvalho Chehab
- This syncs the tuners list with the list from ivtv. - Fixes the incorrect reporting of the radio presence. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-20- Changes the prefix to 'msp34xx' instead of 'msp3400'.Mauro Carvalho Chehab
- Changes the message 'error while reading chip version' to a debug printk at msp3400.c Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-20It looks that both me and Mkrufky fixed the same trouble at tuner.h.Mauro Carvalho Chehab
Removed duplicated entry at Changelog.
2005-08-20tuner debug messages fixed to show values in hexadecimal.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-20 * bttv-i2c.c:Michael Krufky
- added i2c address for lgdt330x. * tuner.h: - i2c-core.c uses hexadecimal for the i2c address, so we should stay consistent. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-20evaluate #ifdef MM_KERNEL based on existance of ($LINUX . "/.mm")Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-19 - changed tuner_info from dev_printk to i2c_client info.Mauro Carvalho Chehab
- used do { } while(0) according with CodingStyle Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-19fix compile of cx88-dvb for lgdt330x in 2.6.13Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-17Small mpeg fixes and cleanups for blackbird.Catalin Climov
* cx88-blackbird.c: - fix mpeg packet size & count - add VIDIOC_QUERYCAP ioctl for the mpeg stream - return more information in struct v4l2_format - fix default window height * cx88-video.c: - small cleanups Signed-off-by: Catalin Climov <catalin@climov.com>
2005-08-17 * cx88-dvb.c: (lgdt330x_pll_set):Nickolay V. Shmyrev
* cx88-video.c: (video_release): * mt20xx.c: (microtune_init): * saa7134-video.c: (video_release): * tda8290.c: (standby), (tda8290_init): * tda9887.c: (tda9887_set_tvnorm), (tda9887_configure), (tda9887_command): * tea5767.c: (set_radio_freq), (tea5767_standby), (tea5767_tuner_init): * tuner-core.c: (set_addr), (check_mode), (set_mode), (tuner_command): * tuner-simple.c: (default_tuner_init): * tuner.h: - New tuner standby API.
2005-08-17 *cx88-reg.h:Mauro Carvalho Chehab
- Added some registers to control PCI controller at CX2388x chips. * cx88-tvaudio.c: - BTSC Lang1 now is set to auto_stereo mode. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-17Updated tree-merging scripts for Makefile changes.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-16 * MakeMauro Carvalho Chehab
* rds.h: * saa6588.c: - kernel module for acquiring RDS data from a SAA6588. * bttv-driver.c: - Allow multiple open() calls to /dev/radio - Add read functionality for /dev/radio Signed-off-by: Hans J. Koch <koch@hjk-az.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-16Some reorg: move some bits to struct cx88_core, factor out common ioctl'sCatalin Climov
to cx88_do_ioctl.
2005-08-16Prepare for factoring out some common code (see ChangeLog for details).Catalin Climov
2005-08-15 * cx88-alsa.c:Mauro Carvalho Chehab
- Some fixups. Still incomplete. * cx88-core.c: - New error message. - spaces replaced by tabs. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-15 * cx88-alsa.c:Mauro Carvalho Chehab
- some DMA code included. Still incomplete. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-14lsa module compiling disabled by default.Mauro Carvalho Chehab
to turn on, CONFIG_VIDEO_ALSA = m anyway, it didn't provide digital audio yet. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-13Makefile corrected to compile cx88-alsa.koMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-13cx88-alsa.c:Mauro Carvalho Chehab
- snd register working. Also Capture control. - pending: pcm functions and fix some trouble when inserting it with other cx88 functions (cx8800) for example. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-12 * compat.h:Nickolay V. Shmyrev
- Fix build with kernel earlier than 2.6.9. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-08-11 * bttv-cards.c:Michael Krufky
- card #135, DVICO FusionHDTV 5 Lite: Altered card settings to make autodetection less verbose. - card #136, Acorp Y878F: Moved subsystem id detection out of "DVB cards" area and into a more appropriate location. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-11 * tda9887.c, cx88-dvb.c:Michael Krufky
- This patch addresses valid objections to experimental code used to mute the tda9887 when the tuner is used for digital TV reception. That code is removed and replaced by a better solution. Comments have been added, indicating that t_standby should be implemented in the future. Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-10 * Make.config, MakeMauro Carvalho Chehab
- Added support for future alsa support, yet to be finished. * bt87x-alsa.c: - bt87x.c that is inside ALSA tree. Yet to make it compile from here. * cx88-alsa.c,cx88.h: - cx88 ALSA skeleton. It is not yet working. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-10 - It removes occurence of pci_find_device (depreciated) in theMauro Carvalho Chehab
kernel tree, replacing to to pci_get_device. Generated in 2.6.13-rc5-mm1 kernel version. Signed-off-by: Jiri Slaby <xslaby@fi.muni.cz> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-09 - Added support for remote control to Cinergy DVBT-1400.Mauro Carvalho Chehab
- local var renamed from rc5 to a better name (ircode). - Added a new NEC protocol based on pulse distance. Signed-off-by: Uli Luckas <luckas@musoft.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-08Added Mac Michaels' sign-off to Changelog entry for his latest patchMichael Krufky
2005-08-07 * cx88-tvaudio.c:Mauro Carvalho Chehab
- Support for BTSC improved. Signed-off-by: Torsten Seeboth <Torsten.Seeboth@t-online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-07- Some clean up in cx88-tvaudio.cMauro Carvalho Chehab
- replaced hex values when writing to AUD_CTL to EN_xx for better reading. - Moved writing to register AUD_CTL from "set_audio_start" to "set_audio_finish". - Changed the order of writing Lang2 to work correctly - Added an "#if 0" to comment out existing code in "cx88_get_stereo" because simply reading from register "AUD_STATUS" is _not_ enough to auto-detect btsc-sap, dual-fm-stereo or nicam. It is simply not working. - Using "EN_A2_AUTO_STEREO" does not work. - Allow select by hand between Mono, Lang1, Lang2 and Stereo. - *Bad side effect* is now if I'm selecting for example stereo but it is not supported from tv-channel I'm currently receiving loud noise. Signed-off-by: Torsten Seeboth <Torsten.Seeboth@t-online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-07tree merging scripts updated for lgdt330x changesMichael Krufky
2005-08-07 - Enable ATSC support for DViCO FusionHDTV5 Gold.Michael Krufky
From: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-06 - Correct the deemphasis for NTSC to 75us.Michael Krufky
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-05 - Corrected GPIO values for cards #28 & #31 for s-video and composite.Michael Krufky
- added tda9887_conf to DViCO FusionHDTV5 Gold (card #31). Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-04 * saa7134-card.c, saa7134.h, tuner.h, tuner-simple.c:Nickolay V. Shmyrev
- Add new Digimatrix card and LG TAPC Mini tuner for it Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
2005-08-04 - Corrected GPIO values based on regspy for the following cx88 cards:Michael Krufky
card=28 DViCO FusionHDTV3 Gold-T card=31 DViCO FusionHDTV5 Gold No noticeable change in behavior. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-04 * bttv-driver.c:Mauro Carvalho Chehab
- New debug warn when no_overlay active. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-03_overlay type changed to int.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-03 - Better wording in debug messages for no_overlay.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-03 * bttv-cards.c, bttv-driver.c:Mauro Carvalho Chehab
- no_overlay now behaves as described on docs. * doc/insmod-options: - no_overlay flag description updated. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-03 - Debug messages for no_overlay improved.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-03Resolve more tuner typesNickolay V. Shmyrev
Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
2005-08-03 * scripts/buildpatch:Mauro Carvalho Chehab
- treating MM_KERNEL as non-mm. * bttv-cards.c,bttv-driver.c: - no_overlay bttv insmod parameter now works. Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-01 - Fixed audio GPIO on DViCO FusionHDTV5 Lite, bttv card # 0x87.Michael Krufky
Analog functions on this board are now fully supported. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-01 - tea5767 autodetection fixed.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-31 - Better method for Makefile to detect compilation against -mm tree.Michael Krufky
Thanks to Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-31Removed #if 1 from newer tea5767 code.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-30fix offsetsMichael Krufky