Age | Commit message (Collapse) | Author |
|
kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Julian Calaby <julian.calaby@gmail.com>
-inst_ttusb-budget := dvb-ttusb-budget.o
+inst_ttusb-budget := dvb-ttusb-budget.ko
Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Ricardo Cerqueira <v4l@cerqueira.org>
installation for some modules was being trashed in the Makefile
Signed-off-by:
|
|
From: Ricardo Cerqueira <v4l@cerqueira.org>
VIDEO_ALSA now actually means "enable ALSA modules". Both cx88 and saa7134
are covered by it (bt87x is disabled as it may conflict with snd_bt87x in
ALSA's tree), and it now defaults to "y".
Signed-off-by:
|
|
From: Ricardo Cerqueira <v4l@cerqueira.org>
Existing audio DMA uses conflict with cx88-alsa. This workaround disables
that code if cx88-alsa is being compiled
Signed-off-by:
|
|
- Split msp3400.c into msp3400-driver.c and msp3400-kthreads.c.
- Removed experimental DFPREG ioctls. If this is really needed one
day then it should be implemented using VIDIOC_G/S_REGISTER.
- Added missing BALANCE control info for VIDIOC_QUERYCTRL.
- Still more cleanup, clarified some kernel messages.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Chris Pascoe <c.pascoe@itee.uq.edu.au>
- Added support for VP-3054 (aka DigitalNow DNTV Live! DVB-T Pro!).
- This board has a secondary I2C bus and remote control.
- Added a new module to handle secondary I2C bus on this board.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Added command, 'make reload' - removes modules and re-inserts them.
- Change console output to indicate that both v4l and dvb
modules are being loaded/unloaded.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- make [insmod,load] will insert the modules into the kernel
without the need to install them.
- make [rmmod,unload] will unload the modules from the kernel.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Since this is already being done by "make clean" it is redundant.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Michael Ditum <mike@mikeditum.co.uk>
- fix 'make install' to work when building against kernels other
than the currently running kernel version.
/sbin/depmod -a ${KERNELRELEASE}
Thanks to: Michael Ditum <mike@mikeditum.co.uk>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
kernel-sync
- Makes V4L compile with kernel 2.4
- em28xx doesn't compile with 2.4 kernels. Additional work is
necessary to make it compile.
Thanks-to: Stefan Leichter <Stefan.Leichter@camLine.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
"make clean" should also remove .*.o.cmd .*.ko.cmd
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
From: Ricardo Cerqueira <v4l@cerqueira.org>
Merged ir-kbd-gpio into bttv as bttv-input, for consistency with other
input modules
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
CONFIG_DVB_AV7110_FIRMWARE=y
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
|
|
fixes the following error:
b2c2_flexcop: Unknown symbol stv0297_cs2_attach
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Enable support for OSD functions in dvb-ttpci driver.
Thanks to both Matthias Schwarzott <zzam@gentoo.org> and
Frank Enderle <fen@init-6.org>, for each sending in the same fix.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
"make kernel-links" (dvb-kernel "makelinks" build method)
updated for merged tree.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- fix install for saa7146.
- allow separate, 'make v4l-install' and 'make dvb-install'
'make install' does both.
- 'make clean' and 'make distclean' less verbose.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- add install configuration for dvb-kernel modules to Makefile.
- enable all remaining dvb-kernel modules in merge-trees build environment.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- added saa7146 module to build configuration.
- fix build for dib3000 frontend module.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- added dvb device modules to build configuration.
- these will be enabled later in the merge-trees build.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- added b2c2-flexcop build configuration to Makefile
- this will be enabled later on with the merge scripts
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Giuliano A. Montecarlo <giuly@giuly.de>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Enable cx24123 dvb frontend module
in merged v4l/dvb cvs trees and kernel >= 2.6.16
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- em28xx needs tveeprom
- whitespace cleanup - replace some spaces with tabs
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From:
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
From: Arnd Bergmann <arnd@arndb.de>
This moves the 32 bit ioctl compatibility handlers for
Video4Linux into a new file and adds explicit calls to them
to each v4l device driver.
Unfortunately, there does not seem to be any code handling
the v4l2 ioctls, so quite often the code goes through two
separate conversions, first from 32 bit v4l to 64 bit v4l,
and from there to 64 bit v4l2. My patch does not change
that, so there is still much room for improvement.
Also, some drivers have additional ioctl numbers, for
which the conversion should be handled internally to
that driver.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- Makefile for cx25840 boards
- included newer video decoders on make install
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From:
- saa7134-oss is now a standalone module as well
- remaining DMA sound code has been removed from core the module
- Lots of small cleanups and variable renames to get more consistency
between the OSS and ALSA drivers
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
- Added new video decoders to makefile.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- make update updates from CVS
- make snapshot now distcleans and updates.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
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>
|