Age | Commit message (Collapse) | Author |
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
(disable_ir works, as it does for GPIO remotes)
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
Signed-off-by: Tyler Trafford <tatrafford@comcast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
|
|
- added pci id for ADS Tech Instant TV cardbus variant
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
|
|
* ../linux/drivers/media/video/saa7134/saa7134-cards.c:
* ../linux/drivers/media/video/saa7134/saa7134-dvb.c:
(philips_tda827xa_pll_set), (philips_tda827xa_pll_sleep):
* ../linux/drivers/media/video/saa7134/saa7134-input.c:
(saa7134_input_init1):
- Remote and more info for PCTV Cardbus. Whitespace cleanup.
Signed-off-by: Pavel Mihaylov <bin@bash.info>
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
|
|
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Uses Alps Electric TDHU2, containing NXT2004 ATSC Decoder
AFAIK, there is no analog demod, thus,
no support for analog television.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Fix compilation with 2.6.8.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
- Created new card entry (80), to separate NTSC (7135) card
from PAL (7134) card versions.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
These are new files, not yet in the kernel. When patching
upstream, we will have to remove cx88 and saa7134 stuff from
drivers/media/video/Kconfig and replace them with:
source "drivers/media/video/cx88/Kconfig"
source "drivers/media/video/saa7134/Kconfig"
- Previously, when loading cx88-dvb or saa7134-dvb, all supported
frontend modules get loaded as well, even if the hardware
doesn't need it.
- Added new functionality to give users a choice of whether to
compile support for all dvb frontends, or to allow the user to
tweak the build, and only include support for frontend modules
needed by the hardware in the system.
The option to build support for all frontends is selected by
default. When unselected, a list of frontends is displayed, all
selected by default. Users will be able to unselect the
frontend modules that they do not wish to build support for.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Composite input only for now.
Uses tda8275a tuner, not yet working.
Signed-off-by: Paul T Zalac <pzalac@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../linux/drivers/media/video/saa7134/saa7134-cards.c:
* ../linux/drivers/media/video/saa7134/saa7134.h:
- Analog support for Asus P7131 Dual - TDA8275A
- Digital support is under development
- Remote doesn't work yet
Signed-off-by: Hermann Pitton <hermann.pitton@onlinehome.de>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../linux/drivers/media/video/saa7134/saa7134-video.c:
(video_do_ioctl), (radio_do_ioctl):
- Set tuner type in VIDIOC_G_TUNER.
Signed-off-by: Elad Lahav <elad_lahav@users.sourceforge.net>
|
|
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
to saa7134-input.c
- saa7134-i2c's attach now detects I2C IR and calls saa7134 specific
code.
- Small bugfix at ir-kbd-i2c.
- disable_ir now unregisters i2c device.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
* ../linux/drivers/media/video/ir-kbd-i2c.c: (get_key_pinnacle),
(ir_attach), (ir_probe):
* ../linux/drivers/media/video/saa7134/saa7134-cards.c:
* ../linux/drivers/media/video/saa7134/saa7134.h:
- Supports the Pinnacle PCTV 110i board, video inputs, and remote.
- Tuning only works with the new tda8290 module (it's a tda8275a)
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
V4L1 support.
- This patch will help obsoleting V4L1 API.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Whitespace script improved.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
* ../linux/drivers/media/video/saa7134/saa7134-cards.c:
(saa7134_board_init1):
* ../linux/drivers/media/video/saa7134/saa7134.h:
- Add SKNet Monster TV Mobile card.
Signed-off-by: Pieter Palmers <pieterp@joow.be>
|
|
s-video and composite inputs only.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- fix build warnings:
In function `saa7134_board_init1':
warning: implicit declaration of function `msleep'
From: Adam Forsyth <agforsyth@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../linux/drivers/media/video/saa7134/Makefile:
- Be sure to enable video-buf-dvb in kernel build.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../linux/drivers/media/video/saa7134/Makefile:
- import cx88 and saa7134 Makefile(s) from 2.6.14-rc4
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../v4l/Make.config:
* ../v4l/Makefile:
- Allow to disable build of video-buf-dvb in Make.config
using compile flag CONFIG_VIDEO_BUF_DVB
- replaced check using this method:
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0))
+#ifdef HAVE_VIDEO_BUF_DVB
* ../linux/drivers/media/video/saa7134/saa7134.h:
- #include <linux/notifier.h> in saa7134.h to fix build
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Lots of small changes to allow compiling with kernel 2.4.
Compilation result not tested yet.
- After this patch, .version should be removed, since its
syntax has changed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
(alsa_card_saa7134_create):
* saa7134-core.c: (saa7134_initdev):
* saa7134.h:
- Fixed a bug that caused some saa7133 code to run on saa7134 boards
- dsp_nr (to force a given audio card number) from OSS now works for
ALSA as well.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
(snd_card_saa7134_capture_prepare),
(snd_card_saa7134_capture_pointer),
(snd_card_saa7134_capture_close), (snd_card_saa7134_capture_open),
(snd_card_saa7134_pcm), (snd_saa7134_capsrc_info),
(snd_saa7134_capsrc_put), (snd_card_saa7134_new_mixer),
(alsa_card_saa7134_create):
- Fixed kernel oops when hotswapping PC Cards
- Fixed capture source switch issue in mixer
- Removed some unnecessary wrappers
- Minor code cleanups
- Added a few comments to document the purpose of the major functions.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
|
|
* saa7134-alsa.c: (saa7134_dma_stop), (saa7134_dma_start),
(saa7134_irq_alsa_done), (snd_card_saa7134_capture_trigger),
(dsp_buffer_conf), (dsp_buffer_init),
(snd_card_saa7134_pcm_prepare), (snd_card_saa7134_capture_prepare),
(snd_card_saa7134_pointer), (snd_card_saa7134_capture_pointer),
(snd_card_saa7134_runtime_free), (snd_card_saa7134_hw_params),
(snd_card_saa7134_hw_free), (dsp_buffer_free), (saa7134_cap_close),
(saa7134_cap_open), (snd_card_saa7134_capture_open),
(snd_card_saa7134_capture_close), (snd_card_saa7134_pcm),
(snd_saa7134_volume_info), (snd_saa7134_volume_get),
(snd_saa7134_volume_put), (snd_saa7134_capsrc_info),
(snd_saa7134_capsrc_get), (snd_saa7134_capsrc_put),
(snd_card_saa7134_new_mixer), (snd_saa7134_free),
(snd_saa7134_dev_free), (alsa_card_saa7134_create),
(alsa_card_saa7134_exit):
* saa7134-core.c: (saa7134_irq), (saa7134_initdev),
(saa7134_finidev):
* saa7134-oss.c: (dsp_rec_start):
* saa7134-reg.h:
* saa7134.h:
- Alsa support for saa7134 that should work. Wonderful
patch from Ricardo.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
* saa7134-video.c: (saa7134_video_init1):
* saa7134.h:
- Implement some differences in video output port
register initialization between existing boards and RTD Embedded
Technologies VFG7300 boards.
Signed-off-by: Robert W. Boone <rboone@rtd.com>
|
|
|
|
- Changed { .pll = 1, } to { .pll = PLL_28, }
on BTTV_BOARD_MACHTV "MachTV".
* bttv.h:
- Cleaned up spacing to be uniform for BTTV_BOARDS
* doc/CARDLIST.bttv:
- Added Osprey 440 card.
* doc/CARDLIST.cx88:
- Added Kworld Vstream ExpertDVD.
* saa7134-tvaudio.c: (mute_input_7134):
- Removed trailing whitespace.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Full mute of saa7134 on mute command.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
* saa7134-input.c: (saa7134_input_init1):
- Remote for KWorld Terminator.
Signed-off-by: James R. Webb <jrwebb@qwest.net>
|
|
* saa7134-input.c: (saa7134_input_init1):
- enable support for the IR Remote on Compro Videomate T200
From: Andy Smith <linux-dvb@andrewsmith.plus.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Added IR for LifeView FlyTV Platinum Mini2.
Signed-off-by: Arnaud Patard <apatard@mandriva.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
If you need this feature, please use an older video4linux cvs:
cvs co -D 9/29/05 video4linux
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
* saa7134-input.c: (saa7134_input_init1):
Add remote for DVB-T300 Remote.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
(saa6752hs_init), (saa6752hs_attach), (saa6752hs_command):
- Change the number of lines in the input signal when the
video standard is changed.
- Fix comments style.
Signed-off-by: Robert W. Boone <rboone@rtd.com>
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
|
|
* 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>
|
|
- 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>
|
|
- Remove some #if 0 which doesn't have any sense
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|