| Age | Commit message (Collapse) | Author | 
|---|
|  | - Default now is to autodetect every video standard.
        - Implemented interface to change video preferences.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de> | 
|  | - Fixes a possible buffer overflow due to reading more than 8 bytes into an 8 byte long array
Thanks to Perceval Anichini <perceval.anichini@streamvision.fr> for pointing out the bug.
Signed-off-by: Manu Abraham <manu@linuxtv.org> | 
|  | - removes the redundant checksum calculation, which was also exported from the dst.c module
Signed-off-by: Perceval Anichini <perceval.anichini@streamvision.fr>
Signed-off-by: Manu Abraham <manu@linuxtv.org> | 
|  | - fixes a bug that caused the returned frequency to wrong
Signed-off-by: Tom Hughes <tom@compton.nu>
Signed-off-by: Manu Abraham <manu@linuxtv.org> | 
|  | - fixes broken support for vp-3040
Thanks to: Lee Hammerton <savoury.snax@bulldoghome.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Note: Johannes, this patch fixes the previous patch (marked for testing) for the VP-3040 DVB-T cards. Haven't received a Signed-off-by from Lee Hammerton yet. Hopefully waiting for the same. | 
|  | - Basic decoder functions implemented.
  Still lacks video std functions.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | Signed-off-by: Perceval Anichini <perceval.anichini@streamvision.fr>
Signed-off-by: Manu Abraham <manu@linuxtv.org> | 
|  | - remove address space related warnings
Signed-off-by: Peter Hagervall <hager@cs.umu.se>
Signed-off-by: Manu Abraham <manu@linuxtv.org> | 
|  | Signed-off-by: Raymond Mantchala <raymond.mantchala@streamvision.ft>
Signed-off-by: Manu Abraham <manu@linuxtv.org> | 
|  | * cx88-dvb.c:
	* saa7134-dvb.c:
	* scripts/merge-trees.sh:
	* scripts/unmerge-trees.sh:
	- move some #if kernel version into compat.h
	Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Initial code for Texas Instruments TVP5150A and TVP5150AM1
          only sets a video stream and dumps reg contents. More work
          required.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | Thanks to Jyrki Niskala for reporting.
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | 
|  | other keys, e.g. the "TELETEXT" key clashes with "CHANNEL_UP"
and thus can not be used with LIRC.
This patch removes these duplicates.
Signed-off-by: Thorsten Maerz <torte@netztorte.de> | 
|  | - fix build for 2.6.14
        * compat.h:
        * ir-kbd-i2c.c: (ir_probe):
        * saa7134-i2c.c:
        * tvaudio.c: (chip_probe):
        - removed some #if kernel version > 2.6.13 ... using compat.h instead.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | to the bttv driver. It's now card=138 and it works at least
           for tv, sound and radio.
        Signed-off-by: Luis Miguel GarcĂa <ktecho@gmail.com>
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  | (chip_thread), (generic_checkmode), (tda8425_initialize),
          (chip_attach), (chip_probe), (chip_command):
        - Step three (final step) in upstream changes for
          kernel 2.6.14-rc1 compatability.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Remove some #if 0 which doesn't have any sense
	Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 
|  | - Fix for problem with audio register setup via DSP access
	Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
	Signed-off-by: Robert W. Boone <rboone@rtd.com> | 
|  | - Improved coding style for timer settings
	Signed-off-by: Hans J. Koch <koch@hjk-az.de> | 
|  | * saa7134-reg.h:
	* saa7134-video.c: (video_do_ioctl):
	* saa7134.h:
	- Add new RTD cards
	Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
	Signed-off-by: Robert W. Boone <rboone@rtd.com> | 
|  | * bttv-i2c.c: (attach_inform):
        * cx88-i2c.c: (attach_inform), (detach_inform):
        * id.h:
        * ir-kbd-i2c.c: (ir_probe):
        * msp3400.c: (msp34xx_sleep), (msp_attach):
        * saa6588.c:
        * saa6752hs.c:
        * saa7134-i2c.c: (attach_inform):
        * saa7134-tvaudio.c: (tvaudio_sleep):
        * tda7432.c: (tda7432_probe):
        * tda9875.c: (tda9875_probe):
        * tda9887.c: (tda9887_probe):
        * tuner-core.c:
        * tveeprom.c: (tveeprom_attach_adapter):
        * tvmixer.c: (tvmixer_ioctl), (tvmixer_clients),
        (tvmixer_cleanup_module):
        * video-buf.c: (videobuf_dma_free):
        - Step two, in preparation for 2.6.14-rcX compatability:
        - Compile tested against vanila kernels 2.6.13 & 2.6.8
        - 2.6.14 compile still broken...
        Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  |  | 
|  | * scripts/buildpatch:
- Fixed a problem when commiting <dolar>Id with CVS.
* tuner-core.c: (tuner_command):
- Better debug info for non-implemented iocts.
* tveeprom.c:
- Fixed compiling with gcc2.9x (thanks to Andrew Morton).
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  |  | 
|  | * msp3400.c, tda9887.c, tuner-core.c:
        - Step one, in preparation for 2.6.14-rcX compatability:
          -#ifdef MM_KERNEL
          +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,13)
        Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Signed-off-by: Andreas Oberritter <obi@linuxtv.org> | 
|  | - Philips EUROPA reference desigh
 - Compro VideoMate DVB-T300
 - Compro VideoMate DVB-T200 (initial)
 Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de> | 
|  | Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de> | 
|  |  | 
|  | - ignore FBUS & FDSR errors
- add resync
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - give an error message if the communication with the pll fails.
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | 
|  | - DMA buffer size was not set correctly in the SAA713x
 Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de> | 
|  | - duplicate initializer
          (near initialization for `bttv_tvcards[9].tuner_addr')
          duplicate initializer
          (near initialization for `bttv_tvcards[11].tuner_addr')
        * cx88-input.c, tuner.h, tvaudio.c, tveeprom.c:
        - Work around gcc-2.95.x macro expansion bug
        Signed-off-by: Andrew Morton <akpm@osdl.org>
        Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | * cx88-video.c: (video_read):
        * cx88.h:
        - Fix a number of sparse warnings.
        * videodev2.h:
        - strip trailing whitespace.
        Signed-off-by: Peter Hagervall <hager@cs.umu.se>
        Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | Work around gcc-2.95.x macro expansion bug.
Signed-off-by: Andrew Morton <akpm@osdl.org> | 
|  | devices (USB untested)
This driver could also be used with other stv0297-based cards, but someone has
to do it.
The CableStar2's stv0297-driver is tested with QAM32/64/128/256 and has a very
nice reception-qualitiy.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | 
|  | -  fixed gcc 4.0 compile warnings by moving var declarations to the top of the function or block.
Signed-off-by: Catalin Climov <catalin@climov.com> | 
|  | - 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> | 
|  | video std. The code itself to implement it was not made.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 
|  |  | 
|  |  | 
|  | Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Enable DVB support for DViCO FusionHDTV5 Lite.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net> | 
|  | - Refine input handling for Manli/Beholder.
	Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 
|  | This is the first card to use dvb-pll in dvb-bt8xx. IMHO,
it would be a good idea to convert the other tuners in
this manner, after some testing, of course.
This is exactly the same as the patch that I previously
posted to the linux-dvb list, using the same DT3303 serial
TS transfer setting as cx88-based FusionHDTV5 Gold.  The
only difference is gpio_mode. Thank you Doug Stevens, for
pointing out the correct gpio value.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Doug Stevens <ddstevens@gmail.com> | 
|  | - Lower switch from VHF_LO to VHF_HI for Philips 1216ME MK3
	Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
	Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de> | 
|  | - Use KEY_MEDIA instead of KEY_VIDEOMODESWITCH since
	it fix build with older kernels.
	Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
	Signed-off-by: James Schettine <james@NOSPAM.MyVnc.com> | 
|  |  | 
|  |  |