Age | Commit message (Collapse) | Author |
|
From: Sigmund Augdal Helberg <sigmund@snap.tv>
- Increases the minor number limitation for vbi devices from
223 to 255. This is in agreement with the minor number allocation
specified in Documentation/devices.txt.
- Without this patch it is not possible to use more than 5 Hauppauge
WinTV-PVR 350 cards since each of these allocate 3 vbi devices.
Signed-of-by: Sigmund Augdal Helberg <sigmund@snap.tv>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
kernel-sync
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Steven Toth <stoth@hauppauge.com>
- Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products.
- Basic DVB-S support is working, analog video inputs work.
- It has one or two fixme comments,
primarily analog GPIOs (audio) and eeprom parsing.
- This should not be sent upstream yet!
- CX24123 code (in cx88-dvb.c) disabled until the
cx24123 module is added to dvb-kernel cvs.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Include fixes for 2.6.15-rc1 for removing sched.h from
module.h.
Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
This is already in 2.6.15-rc1
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
(previous patch breaks 2.6.14, now fixed using compat.h)
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
The previous patch adding the ability to nest struct class_device
changed the paramaters to the call class_device_create(). This patch
fixes up all in-kernel users of the function.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
This patch is already present in kernel 2.6.15-rc1
|
|
This fixes
drivers/built-in.o: In function `flexcop_frontend_init':
: undefined reference to `lgdt330x_attach'
[ Side note: I really dislike that dvb people want to include every
possible frontend into the kernel - I only need the mt312 one for my
Skystar2 card. I'd highly appreciate it this would be made selectable
again... ]
git commit: 44e6f84e3597905816a0440e7218d2ed072120da
Signed-off-by: Prakash Punnoor <prakash@punnoor.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From:
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
|
|
Dishnetwork support fixed for Nova-S with bsbe1/lnbp21 frontend and
Activy Budget-S rev AL.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
|
|
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Hans Verkuil <hverkuil@xs4all.nl>
- Ensure consistent v4l firmware prefixes.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Ricardo Cerqueira <v4l@cerqueira.org>
CC: Takashi Iwai <tiwai@suse.de>
- Merged parts of a patch from Takashi for an older version of the
module
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: MishalÅ Pytasz <pytasz@lodz.home.pl>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
From: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
From: Andrew Morton <akpm@osdl.org>
Remove unneeded (and undesirable) casts.
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Chris Kennedy <c@groovy.org>
Cc: Kevin Thayer <nufan_wfk@yahoo.com>
Cc: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
|
|
Prevent the following build warnings:
*** Warning: "snd_card_free"
*** Warning: "snd_card_register"
*** Warning: "snd_device_new"
*** Warning: "snd_card_new"
*** Warning: "snd_ctl_add"
*** Warning: "snd_ctl_new1"
*** Warning: "snd_pcm_set_ops"
*** Warning: "snd_pcm_new"
*** Warning: "snd_pcm_lib_ioctl"
*** Warning: "snd_pcm_hw_constraint_integer"
*** Warning: "snd_pcm_stop"
*** Warning: "snd_pcm_period_elapsed"
[drivers/media/video/saa7134/saa7134-alsa.ko] undefined!
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- revert akpm's patch, thanks to the
previous patch from Dave Jones.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Dave Jones <davej@redhat.com>
- removed #include <asm/segment.h>
- This breaks compilation on non-x86 architectures,
and isn't even used.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
From: Axel Thimm <Axel.Thimm@ATrpms.net>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
From: Hans Verkuil
Signed-off-by: Hans Verkuil
|
|
From: Andrew Morton <akpm@osdl.org>
drivers/media/video/saa711x.c:39:25: asm/segment.h: No such file or directory
Cc: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Cc: Michael Krufky <mkrufky@m1k.net>
Cc: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
private state of the dvb-usb-devices
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
|
|
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
- Commented the code to avoid repeating events when pressing IR keys.
- Included explicit compat_ioctl32 handler.
CC: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From:
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
From: Tyler Trafford <tatrafford@comcast.net>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
|
From:
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
From: Tyler Trafford <tatrafford@comcast.net>
Change default filename of firmware image to 'cx25840.fw'
Signed-off-by: Tyler Trafford <tatrafford@comcast.net>
|
|
From:
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
From:
Signed-off-by:
|
|
- included compat_ioctl32.c, to handle 64 -> 32 bits compat ioctls
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
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>
|
|
drivers/media/dvb/dvb-usb/dvb-usb-urb.c: In function `dvb_usb_allocate_stream_buffers':
drivers/media/dvb/dvb-usb/dvb-usb-urb.c:199: warning: int format, different type arg (arg 4)
Don't assume that dma_addr_t is 32-bit.
(dvb has quite a few such warnings. Please compile it with a 64-bit compiler,
fix them up - some are oopsable).
Cc: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Fixes for the topuptv/SCM mediaguard CAM module in KNC1 CI module
|
|
- Makefile for cx25840 boards
- included newer video decoders on make install
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From:
- Removed some superfluous/redundant code in saa7134-alsa
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|
|
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 compiler options for cx25840, saa7115 and saa7127
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Hartmut Hackmann <hartmut.hackmann@t-online.de>
- Added support for SECAM L'
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Hans Verkuil <hverkuil@xs4all.nl>, Chris Kennedy <c@groovy.org>
- Adds support for saa7115 video decoder.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Chris Kennedy <c@groovy.org>
Thanks-to: Kevin Thayer <nufan_wfk@yahoo.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Hans Verkuil <hverkuil@xs4all.nl>, Chris Kennedy <c@groovy.org>, Tyler Trafford <tatrafford@comcast.net>
- Adds support for cx25840 video decoder.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Chris Kennedy <c@groovy.org>
Signed-off-by: Tyler Trafford <tatrafford@comcast.net>
Thanks-to: Ulf Eklund <ivtv@eklund.to>.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Hans Verkuil <hverkuil@xs4all.nl>
- Adds a new include for internal V4L2 ioctls and API
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
From: Hans Verkuil <hverkuil@xs4all.nl>, Chris Kennedy <c@groovy.org>
- Added driver for saa7127 video decoder.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Chris Kennedy <c@groovy.org>
Thanks-to: Kevin Thayer <nufan_wfk@yahoo.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
- SECAM L' is a Secam variant that requires special config.
This patch adds support on V4L core. Requires aditional patches
on tuners to support.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
Fix locking problems and code cleanup
|
|
From:
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
|