Hello,
On Monday, July 11, 2011 9:01 PM Janusz Krzysztofik wrote:
> Dnia poniedziałek, 11 lipca 2011 o 15:47:32 Marek Szyprowski napisał(a):
> > Hello,
> >
> > On Saturday, July 09, 2011 4:57 PM Janusz Krzysztofik wrote:
> > > On Wed, 6 Jul 2011 at 16:59:45 Arnd Bergmann wrote:
> > > > On W
2011/6/23 Jun Nie :
> return NULL if alloc fails to avoid taking error code as
> buffer pointer
>
> Signed-off-by: Jun Nie
> ---
> drivers/media/video/videobuf2-dma-contig.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/media/video/videobuf2-dma-contig.c
Hi,
Thanks for your reply.
On Mon, Jul 11, 2011 at 6:44 PM, Laurent Pinchart
wrote:
> That's unfortunately not acceptable as-is. If two cameras are connected to the
> system, and only one of them doesn't support suspend/resume, the other will be
> affected by your patch.
Yes, other cameras may
Linus,
Please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
v4l_for_linus
For some regression fixes at the analog-TV tuner code.
The following changes since commit 98c32bcded0e249fd48726930ae9f393e0e318b4:
[media] rc: call input_sync after scancode repor
Hi Laurent,
2011/7/11 Laurent Pinchart :
> Hi Christian,
>
> On Sunday 10 July 2011 20:14:21 Christian Gmeiner wrote:
>> Signed-off-by: Christian Gmeiner
>> ---
>> diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml
>> b/Documentation/DocBook/media/v4l/subdev-formats.xml
>> index 49c53
Hi Mauro,
On Wednesday 22 June 2011 20:33:34 Mauro Carvalho Chehab wrote:
Media subsystem workshop 2011 - Prague - Oct 24-26
The below website says Oct 23 - 25, I'm confused now and I hope
to book a plane ticket soon. Can someone tell me which
dates are correct ?
http://events.linuxfoundatio
Dnia poniedziałek, 11 lipca 2011 o 15:47:32 Marek Szyprowski napisał(a):
> Hello,
>
> On Saturday, July 09, 2011 4:57 PM Janusz Krzysztofik wrote:
> > On Wed, 6 Jul 2011 at 16:59:45 Arnd Bergmann wrote:
> > > On Wednesday 06 July 2011, Nicolas Pitre wrote:
> > > > On Wed, 6 Jul 2011, Russell King
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 Jul 11 19:00:35 CEST 2011
git hash:6068c012c3741537c9f965be5b4249f989aa5efc
gcc version: i686-linux-gcc (GCC) 4.5
Hey Mauro,
I know its late in the game, but after a weekend of testing here, and
feedback from other folks testing, I'd like to see if we can sneak a few
more minor changes into kernel 3.0. If not, these can probably all go in
via the stable tree later, but here they are... These changes greatly
i
Em 10-07-2011 22:59, Mauro Carvalho Chehab escreveu:
> This patch series applies after the DRX-K/ngene/ddbridge patches that
> Oliver Endriss submitted.
>
> It does a cleanup on several small issues at drx-k, including driver
> removal. It also adds support for Terratec H5 (only DVB-C were tested)
On Mon, Jul 11, 2011 at 1:15 PM, Ralph Metzler wrote:
> > Generally speaking with other devices the IF is configured for the
> > tuner depending on the target modulation (there is a tda18271_config
> > struct passed at attach time containing the IF for various modes).
> > Then the demod driver
Hi Ralph and Devin,
Em 11-07-2011 13:27, Devin Heitmueller escreveu:
> Hi Ralph,
>
> Good to hear from you.
>
>> AFAIR, there were at least 2 reasons.
>> One was that the existing driver does not accept 2 (or even 4) tuners with
>> the
>> same address (but behind different demods) on the same I
Devin Heitmueller writes:
> Hi Ralph,
>
> Good to hear from you.
>
> > AFAIR, there were at least 2 reasons.
> > One was that the existing driver does not accept 2 (or even 4) tuners with
> > the
> > same address (but behind different demods) on the same I2C bus which
> > is the case on
Hi Ralph,
Good to hear from you.
> AFAIR, there were at least 2 reasons.
> One was that the existing driver does not accept 2 (or even 4) tuners with the
> same address (but behind different demods) on the same I2C bus which
> is the case on duoflex C/T addon cards.
Do you mean that you are rely
Hi Devin,
Devin Heitmueller writes:
> On Sun, Jul 3, 2011 at 12:31 PM, Oliver Endriss wrote:
> > [PATCH 01/16] tda18271c2dd: Initial check-in
> > [PATCH 02/16] tda18271c2dd: Lots of coding-style fixes
>
> Oliver,
>
> Why the new driver for the 18271c2? There is already such a driver,
>
Hi all,
The way devices, V4L2 subdevs and media devices are currently being handled
does not make efficient use of the Linux device model. We have dependencies
which we are handling in a way or another, usually not in a very generic
way.
I came to think of sub-subdevs recently, and implementing t
On Friday 24 June 2011 21:45:57 Florian Tobias Schandinat wrote:
> On 06/24/2011 06:55 PM, Geert Uytterhoeven wrote:
> > On Fri, Jun 24, 2011 at 08:19, Paul Mundt wrote:
> >> On Thu, Jun 23, 2011 at 06:08:03PM +0200, Geert Uytterhoeven wrote:
> >>> On Wed, Jun 22, 2011 at 07:45, Florian Tobias Scha
Hi,
On 07/04/2011 08:30 AM, Hans Verkuil wrote:
On Monday, July 04, 2011 08:23:10 Hans de Goede wrote:
Hi All,
One last thing before I really leave on vacation which just popped
in my mind as something which I had not mentioned yet.
The new ctrl framework also enumerates classes when enumerat
The following patch adds a new control that makes it possible to set the
luma notch filter type to finetune picture quality.
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/video/cx88/cx88-core.c
xc4000/drivers/media/video/cx88/cx88-core.c
--- xc4000_orig/drivers/media/video/cx8
This patch implements support for a sharpness control, using the luma
peaking filter feature of cx2388x.
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/video/cx88/cx88-core.c
xc4000/drivers/media/video/cx88/cx88-core.c
--- xc4000_orig/drivers/media/video/cx88/cx88-core.c201
This patch, based on code by Mirek Slugen, implements support for the
Leadtek WinFast PxDVR3200 H card with XC4000 tuner (107d:6f39).
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/video/cx23885/cx23885-cards.c
xc4000/drivers/media/video/cx23885/cx23885-cards.c
--- xc4000_orig/
Hello,
On Saturday, July 09, 2011 4:57 PM Janusz Krzysztofik wrote:
> On Wed, 6 Jul 2011 at 16:59:45 Arnd Bergmann wrote:
> > On Wednesday 06 July 2011, Nicolas Pitre wrote:
> > > On Wed, 6 Jul 2011, Russell King - ARM Linux wrote:
> > > > Another issue is that when a platform has restricted DM
> -Original Message-
> From: David Rientjes [mailto:rient...@google.com]
> Sent: Saturday, July 09, 2011 1:47 AM
> To: JAIN, AMBER
> Cc: Hiremath, Vaibhav; Mauro Carvalho Chehab; linux-media@vger.kernel.org;
> Andrew Morton
> Subject: RE: [GIT PULL for v3.0] OMAP_VOUT bug fixes and code cl
Hello,
On Thursday, July 07, 2011 12:11 AM Andrew Morton wrote:
> On Tue, 5 Jul 2011 14:07:17 +0200
> Arnd Bergmann wrote:
>
> > On Tuesday 05 July 2011, Marek Szyprowski wrote:
> > > This is yet another round of Contiguous Memory Allocator patches. I
> hope
> > > that I've managed to resolve a
Hi,
I'm the author. Sorry for my bad english, I'm from Brazil. :D
Yes, the intent of the "1" is to set the default value, in case
compile built-in.
I like the module to be generic, decided to choose enabled by default.
Fábio
2011/7/11 Jean Delvare :
> Hi Andy,
>
> On Friday 08 July 2011 12:34:
I'm currently using 3 of these USB sticks on a PC with the videolan.org
dvblast program to multicast the UK Freeview DVB-T muxes on our local
network. I'm also using a PCTV nanostick 290e to multicast the DVB-T2
mux too.
I'm having a problem with the Nova-TD sticks (52009) using recent builds
from
On Sun, Jul 3, 2011 at 12:31 PM, Oliver Endriss wrote:
> [PATCH 01/16] tda18271c2dd: Initial check-in
> [PATCH 02/16] tda18271c2dd: Lots of coding-style fixes
Oliver,
Why the new driver for the 18271c2? There is already such a driver,
and in the past we've rejected multiple drivers for the same
Hi Andy,
On Friday 08 July 2011 12:34:38 pm Andy Walls wrote:
> Jean Delvare wrote:
> >The third parameter of module_param is supposed to represent sysfs
> >file permissions. A value of "1" leads to the following:
> >
> >$ ls -l /sys/module/radio_tea5764/parameters/
> >total 0
> >-x 1 roo
On 07/11/11 11:57, Laurent Pinchart wrote:
> On Monday 11 July 2011 12:54:42 Laurent Pinchart wrote:
>> On Monday 11 July 2011 12:41:49 Jonathan Cameron wrote:
>
> [snip]
>
>> I think we should try to fix it in ispvideo.c instead. You could add a
>> check to isp_video_validate_pipeline() to make
Hi Christian,
On Sunday 10 July 2011 20:14:21 Christian Gmeiner wrote:
> Signed-off-by: Christian Gmeiner
> ---
> diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml
> b/Documentation/DocBook/media/v4l/subdev-formats.xml
> index 49c532e..18e30b0 100644
> --- a/Documentation/DocBook/med
On Monday 11 July 2011 12:54:42 Laurent Pinchart wrote:
> On Monday 11 July 2011 12:41:49 Jonathan Cameron wrote:
[snip]
> I think we should try to fix it in ispvideo.c instead. You could add a
> check to isp_video_validate_pipeline() to make sure that the pipeline has
> a video source.
And I fo
Hi Jonathan,
On Monday 11 July 2011 12:41:49 Jonathan Cameron wrote:
> Hi All,
>
> Came across this when my camera driver failed to load..
>
> Following causes a kernel panic.
>
> Set up link between cdcc and ccdc output to memory.
> (at this point intitializing a capture gives an invalid
> arg
Hello.
On 11-07-2011 13:48, Ming Lei wrote:
From 989d894a2af7ceadf2574f455d9e68779f4ae674 Mon Sep 17 00:00:00 2001
From: Ming Lei
Date: Mon, 11 Jul 2011 17:04:31 +0800
Subject: [PATCH] uvcvideo: add fix suspend/resume quirk for Microdia camera
Please omit this header when sending patches.
Hi,
On Monday 11 July 2011 11:48:11 Ming Lei wrote:
> From 989d894a2af7ceadf2574f455d9e68779f4ae674 Mon Sep 17 00:00:00 2001
> From: Ming Lei
> Date: Mon, 11 Jul 2011 17:04:31 +0800
> Subject: [PATCH] uvcvideo: add fix suspend/resume quirk for Microdia camera
>
> We found this type(0c45:6437) of
Hi All,
Came across this when my camera driver failed to load..
Following causes a kernel panic.
Set up link between cdcc and ccdc output to memory.
(at this point intitializing a capture gives an invalid
arguement error which is fine.)
Now set the format on ISP CCDC/0 to SGRBG10 752x480 (doubt
>From 989d894a2af7ceadf2574f455d9e68779f4ae674 Mon Sep 17 00:00:00 2001
From: Ming Lei
Date: Mon, 11 Jul 2011 17:04:31 +0800
Subject: [PATCH] uvcvideo: add fix suspend/resume quirk for Microdia camera
We found this type(0c45:6437) of Microdia camera does not
work(no stream packets sent out from c
36 matches
Mail list logo