On Tuesday 27 April 2010 10:08:06 Hans de Goede wrote:
> Hi,
>
> On 04/26/2010 09:55 AM, Hans Verkuil wrote:
> > On Monday 26 April 2010 09:35:23 Hans de Goede wrote:
> >> Hi all,
> >>
> >> Currently v4l-utils is at version 0.7.91, which as the version
> >> suggests is meant as a beta release.
> >
> -Original Message-
> From: Aguirre, Sergio
> Sent: Wednesday, April 28, 2010 12:27 AM
> To: Hiremath, Vaibhav; linux-media@vger.kernel.org
> Cc: mche...@redhat.com; Karicheri, Muralidharan; hverk...@xs4all.nl
> Subject: RE: [PATCH-V7] OMAP2/3 V4L2: Add support for OMAP2/3 V4L2 driver on
>
Hi Sergio,
Aguirre, Sergio wrote:
> Hi,
>
>> -Original Message-
>> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
>> ow...@vger.kernel.org] On Behalf Of Hans de Goede
>> Sent: Tuesday, April 27, 2010 3:08 AM
>> To: Hans Verkuil
>> Cc: Linux Media Mailing List
>> Subject: Re:
Hi
Anyone can watch TV with tm6000 module??
I try mplayer. My PC crashed inside copy_streams function after some time.
With my best regards, Dmitry.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info
On Sat, Apr 24, 2010 at 1:12 AM, David Härdeman wrote:
> On Fri, Apr 23, 2010 at 01:40:34PM -0400, Jarod Wilson wrote:
>> So now that I'm more or less done with porting the imon driver, I
>> think I'm ready to start tackling the mceusb driver. But I'm debating
>> on what approach to take with resp
On Tue, 27 Apr 2010 14:07:00 +0800
Bee Hock Goh wrote:
> wiki is your best friend. :)
>
> http://www.linuxtv.org/wiki/index.php/Maintaining_Git_trees
> http://www.linuxtv.org/wiki/index.php/Using_a_git_driver_development_tree
Ok.
This is new version. Made by git.
diff --git a/drivers/staging/
Hi,
I'm trying to use AVerTV Volar HD PRO (A835) in Linux, but it seems the
USB receiver is not supported by current kernel (2.6.34-rc5). Sending
some logs and configuration, let me know if you need some more. Any help
is appreciated.
Thanks,
Honza
Product page:
http://www.avermedia.com/aver
a...@linux-foundation.org wrote:
> diff -puN
> drivers/media/dvb/frontends/dib7000p.c~dib7000p-reduce-large-stack-usage
> drivers/media/dvb/frontends/dib7000p.c
> --- a/drivers/media/dvb/frontends/dib7000p.c~dib7000p-reduce-large-stack-usage
> +++ a/drivers/media/dvb/frontends/dib7000p.c
> @@ -13
fix coding style issues
Signed-off-by: Roel Van Nyen
---
drivers/staging/tm6000/tm6000-cards.c | 131 -
1 files changed, 63 insertions(+), 68 deletions(-)
diff --git a/drivers/staging/tm6000/tm6000-cards.c
b/drivers/staging/tm6000/tm6000-cards.c
index 2935533..
fix coding style issues
Signed-off-by: Roel Van Nyen
---
drivers/staging/tm6000/tm6000-cards.c | 131 -
1 files changed, 63 insertions(+), 68 deletions(-)
diff --git a/drivers/staging/tm6000/tm6000-cards.c
b/drivers/staging/tm6000/tm6000-cards.c
index 2935533..
Hi,
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Hans de Goede
> Sent: Tuesday, April 27, 2010 3:08 AM
> To: Hans Verkuil
> Cc: Linux Media Mailing List
> Subject: Re: Doing a stable v4l-utils release
>
> Hi,
>
From: Dan Carpenter
Return -EINVAL if we don't find the control id.
Signed-off-by: Dan Carpenter
Cc: Mauro Carvalho Chehab
Cc: Laurent Pinchart
Cc: Trent Piepho
Cc: Douglas Schilling Landgraf
Signed-off-by: Andrew Morton
---
drivers/media/video/cx231xx/cx231xx-video.c |5 -
1 fil
From: Dan Carpenter
The original code doesn't handle the situation where the controller is not
found.
Signed-off-by: Dan Carpenter
Cc: Luca Risolia
Cc: Mauro Carvalho Chehab
Cc: Laurent Pinchart
Signed-off-by: Andrew Morton
---
drivers/media/video/et61x251/et61x251_core.c |6 --
1
From: Dan Carpenter
Return an error if the controller is not found.
Signed-off-by: Dan Carpenter
Cc: Luca Risolia
Cc: Mauro Carvalho Chehab
Cc: Laurent Pinchart
Signed-off-by: Andrew Morton
---
drivers/media/video/sn9c102/sn9c102_core.c |6 --
1 file changed, 4 insertions(+), 2 de
From: Dan Carpenter
Return an error if the controller is not found.
Signed-off-by: Dan Carpenter
Cc: Luca Risolia
Cc: Mauro Carvalho Chehab
Cc: Laurent Pinchart
Signed-off-by: Andrew Morton
---
drivers/media/video/zc0301/zc0301_core.c |6 --
1 file changed, 4 insertions(+), 2 dele
From: Dan Carpenter
Return -EINVAL if we don't find the right query control id.
Signed-off-by: Dan Carpenter
Cc: Mauro Carvalho Chehab
Cc: Hans Verkuil
Cc: Laurent Pinchart
Signed-off-by: Andrew Morton
---
drivers/media/video/cx88/cx88-video.c |5 -
1 file changed, 4 insertions(+)
From: Dan Carpenter
The "AUVI_INPUT(tmp)" macro uses "tmp" as an index of an array with
AU0828_MAX_INPUT elements.
Signed-off-by: Dan Carpenter
Cc: Mauro Carvalho Chehab
Cc: Laurent Pinchart
Cc: Hans Verkuil
Signed-off-by: Andrew Morton
---
drivers/media/video/au0828/au0828-video.c |2
From: Julia Lawall
It seems impossible for ov to be NULL at this point.
The semantic match that finds the problem is as follows:
(http://coccinelle.lip6.fr/)
//
@r exists@
expression E, E1;
identifier f;
statement S1,S3;
iterator iter;
@@
if ((E == NULL && ...) || ...)
{
... when != false (
From: Jiri Slaby
Stanse found that in gp8psk_load_bcm4500fw there is missing a check for
return value of kmalloc. Add one and bail out appropriatelly.
Signed-off-by: Jiri Slaby
Cc: Alan Nisota
Cc: Patrick Boettcher
Cc: Mauro Carvalho Chehab
Signed-off-by: Andrew Morton
---
drivers/media/d
From: Dan Carpenter
It's possible that we wanted to resize to a smaller size but we didn't
have enough memory to create the new table. We need to test for that here
so we don't try to lock twice and dead lock. Also we free the "oldkeymap"
on that path and that would be bad.
Signed-off-by: Dan
From: Randy Dunlap
Reduce the static stack usage of one of the 2 top offenders as listed by
'make checkstack':
Building with CONFIG_FRAME_WARN=2048 produces:
drivers/media/dvb/frontends/dib3000mc.c:853: warning: the frame size of 2224
bytes is larger than 2048 bytes
and in 'make checkstack',
From: Randy Dunlap
Reduce the static stack usage of one of the 2 top offenders as listed by
'make checkstack':
Building with CONFIG_FRAME_WARN=2048 produces:
drivers/media/dvb/frontends/dib7000p.c:1367: warning: the frame size of 2320
bytes is larger than 2048 bytes
and in 'make checkstack',
Hi Mauro,
Mauro Carvalho Chehab wrote:
> Sakari Ailus wrote:
>> Mauro Carvalho Chehab wrote:
>>> Aguirre, Sergio wrote:
Sakari,
This patch is based on your event branch:
http://gitorious.org/omap3camera/mainline/commits/event
And is required on latest kernel to c
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:Tue Apr 27 19:00:20 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 14592:b438301e588f
git master:
Vaibhav,
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Hiremath, Vaibhav
> Sent: Wednesday, April 07, 2010 5:01 AM
> To: linux-media@vger.kernel.org
> Cc: mche...@redhat.com; Karicheri, Muralidharan; hverk...@xs4al
Sakari Ailus wrote:
> Mauro Carvalho Chehab wrote:
>> Aguirre, Sergio wrote:
>>> Sakari,
>>>
>>> This patch is based on your event branch:
>>>
>>> http://gitorious.org/omap3camera/mainline/commits/event
>>>
>>> And is required on latest kernel to compile v4l2-event.c, to make use of
>>> kmalloc an
I have 3 IVC-200 cards (with 4 video channels on each).
2 of the cards identify theirselves as 000[0-3]:a155 (ids already in
cardlist) and another one identifies itself as 080[0-3]:a155, which ids
were unknown so far.
Note - it's IVC-200, not IVC-200G.
Signed-off-by: Kirill Smelkov
---
Documen
Hello developers,
I recently got hold of two USB c-mount cameras with Micron CMOS chips.
One is a Mightex MCE-B013 (MT9M001 sensor), the other a development
kit with MT9T031 sensor. I had hoped to use these with v4l2, as
drivers for these sensors are in the code tree. Initial attemps to use
Mauro Carvalho Chehab wrote:
> Aguirre, Sergio wrote:
>> Sakari,
>>
>> This patch is based on your event branch:
>>
>> http://gitorious.org/omap3camera/mainline/commits/event
>>
>> And is required on latest kernel to compile v4l2-event.c, to make use of
>> kmalloc and other slab.h functions/define
Aguirre, Sergio wrote:
> Sakari,
>
> This patch is based on your event branch:
>
> http://gitorious.org/omap3camera/mainline/commits/event
>
> And is required on latest kernel to compile v4l2-event.c, to make use of
> kmalloc and other slab.h functions/defines.
True.
Sakari,
Please, add thi
Hi Mauro,
Rebased the patches. Sergio's fix and the minor style problem were
fixed. Otherwise they are the same.
Please pull.
The following changes since commit 1fa9d4c07f3ddee1c054a751cd78e53e8b9050b4:
Mauro Carvalho Chehab (1):
V4L/DVB: videobuf-dma-sg: Avoid using a wrong size
are
Sakari,
This patch is based on your event branch:
http://gitorious.org/omap3camera/mainline/commits/event
And is required on latest kernel to compile v4l2-event.c, to make use of
kmalloc and other slab.h functions/defines.
Regards,
Sergio
> -Original Message-
> From: Aguirre, Sergio
>
After commit ID:
commit de380b55f92986c1a84198149cb71b7228d15fbd
Author: Tejun Heo
Date: Wed Mar 24 17:06:43 2010 +0900
percpu: don't implicitly include slab.h from percpu.h
slab.h include was not longer implicitly included with sched.h.
So, now we have to include slab.h explicit
Hi,
On 04/26/2010 09:55 AM, Hans Verkuil wrote:
On Monday 26 April 2010 09:35:23 Hans de Goede wrote:
Hi all,
Currently v4l-utils is at version 0.7.91, which as the version
suggests is meant as a beta release.
As this release seems to be working well I would like to do
a v4l-utils-0.8.0 relea
34 matches
Mail list logo