Age | Commit message (Collapse) | Author |
|
* ../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>
|
|
- Fix compilation with 2.6.8.
Signed-off-by: Nickolay V. Shmyrev <<nshmyrev@yandex.ru>>
|
|
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: 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: 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>
|
|
- removed unneeded line.
* ../v4l/scripts/makelinks.sh:
* ../v4l/scripts/merge-trees.sh:
* ../v4l/scripts/unmerge-trees.sh:
- fixed offsets.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
based on 'makelinks' script in dvb-kernel cvs.
- Symlink cvs code into kernel source in order to build cvs code
inside kernel build.
- Currently requires merged-trees, because of some missing files
in v4l-kernel cvs, present in dvb-kernel cvs, such as Makefile
- 'make kernel-links' will automatically call 'make merge-trees'
- Currently requires a patch to linux/include/linux/videodev.h,
which adds #include "compat.h" Patch is applied during
'make kernel-links' and is removed during 'make clean'
- videodev.h patch and merge-trees dependency can be removed in
the future.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- removed commented old code.
* ../v4l/scripts/merge-trees.sh:
* ../v4l/scripts/unmerge-trees.sh:
- fix Make.config offsets.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
|
|
- Step two, move merged dvb/v4l cvs tree functionality into Makefile.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../v4l/scripts/merge-trees.sh:
- Step two, move merged dvb/v4l cvs tree functionality into Makefile.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../v4l/Make.config:
- Fixed dvb compiling.
* ../v4l/Make
- Included some options to make easier to commit.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
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>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
* ../Makefile:
- make changelog now rebuilds cardlist
* ../v4l/scripts/buildpatch:
- Updated to work against ../linux
* ../v4l/scripts/cardlist:
- fixed to work even without symlinks
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>
|
|
* ../v4l/scripts/unmerge-trees.sh:
- now make clean calls make unmerge-trees in merged build environment.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- "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>
|
|
* ../v4l/Makefile:
* ../v4l/scripts/merge-trees.sh:
* ../v4l/scripts/unmerge-trees.sh:
- Step one, move merged dvb/v4l cvs tree functionality into Makefile.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- renamed tree-merge functions. new names:
make merge-trees
make unmerge-trees
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- #include "compat.h"
* ../v4l/Makefile:
- add two new make commands for tree-merge:
make merge
make unmerge
- this allows tree-merge commands to be called from
both top-level v4l-kernel and v4l-kernel/v4l
* ../v4l/scripts/merge-trees.sh:
* ../v4l/scripts/unmerge-trees.sh:
- fix offsets
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
|
|
|
|
- Made symlinks a separate process in Makefile.
- To make symlinks without building, run "make links"
- "make" alone, will symlink and build, as before.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
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>
|
|
such that it acts more like a keyboard. A short press will be treated
as a single button press. Holding down a button on the remote will
respond like holding down a key on the keyboard, and result in a
key-repeat. This just introduces a delay between the 1st press, and
going into key-repeat so that it is possible to get a single 'up'.
Signed-off-by: Noone Important <nxhxzi702 at sneakemail.com>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
|
|
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>
|