On Mon, Aug 16, 2010 at 11:30 PM, Mauro Carvalho Chehab
wrote:
> Em 16-08-2010 21:14, Jarod Wilson escreveu:
>
>>> Just one minor nitpick.
>>> You could 'use' the original RC5 decoder, but add a knob to it to make
>>> it accept 15 bits instead of 14.
>>> However, this will require some interface c
Em 16-08-2010 21:14, Jarod Wilson escreveu:
>> Just one minor nitpick.
>> You could 'use' the original RC5 decoder, but add a knob to it to make
>> it accept 15 bits instead of 14.
>> However, this will require some interface changes.
>
> Well, I think that still falls down if someone, for some r
Hi,
Am Sonntag, den 15.08.2010, 07:20 +0200 schrieb tomloh...@gmail.com:
> Hi,
>
> the proposed patch is 6 month old and the owner of the card does not
> give any more sign of life for the support of the radio.
> can someone review it and push it as is?
>
> Cheers,
>
> Signed-off-by: thomas ge
On Mon, Aug 16, 2010 at 4:41 PM, Maxim Levitsky wrote:
> On Mon, 2010-08-16 at 00:04 -0400, Jarod Wilson wrote:
>> On Thu, Aug 12, 2010 at 2:46 AM, Christoph Bartelmus
>> wrote:
>> ...
>> >> So I spent a while beating on things the past few nights for giggles
>> >> (and for a sanity break from "
Hello,
I use a Bestbuy easy-tv hybrid pro usb dongle as my dvb-t device based
on em28xx for watching tv. I got the latest code from v4l-dvb hg
repository recently (thx Douglas) and works perfectly under 2.6.35
custom kernel with firmware xc3028-v27 extracted with the perl script as
wiki said
On Mon, 2010-08-16 at 00:04 -0400, Jarod Wilson wrote:
> On Thu, Aug 12, 2010 at 2:46 AM, Christoph Bartelmus
> wrote:
> ...
> >> So I spent a while beating on things the past few nights for giggles
> >> (and for a sanity break from "vacation" with too many kids...). I
> >> ended up doing a rath
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 16 19:00:22 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 15067:ab433502e041
git master:
Hi Michael,
On Monday 16 August 2010 17:38:43 Michael Jones wrote:
> Hi Laurent,
>
> I'm working on a sensor driver with a parallel interface to the ISP. In my
> OMAP35x TRM (spruf98h.pdf), I only find 2 occurrences of "CCP2", with no
> discussion or description, whereas in the ISP sources on om
From: Julia Lawall
Error codes are stored in rc, but the return value is always 0. Return rc
instead.
The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)
//
@r@
local idexpression x;
constant C;
@@
if (...) { ...
x = -C
... when != x
(
return <+...x..
From: Julia Lawall
Error codes are stored in res, but the return value is always 0. Return
res instead.
The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)
//
@r@
local idexpression x;
constant C;
@@
if (...) { ...
x = -C
... when != x
(
return <+...x
From: Julia Lawall
In each case, error codes are stored in rc, but the return value is always
0. Return rc instead.
The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)
//
@r@
local idexpression x;
constant C;
@@
if (...) { ...
x = -C
... when != x
(
r
This patch makes in-kernel decoding with the stock Streamzap PC Remote
work out of the box. There are quite a few things going on in this
patch, all (mostly) related to getting this working:
1) I had to enable reporting of a long space at the end of each signal,
or I had weird buffering and key
Hi Laurent,
I'm working on a sensor driver with a parallel interface to the ISP. In my
OMAP35x TRM (spruf98h.pdf), I only find 2 occurrences of "CCP2", with no
discussion or description, whereas in the ISP sources on omap3camera/devel I
see that it is a building block of the ISP. From the sou
Hello,
I do from time to time manage to hang my system in a way where IO-APIC
interrupt processing halts. This is probably not related to V4L/DVB.
In this situation, the saa7146 and tda10023 will of course fail (cannot
blame them for that), and this failure makes them fill the console with
point
Signed-off-by: Kusanagi Kouichi
---
drivers/media/video/cx23885/cx23885.h | 62 +
1 files changed, 32 insertions(+), 30 deletions(-)
diff --git a/drivers/media/video/cx23885/cx23885.h
b/drivers/media/video/cx23885/cx23885.h
index ed94b17..55dc282 100644
--- a/d
Hi Guennadi,
Just reviving an ancient thread.
While working on porting the camera sensor and the camera bridge
drivers to Media Bus I ran into trouble while trying to translate
V4L2_PIX_FMT_JPEG user fourcc to appropriate v4l2_mbus_pixelcode.
I was going to change V4L2_PIX_FMT_JPEG in the old sen
On Saturday, August 14, 2010 08:33:09 pm Guennadi Liakhovetski wrote:
> On Fri, 13 Aug 2010, Janusz Krzysztofik wrote:
>
> > Friday 13 August 2010 11:11:52 Marin Mitov napisał(a):
> > > On Friday, August 13, 2010 11:52:41 am Guennadi Liakhovetski wrote:
> > > > On Fri, 13 Aug 2010, Janusz Krzyszto
Ok!
Now it works!
Thank you very much,
Xwang
Il 16/08/2010 04:59, Douglas Schilling Landgraf ha scritto:
Hello,
On Sat, Aug 14, 2010 at 3:34 AM, andrea.amoros...@gmail.com
wrote:
Building the v4l, I obtain the following error:
home/andreak/src/v4l-dvb-src/v4l-dvb-main/v4l-dvb/v4l/mceusb.c:
18 matches
Mail list logo