Age | Commit message (Collapse) | Author |
|
* ../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>
|
|
Channel I/P Multiplexer. It is used in Hauppauge PVR150/500
PVR boards.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
* ../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>
|
|
Instead, send to video4linux mailing list.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Included card insmod parameter.
- Now it will not try to register audio anymore.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Add DVB card WinFast DTV1000-T
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
|
|
removed that call from em2820-video.c)
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- 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>
|
|
* ../Make
- created make changelog to make easier to generate patches.
* ../linux/drivers/media/video/cx88/cx88-core.c:
* ../linux/drivers/media/video/cx88/cx88.h:
* ../linux/kernel/drivers/usb/media/em2820-core.c:
* ../linux/kernel/drivers/usb/media/em2820-i2c.c:
* ../linux/kernel/drivers/usb/media/em2820-video.c:
* ../linux/kernel/drivers/usb/media/em2820.h:
- removed unneccessary includes.
* ../v4l/scripts/prepare-ChangeLog.pl:
- Modified to avoid detecting ChangeLog as a change.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- "compat.h" must be #include'd before <linux/videodev.h>
* ../linux/include/linux/videodev.h:
- removed #include "compat.h"
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../linux/drivers/media/video/tveeprom.c:
- Fixed include when compiling at kernel tree
* ../linux/include/linux/videodev.h:
- removed compat.h from wrong place
* ../linux/drivers/media/video/tvp5150.c:
* ../linux/kernel/drivers/usb/media/em2820-cards.c:
* ../linux/kernel/drivers/usb/media/em2820-core.c:
* ../linux/kernel/drivers/usb/media/em2820-i2c.c:
* ../linux/kernel/drivers/usb/media/em2820-video.c:
- included compat.h at the right place
* ../v4l/Make
- now creates symlinks to allow compiling V4L stuff at
v4l dir.
* ../v4l/scripts/prepare-ChangeLog.pl:
- modified to include other directories.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
v4l1-compat.c expects an int. The first is 8 bytes for an AMD64, the
second only 4. This patch fixes this. I've checked other sources in the
v4l repository and they all use unsigned long, so this is the only place
that needs patching.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
(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>
|
|
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
(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>
|
|
- Fix build for 2.6.14
- Kill i2c_algorithm.name
- Kill i2c_algorithm.id
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
|
|
- check ->kthread correctly
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* 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>
|
|
* em2820-i2c.c: (em2820_set_tuner):
- Fixed build.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
<cavedon@sssup.it>,Mauro Carvalho Chehab <mchehab@brturbo.com.br>
- Added support for Empia EM2820/2840 USB video capture devices.
Current support is working for:
Terratec Cinergy 250 USB
Pinnacle PCTV USB 2
Hauppauge WinTV USB 2
Support is not working for:
Terratec Cinergy 250 USB (em2800 based)
MSI VOX USB 2.0 (saa7114 decoder based)
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Signed-off-by: Ludovico Cavedon <cavedon@sssup.it>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Enable S-Video input on DViCO FusionHDTV5 Lite
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
|
|
|
|
- Added analog support for ATI HDTV Wonder
* tuner.h, tuner-simple.c: (default_set_tv_freq):
- Added support for the Philips TUV1236D tuner on the ATI HDTV Wonder
Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- 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>
|
|
* bttv.h:
- Added Osprey 440 card.
Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
|
|
- 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>
|
|
(set_audio_finish), (set_audio_standard_BTSC),
(set_audio_standard_NICAM), (set_audio_standard_A2),
(set_audio_standard_EIAJ), (set_audio_standard_FM),
(cx88_detect_nicam), (cx88_set_tvaudio), (cx88_get_stereo),
(cx88_set_stereo), (cx88_audio_thread):
- Reindent cx88-tvaudio.c to keep coding style.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
* cx88.h:
- Added Kworld Vstream ExpertDVD.
Signed-off-by: Alexander Wold <awold@bigfoot.com>
|
|
* 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>
|
|
Thanks to: Sérgio Fortier <sergiofortier@yahoo.com.br>
- Added support for radio_addr. Should also allow radio on
separated I2C address than TV tuner.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Added a new tuner tradution on tveeprom.
- tveeprom now, returns audio chip according with enum audiochip.
This allows audio chip autodetection as used on em28xx.
- CodeStyle cleanups.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- 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>
|
|
- Included missing card numbers
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
* tuner.h:
- Set IF of tda8275 according to tv norm.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
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>
|
|
- Fix source charset. Make symbols UTF-8.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>.
|