Den 21.08.2010 21:11, skrev Hans van den Bogert:
> Vidar Tyldum Hansen tyldum.com> writes:
>
>> So now I will revert to stock Lucid kernel and give your patch a go. But
>> I have a feeling this has something might be some incompatibility or bug
>> between the card and the motherboard (Asus P5N7A-
I was wondering, if someone tried 2.6.36-rc kernels with PCIe MSI enabled.
With TeVii s470 after rmmod cx23885 && insmod cx23885 then szap some channel I
have 'No irq
handler for vector' message. After reboot it's OK.
I think it's A/V core interrupts involved.
i...@useri:~$ szap -l10750 bridge-t
Hello!
I am trying to get the remote control of my DVB 6920 (cx23885) to work.
I found out that the wiring of the sensor is the same as on the TiVii
S470, so there is little work to be done. Unfortunately, the IR part of
cx23885 driver inside the kernel is buggy. You fixed that, right? Could
you
In message <+ay15vcwvxdmf...@echelon.upsilon.org.uk>, dave cunningham
wrote
Hi,
I'm having problems with a pair of Freecom USB dongles and am wondering
if anyone has any pointers?
In dmesg at boot I see one message for each device
"dvb-usb: recv bulk message failed: -110"
Other than t
This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.
Results of the daily build of v4l-dvb:
date:Mon Aug 30 19:00:05 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 15138:a4c762698bcb
git master:
On Fri, 27 Aug 2010 14:07:19 -0700
Kees Cook wrote:
> Fix potential crashes due to use-before-NULL situations.
>
> Signed-off-by: Kees Cook
> ---
> drivers/gpu/drm/drm_fb_helper.c |3 ++-
> drivers/media/video/em28xx/em28xx-video.c |3 ++-
> 2 files changed, 4 insertions(+),
Matti/Hans,
--- On Mon, 30/8/10, Matti J. Aaltonen wrote:
> From: Matti J. Aaltonen
> Subject: Re: [PATCH v4 2/5] MFD: WL1273 FM Radio: MFD driver for the FM radio.
> To: "ext Hans Verkuil"
> Cc: "ext Pavan Savoy" , "Mauro Carvalho Chehab"
> , "linux-media@vger.kernel.org"
> , "Valentin Edua
Em 29-08-2010 22:26, Andy Walls escreveu:
> How about a keycode sensitive repeat delay?
> A short delay for vol+/-, ch+/-, etc.
> A medium delay for digits, fast forward, rewind, pause, play, stop, etc.
> A long delay for power, mute, etc.
There are two separate things here:
1) we need to fix a b
Hello.
On Sat, 2010-08-28 at 11:29 +0200, ext Hans Verkuil wrote:
> On Thursday, August 26, 2010 09:39:45 Matti J. Aaltonen wrote:
> > Hi.
> >
> > On Wed, 2010-08-25 at 23:20 +0200, ext Pavan Savoy wrote:
> > >
> > > > I'm sorry for not answering to you earlier. But I don't
> > > > have my own
>
This is a parent for two child drivers: a V4L2 driver and
an ALSA codec driver. The MFD part implements I2C communication
to the device and provides a couple of functions that are called
from both children.
Signed-off-by: Matti J. Aaltonen
---
drivers/mfd/wl1273-core.c | 612 +
This driver implements V4L2 controls for the Texas Instruments
WL1273 FM Radio.
Signed-off-by: Matti J. Aaltonen
---
drivers/media/radio/Kconfig| 15 +
drivers/media/radio/Makefile |1 +
drivers/media/radio/radio-wl1273.c | 1935
drivers/m
Add a couple of words about the spacing field in the HW seek struct,
about the V4L2_CAP_RAW_RDS_ONLY capability flag and about the
new FM RX control class.
Signed-off-by: Matti J. Aaltonen
---
Documentation/DocBook/v4l/controls.xml | 71
Documentation/DocBook/v
Hi again,
and thanks for the comments.
I've left the audio codec out of this patch set.
Hans wrote:
> > In principle yes, but we haven't yet decided to implement those now, at
> > the moment the RDS interpretation is left completely to user space
> > applications.
>
> Matti, is it even possible
Add spacing field to v4l2_hw_freq_seek, add V4L2_CAP_RAW_RDS_ONLY
to driver capabilities and also add FM RX class to control classes.
Signed-off-by: Matti J. Aaltonen
---
drivers/media/video/v4l2-ctrls.c | 12
include/linux/videodev2.h| 16 +++-
2 files chang
Hello,
I'm working at adding support of GotView PCIe tuner to cx23885 driver,
I'm quite successful in it for now but I found that audio part of this
driver (cx23885-alsa) is currently not in the main kernel tree and is
maintained in a separate tree. Does anybody now, what its actual
status is and w
Just got up the courage to try the 2.6.36 series (indeed 2.6.36-rc3) and
saw an oops from the dvb_usb_dib0700 module on startup. This is a
Hauppauge Nova-T 500 card in a Compaq Alpha. Have never seen this when
running 2.6.35 series or prior kernels.
[ 29.259750] dib0700: loaded with suppor
Signed-off-by: Maxim Levitsky
---
drivers/media/IR/ene_ir.c | 47 +++-
1 files changed, 37 insertions(+), 10 deletions(-)
diff --git a/drivers/media/IR/ene_ir.c b/drivers/media/IR/ene_ir.c
index c7bbbca..dfb822b 100644
--- a/drivers/media/IR/ene_ir.c
+++
* Add support for newer firmware versions with different
buffer format. Makes hardware work for many users
* Register name updates + refactoring
* Lots of fixes as a result of full testing
Every feature of the driver is now well tested.
Signed-off-by: Maxim Levitsky
---
drivers/media/IR/ene_
Add new event types for timeout & carrier report
Move timeout handling from ir_raw_event_store_with_filter to
ir-lirc-codec, where it is really needed.
Now lirc bridge ensures proper gap handling.
Extend lirc bridge for carrier & timeout reports
Note: all new ir_raw_event variables now should be i
The logic in ir_timer_keyup was inverted.
In case that values aren't equal,
the meaning of the time_is_after_eq_jiffies(ir->keyup_jiffies) is that
ir->keyup_jiffies is after the the jiffies or equally that
that jiffies are before the the ir->keyup_jiffies which is
exactly the situation we want to
Unfortunelly (my fault) the kernel thread that now handles IR processing
has classical races in regard to wakeup and stop.
This patch hopefully closes them all.
Tested with module reload running in a loop, while receiver is blasted
with IR data for 10 minutes.
Signed-off-by: Maxim Levitsky
---
d
As soon as input device is registered, it might be accessed (and it is)
This can trigger hardware interrupts for example that in turn
can access not yet initialized ir->raw.
Can be reproduced by holding down a remote button and reloading the module.
And always crashes the systems where hardware dec
Due to typo lirc bridge enabled wrong capability.
Signed-off-by: Maxim Levitsky
---
drivers/media/IR/ir-lirc-codec.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/IR/ir-lirc-codec.c b/drivers/media/IR/ir-lirc-codec.c
index 77b5946..e63f757 100644
--- a/d
Hi,
I did a lot of debug work on this, including a debug session with two users.
I was able to test and fix support for all features ene driver supports.
The patch #1 fixes a bug I introduced
The patch #2 fixes a nasty bug that crashes the system
The patch #3 fixes another small bug in my code
Th
Andrew Morton wrote:
> It would help (a lot) if we could get more attention and buyin and
> fedback from the potential clients of this code. rmk's feedback is
> valuable. Have we heard from the linux-media people? What other
> subsystems might use it? ieee1394 perhaps?
All FireWire controllers
Hi Lane,
On Sunday 29 August 2010 07:24:31 Lane Brooks wrote:
> Laurent,
>
> Suppose I am streaming 2048x1536 YUV images from a sensor into the OMAP.
> I am piping it through the resizer to drop it to 640x480 for display. So
> I am reading from /dev/video6 (resizer) and have the media bus links
26 matches
Mail list logo