Dear all,
Anyone who have a tm6000 compatible analog device, please do try out this patch.
Its working for me on a tm5600 using mplayer. It can be compile
against the latest hg tree.
diff -r a539e5b68945 linux/drivers/staging/tm6000/tm6000-video.c
--- a/linux/drivers/staging/tm6000/tm6000-video
Am Mittwoch, den 21.04.2010, 13:22 -0300 schrieb Donald Bailey:
> I've got a couple of boxes that have two no-name 8-chip SAA713X cards.
> Both have the same issue: the kernel will only set up the first eight on
> one board and only two on the second. It leaves the other six unusable
> with e
On Tue, Apr 20, 2010 at 06:22:36PM -0300, Mauro Carvalho Chehab wrote:
> Em Fri, 16 Apr 2010 17:29:02 -0400
> Jarod Wilson escreveu:
>
> >
> > This is a new driver for the SoundGraph iMON and Antec Veris IR/display
> > devices commonly found in many home theater pc cases and as after-market
> >
Hi,
Any suggestions?
Thanks
On Mon, Apr 19, 2010 at 7:18 PM, linux newbie wrote:
> Hi,
>
> It is observed that Lifecam transfer type is Isochronous and ISP1362
> driver does not support this. Is there any driver patch that supports
> Isochronous transfer??
>
> Please help me in this regard.
> T
On 4/14/2010 9:39 PM, Devin Heitmueller wrote:
On Wed, Apr 14, 2010 at 11:44 PM, Andy Walls wrote:
On Wed, 2010-04-14 at 13:40 -0400, Devin Heitmueller wrote:
On Wed, Apr 14, 2010 at 1:29 PM, Timothy D. Lenz wrote:
Thanks to Andy Walls, found out why I kept loosing 1 tuner on a FusionHD7
D
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:Wed Apr 21 19:00:18 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 14592:b438301e588f
git master:
On Wed, 21 Apr 2010 12:29:00 +0300
m7aalton wrote:
> > So I was taking a quick look at this; it mostly looks OK (though I wonder
> > about all those symbol exports - does all that stuff need to be in the
>
> Some functions get called from both child drivers/modules, but some
> stuff could probab
I've got a couple of boxes that have two no-name 8-chip SAA713X cards.
Both have the same issue: the kernel will only set up the first eight on
one board and only two on the second. It leaves the other six unusable
with error -23. I am unable to figure out what that means.
Sample dmesg as f
Make vivi use new videobuf helpers for finishing processing a buffer and
checking for consumers.
Signed-off-by: Pawel Osciak
Signed-off-by: Kyungmin Park
---
drivers/media/video/vivi.c | 17 +
1 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/drivers/media/video/v
Hello,
this patch adds support for dequeuing video buffers out-of-order, i.e. not
in a FIFO order.
It is closely related to my previous RFC, to which no responses were given
(much to my disappointment, as an insight into what others think of the "done"
waitqueues in videobuf_buffer could potenti
Drivers can now finish processing on and return video buffers in
an arbitrary order. Before this patch, this was possible in a FIFO order
only. This is useful e.g. for video codecs, which often need to hold some
buffers (e.g. keyframes) for longer periods of time than others.
Signed-off-by: Pawel
Am 21.04.2010 18:04, schrieb Mauro Carvalho Chehab:
> Em Wed, 21 Apr 2010 17:15:55 +0200
> Stefan Ringel escreveu:
>
>
>> Am 21.04.2010 06:45, schrieb Mauro Carvalho Chehab:
>>
>>> Em Thu, 15 Apr 2010 21:28:39 +0200
>>> Stefan Ringel escreveu:
>>>
>>>
>>>
Am 15.04.2010 19:1
Am 21.04.2010 06:45, schrieb Mauro Carvalho Chehab:
> Em Thu, 15 Apr 2010 21:28:39 +0200
> Stefan Ringel escreveu:
>
>
>> Am 15.04.2010 19:14, schrieb Mauro Carvalho Chehab:
>>
>>> Em 15-04-2010 07:37, Stefan Ringel escreveu:
>>>
>>>
Am 14.04.2010 23:06, schrieb Mauro Carval
I have a Phillips SAA7146 capture card that I can't seem to get
working. Does anyone have a recommendation for a 16 channel capture
card that works out of the box?
Bill
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
Andreas Oberritter wrote:
> Hello Mauro,
>
> Mauro Carvalho Chehab wrote:
>> Subject: V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable
>> DVB devices
>> Author: Klaus Schmidinger
>> Date:Sun Apr 11 06:12:52 2010 -0300
>
> I wonder why this patch was applied without any mod
I have a saa7146 card but I'm not sure the maker
02:0c.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
Subsystem: Device 434a:4343
Flags: bus master, medium devsel, latency 32, IRQ 11
Memory at ff7ffc00 (32-bit, non-prefetchable) [size=512]
02:0d.0 Multim
Hello,
this is the third version of a series that introduces a V4L2_BUF_FLAG_ERROR
flag for recoverable stream errors. It allows applications to gracefully recover
in case of such errors instead of losing the buffer or having to guess
its index.
Changes since v2:
- replaced the second patch of th
Add documentation for V4L2_BUF_FLAG_ERROR.
Signed-off-by: Pawel Osciak
Signed-off-by: Kyungmin Park
---
Documentation/DocBook/v4l/io.xml | 10 ++
Documentation/DocBook/v4l/vidioc-qbuf.xml | 14 --
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/D
This flag is intended to indicate streaming errors, which might have
resulted in corrupted video data in the buffer, but the buffer can still
be reused and streaming may continue.
Setting this flag and returning 0 is different from returning EIO. The
latter should now indicate more serious (unreco
From: Hans Verkuil
For recoverable stream errors dqbuf() now returns 0 and the error flag
is set instead of returning EIO.
Signed-off-by: Hans Verkuil
---
drivers/media/video/videobuf-core.c | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/media/v
On 04/21/10 11:06, Antonio Ospite wrote:
> On Tue, 20 Apr 2010 19:36:13 +0200
> Robert Jarzmik wrote:
>
>> Guennadi Liakhovetski writes:
>>
>>> Robert, what do you think? Are you still working with PXA camera?
>> Hi Guennadi,
>>
>> Yes, I'm still working with pxa_camera :)
>>
>> About the patch,
On Tue, 20 Apr 2010 19:36:13 +0200
Robert Jarzmik wrote:
> Guennadi Liakhovetski writes:
>
> > Robert, what do you think? Are you still working with PXA camera?
> Hi Guennadi,
>
> Yes, I'm still working with pxa_camera :)
>
> About the patch, I have a very good feeling about it. I have not te
On Wednesday 21 April 2010 08:37:39 Hans Verkuil wrote:
> > Am 22.3.2010 20:34, schrieb e9hack:
> >> Am 20.3.2010 22:37, schrieb Hans Verkuil:
> >>> On Saturday 20 March 2010 17:03:01 e9hack wrote:
> >>> OK, I know that. But does the patch I mailed you last time fix this
> >>> problem
> >>> without
According to the V4L2 specification, applications set bytesused, field and
timestamp fields of struct v4l2_buffer when the buffer is intended for
output and memory type is MMAP. This adds proper copying of those values
to videobuf_buffer so drivers can use them.
Signed-off-by: Pawel Osciak
Signed
Hi,
thanks for the review. My responses below.
> Hiremath, Vaibhav wrote:
>
>> -Original Message-
>> From: Pawel Osciak [mailto:p.osc...@samsung.com]
>> Sent: Monday, April 19, 2010 6:00 PM
>> To: linux-media@vger.kernel.org
>> Cc: p.osc...@samsung.com; m.szyprow...@samsung.com;
>> kyun
Hello.
Thanks for the comments.
On Tue, 2010-04-20 at 21:33 +0200, ext Jonathan Corbet wrote:
> On Tue, 20 Apr 2010 18:20:05 +0300
> "Matti J. Aaltonen" wrote:
>
> > This is a parent driver for two child drivers: the V4L2 driver and
> > the ALSA codec driver. The MFD part provides the I2C commu
On 04/21/10 09:58, Andreas Oberritter wrote:
> Hello Mauro,
>
> Mauro Carvalho Chehab wrote:
>> Subject: V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable
>> DVB devices
>> Author: Klaus Schmidinger
>> Date:Sun Apr 11 06:12:52 2010 -0300
>
> I wonder why this patch was appl
Ecovec uses the AK8813 video envoder similarly to the ms7724se platform with
the only difference, that on ecovec GPIOs are used for resetting and powering
up and down the chip.
Signed-off-by: Guennadi Liakhovetski
---
This patch extends the SuperH VOU / AK881x patch series:
http://thread.gmane.
> -Original Message-
> From: Pawel Osciak [mailto:p.osc...@samsung.com]
> Sent: Monday, April 19, 2010 6:00 PM
> To: linux-media@vger.kernel.org
> Cc: p.osc...@samsung.com; m.szyprow...@samsung.com;
> kyungmin.p...@samsung.com; Hiremath, Vaibhav
> Subject: [PATCH v4 2/2] v4l: Add a mem-to-
> -Original Message-
> From: Pawel Osciak [mailto:p.osc...@samsung.com]
> Sent: Monday, April 19, 2010 6:00 PM
> To: linux-media@vger.kernel.org
> Cc: p.osc...@samsung.com; m.szyprow...@samsung.com;
> kyungmin.p...@samsung.com; Hiremath, Vaibhav
> Subject: [PATCH v4 1/2] v4l: Add memory-t
Hello Mauro,
Mauro Carvalho Chehab wrote:
> Subject: V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable
> DVB devices
> Author: Klaus Schmidinger
> Date:Sun Apr 11 06:12:52 2010 -0300
I wonder why this patch was applied without any modification. It seems
like, as Manu pointe
31 matches
Mail list logo