Age | Commit message (Collapse) | Author |
|
Thanks-to: Stefan Kristiansson <stefan@langante.mine.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Thanks-to: Stefan Kristiansson <stefan@langante.mine.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
(snd_cx88_pointer), (snd_cx88_create):
- Fix build warnings and errors.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
+ saa7134-objs += saa7134-alsa.o
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Fix compilation with 2.6.8.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- enable CONFIG_VIDEO_ALSA by default
- don't build cx88-alsa if CONFIG_VIDEO_ALSA_TESTING is disabled.
Thanks to pentium451 (irc nick), for pointing out this bug.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- module renamed to cs53l32ac.
- New debug info from em2820 eeprom
- Fixed request_module to the newer name for saa711x
- module info messages improved to show audio interfaces.
- Fixed to compile cx53l32ac instead of cx53132ac.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Allow users to select dvb-bt8xx as a subheading of
VIDEO_BT848 in the video4linux menu, to be consistant
with cx88-dvb and saa7134-dvb.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
drivers/media/video/Kconfig and instead, use
new Kconfig files in each respective directory.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
This patch is already in 2.6.14-rc5-git3
commit: c0fef676bbd75e711711ed3ff5bebb7bfd1bdb00
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
|
|
|
* ../linux/drivers/media/video/tuner-core.c: (tuner_attach):
Fixed broken API link and indentation.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
Signed-off-by: Sascha Sommer <saschasommer@freenet.de>
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
|
|
- Created new card entry (80), to separate NTSC (7135) card
from PAL (7134) card versions.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
|
|
- added saa7114 support on i2c address 0x42
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
|
|
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>
|
|
- added saa7114 initcode for MSI Vox USB 2.0
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
|
|
* ../linux/drivers/usb/media/em2820-i2c.c:
* ../linux/drivers/usb/media/em2820.h:
- fixed settings for MSI Vox USB 2.0 (saa7114 is missing atm)
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- modified settings for MSI VOX USB 2.0
|
|
- Fix kcalloc error with kernel < 2.6.9.
Signed-off-by: Nickolay V. Shmyrev <<nshmyrev@yandex.ru>>
|
|
another dir, removing compat references. It allows nested
#if or #ifdef.
- It needs more testing.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Fix build of em driver with 2.6.8 kernel.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
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>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Add new script to create a clean tree (without uneeded #if).
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Some cleanups at tuner_attach function.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Created a new define OBSOLETE_OWNER. It does indicate a
piece of API that should be removed for kernel 2.6.15.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../linux/include/media/tuner.h:
- Unify whitespaces.
- Fix build warning.
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
dvb_dmx_init failed (errno = -12)
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: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
tda9887.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
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>
|
|
This is used by Adaptec AVC-2010 and AVC-2410 boards.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Removed reference to owner on video_device on em2820.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- cleanup dev assignment
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
|
|
- replaced obsolete video_get_drvdata and video_set_drvdata
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
|