On Sun, Feb 13, 2011 at 08:35:22PM -0500, Andy Walls wrote:
> Tejun,
>
> I just noticed this commit:
>
> commit 8c71778cbf2c8beaefaa2dee5478aa0622d96682
> Author: Tejun Heo
> Date: Fri Dec 24 16:14:20 2010 +0100
>
> media/video: don't use flush_scheduled_work()
>
> This patch con
Mauro,
Please pull the following regression fixes (and related compiler squawk
fix) for 2.6.38.
Thanks go to Sven Barth for reporting the regression with the CX2583x
chips in cx25840 and providing a patch.
Thanks also go to Mark Zimmerman for climinb the git learning curve and
devoting the time
Tejun,
I just noticed this commit:
commit 8c71778cbf2c8beaefaa2dee5478aa0622d96682
Author: Tejun Heo
Date: Fri Dec 24 16:14:20 2010 +0100
media/video: don't use flush_scheduled_work()
This patch converts the remaining users of flush_scheduled_work() in
media/video.
*
Em 11-02-2011 12:39, jamen...@bol.com.br escreveu:
> Hi everyone.
>
> I'm sorry if my question is a newbie question. I have a DVB receiver (Siano
> SMS1140).
> using settings for BRAZIL
I'm assuming that what you're trying to do is to use it for ISDB-T, right?
You may find some useful info (in
On Sun, Feb 13, 2011 at 04:26:50PM -0500, Andy Walls wrote:
> On Sun, 2011-02-13 at 13:26 -0700, Mark Zimmerman wrote:
> > On Sun, Feb 13, 2011 at 09:52:25AM -0500, Devin Heitmueller wrote:
> > > On Sun, Feb 13, 2011 at 9:47 AM, Mark Zimmerman wrote:
> > > > Clearly my previous bisection went astr
-- Forwarded message --
From: Hans Verkuil
Date: 2011/2/13
Subject: Re: v4l2 lost frame when use with epoll
To: xinglp
抄送: b...@thedirks.org
On Sunday, February 13, 2011 13:33:27 xinglp wrote:
> 2011/2/13 Hans Verkuil :
> > On Sunday, February 13, 2011 09:18:41 xinglp wrote:
> >
On Sun, 2011-02-13 at 16:26 -0500, Andy Walls wrote:
> On Sun, 2011-02-13 at 13:26 -0700, Mark Zimmerman wrote:
> > On Sun, Feb 13, 2011 at 09:52:25AM -0500, Devin Heitmueller wrote:
> > > On Sun, Feb 13, 2011 at 9:47 AM, Mark Zimmerman wrote:
> > > > Clearly my previous bisection went astray; I t
Fix issue where firmware does not release on cold reset.
Also, default firmware never cold resets in multi tuner
environment.
Signed-off-by: Malcolm Priestley
---
drivers/media/dvb/dvb-usb/lmedm04.c | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/drivers/media
Hi Laurent,
Please see my little comment below..
On 2011-01-27 13:30, Laurent Pinchart wrote:
> Create the following two ioctls and implement them at the media device
> level to enumerate entities, pads and links.
>
> - MEDIA_IOC_ENUM_ENTITIES: Enumerate entities and their properties
> - MEDIA_I
Em 13-02-2011 17:15, Steven Karatnyk escreveu:
> Note: I've added a news item to the main page regarding V4L1's removal from
> the kernel. In addition, I've attempted to summarize what the video-v4l
> module's purpose, as well as how to use it, by sewing together the info from
> a bunch of sou
On Sun, 2011-02-13 at 20:39 +0100, Martin Dauskardt wrote:
> The following cards have a Multi Standard tuner with radio:
> KNC One TV-Station DVR (saa7134) FMD1216MEX
> HVR1300 (cx88-blackbird) Philips FMD1216ME
> /dev/radio0 is present and working.
>
> Both drivers do not report the radio when us
On Sun, 2011-02-13 at 13:26 -0700, Mark Zimmerman wrote:
> On Sun, Feb 13, 2011 at 09:52:25AM -0500, Devin Heitmueller wrote:
> > On Sun, Feb 13, 2011 at 9:47 AM, Mark Zimmerman wrote:
> > > Clearly my previous bisection went astray; I think I have a more
> > > sensible result this time.
> > >
> >
On Sun, Feb 13, 2011 at 09:52:25AM -0500, Devin Heitmueller wrote:
> On Sun, Feb 13, 2011 at 9:47 AM, Mark Zimmerman wrote:
> > Clearly my previous bisection went astray; I think I have a more
> > sensible result this time.
> >
> > qpc$ git bisect good
> > 44835f197bf1e3f57464f23dfb239fef06cf89be
Hello whomever at Redhat who is managing this list,
Its now been over two years since the Linux Media Mailing List was set
up and it, indeed, has become well established
(http://www.linuxtv.org/news.php?entry=2009-01-06.mchehab). While most
V4L-DVB community participants have transitioned o
The following cards have a Multi Standard tuner with radio:
KNC One TV-Station DVR (saa7134) FMD1216MEX
HVR1300 (cx88-blackbird) Philips FMD1216ME
/dev/radio0 is present and working.
Both drivers do not report the radio when using VIDIOC_QUERYCAP.
Is this a bug, or is there no clear specification
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:Sun Feb 13 19:00:28 CET 2011
git master: 1b59be2a6cdcb5a12e18d8315c07c94a624de48f
git media-master: gcc version: i6
Note: I've added a news item to the main page regarding V4L1's removal
from the kernel. In addition, I've attempted to summarize what the
video-v4l module's purpose, as well as how to use it, by sewing
together the info from a bunch of sources (such as Alex's, Mauro
comments, etc etc)
- htt
Instead of per-model tests all over the code, use some parameters
at the board entries to describe the model variants for:
- devices with 417 MPEG encoder;
- devices that use external AV;
- devices where vbi VANC endpoint doesn't work;
- devices with xc5000 that requ
Some devices don't need to use it. So allow to just disable this logic.
Having it enabled on some devices cause power management to complain,
generating error -71.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/video/cx231xx/cx231xx-avcore.c
b/drivers/media/video/cx231xx/cx231x
The check for xc5000 assumes that the tuner will always
be using the same bus and will have the same address.
As those are configurable via dev->board, it should use,
instead, the values defined there.
Also, a similar type of test will be needed by other
tuners (for example, for TUNER_XC2028)
Sig
Just a cleanup patch. Removes one indent level by moving
the return -ENODEV to happen before the device register
logic, if the interface is not the audio/video (int 1).
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c
b/drivers/media/video/cx231xx/cx
This is a simple grabber card, and its addition should be simple.
However, the cx231xx power management complains if some things
are powered and starts to generate error -71. So, before adding
the board entry, we need to apply a few fixes.
This series also have a change at tuner code that will (ho
Adds support for Pixelviex Xcapture USB grabber device.
This device has one composite and one s-video entry
only, plus a button.
For now, the button is not supported.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c
b/drivers/media/video/cx231xx/cx2
On Fri, Feb 11, 2011 at 12:39:30PM -0200, jamen...@bol.com.br wrote:
> As you can see, driver is not registering the devices. So I did registration:
just curious, how did you do that?
>
> I'm using kernel 2.6.37 (downloaded from kernel.org) with Debian GNU/Linux
> 5.0 (Lenny).
try different
On Sun, Feb 13, 2011 at 9:47 AM, Mark Zimmerman wrote:
> Clearly my previous bisection went astray; I think I have a more
> sensible result this time.
>
> qpc$ git bisect good
> 44835f197bf1e3f57464f23dfb239fef06cf89be is the first bad commit
> commit 44835f197bf1e3f57464f23dfb239fef06cf89be
> Aut
On Sat, Feb 12, 2011 at 08:29:54AM -0700, Mark Zimmerman wrote:
> On Tue, Dec 07, 2010 at 12:07:53PM -0700, Mark Zimmerman wrote:
> > Greetings:
> >
> > I have a DViCO FusionHDTV7 Dual Express card that works with 2.6.35 but
> > which fails to initialize with the latest 2.6.36 kernel. The firmware
With the current matching rules the lookup for rc protocol named rc-5-sz
matches with "rc-5" before finding "rc-5-sz". Thus one is able to never
enable/disable the rc-5-sz protocol via sysfs.
Fix the lookup to require an exact match which allows the manipulation of sz
protocol.
Signed-off-by:
Andy Walls wrote:
> I find audio at 8 ksps very unusual for a TV capture device.
>
I tried it with pulseaudio at 44100 samples/sec
and with some commercial tuned in...
(no big copyright problem hopefully) :-)
i used this command:
parec --device=alsa_input.hw_1 > blah.raw
resulting raw data: http:/
28 matches
Mail list logo