Hi Javier
On Tue, Feb 7, 2012 at 1:17 PM, javier Martin
wrote:
> Hi Prabhakar,
>
> On 7 February 2012 08:16, Prabhakar Lad wrote:
>> Hi folks,
>>
>> I was trying to port a existing driver to videobuf2 framework, I had a
>> hurdle in between
>> the driver I was trying to port supports user pointe
Hi Prabhakar,
On 7 February 2012 08:16, Prabhakar Lad wrote:
> Hi folks,
>
> I was trying to port a existing driver to videobuf2 framework, I had a
> hurdle in between
> the driver I was trying to port supports user pointer, How does
> videobuf2 support this
> thing ?
If the driver you are tryin
Hi folks,
I was trying to port a existing driver to videobuf2 framework, I had a
hurdle in between
the driver I was trying to port supports user pointer, How does
videobuf2 support this
thing ?
Regards,
--Prabhakar Lad
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
t
On Tue, Feb 7, 2012 at 12:06 AM, Michael Krufky wrote:
> Please review / ack / merge:
>
> The following changes since commit 59b30294e14fa6a370fdd2bc2921cca1f977ef16:
> Mauro Carvalho Chehab (1):
> Merge branch 'v4l_for_linus' into staging/for_v3.4
>
> are available in the git repository a
Hello,
this USB stick (07ca:a835) used to work fine with the 3.0 and 3.1 kernel
series, using one of the howtos in this thread:
http://forum.ubuntu-it.org/index.php/topic,384436.msg3370690.html
However, there were some build errors with my current kernel 3.2.4, so I
tried to update the entire me
Please review / ack / merge:
The following changes since commit 59b30294e14fa6a370fdd2bc2921cca1f977ef16:
Mauro Carvalho Chehab (1):
Merge branch 'v4l_for_linus' into staging/for_v3.4
are available in the git repository at:
git://linuxtv.org/mkrufky/tuners xc5000
Michael Krufky (5):
Problems with the PID setting stalling demux on applications like VDR and
MythTV.
The PID filter is now defaulted to OFF.
Signed-off-by: Malcolm Priestley
---
drivers/media/dvb/dvb-usb/lmedm04.c |7 +++
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/media/dvb/dv
Commit 7e07222 breaks DVBFE_ALGO_HW tuning after a retune is requested,
which causes bad tuning on my TBS 6920.
[0.769091] pci :06:00.0: [14f1:8852] type 0 class 0x000400
[ 19.733530] CORE cx23885[0]: subsystem: 6920:, board: TurboSight TBS
6920 [card=14,autodetected]
[ 762.824912]
hi Felipe,
I am using the same USB dongle as you.
Same Linux version and firmware dibcom 1.20, i think there is no new
version available.
in the tuner i am using the struct isdbt_parameters; presented in the
other struct frontend_parameters;
that's why i am asking about some changes in the API, be
On Mon, Feb 6, 2012 at 6:48 PM, Bruno Lima wrote:
> Hi,
Hello Bruno Lima,
> I made a tuner last year for the ISDB-T and was working fine until december.
> Now that i am back at work, the tuner is only getting 1SEG signal.
What is your tuner? What is your tuner driver? What firmware version
is i
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date:Mon Feb 6 19:00:15 CET 2012
git hash:59b30294e14fa6a370fdd2bc2921cca1f977ef16
gcc version: i686-linux-gcc (GCC
Hi Javier
Thanks for the update! Let's see, whether this one can be improved a bit
more.
On Mon, 30 Jan 2012, Javier Martin wrote:
> The way discard buffer was previously handled lead
> to possible races that made a buffer that was not
> yet ready to be overwritten by new video data. This
> is
On Mon, 2012-02-06 at 14:42 +0200, Antti Palosaari wrote:
> On 02/02/2012 12:29 AM, Malcolm Priestley wrote:
> > IT913X V1 V2 keymaps
> >
> > Signed-off-by: Malcolm Priestley
> >
> > ---
> > drivers/media/rc/keymaps/Makefile |2 +
> > drivers/media/rc/keymaps/rc-it913x-v1.c | 95
> >
On Mon, 6 Feb 2012 14:25:33 +
Simon Jones wrote:
> > The 6920 uses a Conexant chipset and everything except the remote
> > works with a standard kernel, but I did have to install the
> > firmware manually. Is the binary part for the remote? I would have
> > thought it was only for other chips
>
> The 6920 uses a Conexant chipset and everything except the remote works
> with a standard kernel, but I did have to install the firmware manually.
> Is the binary part for the remote? I would have thought it was only for
> other chipsets.
Apologies then, I thought they were still maintaining a
On Mon, 6 Feb 2012 11:48:43 +
Simon Jones wrote:
> > Thanks. It seems that there was a bug in their driver which
> > prevented some keys from working, but AFIACT it's fixed now. The
> > code is GPL so is it just lack of interest/demand that's stopped it
> > from going into the main kernel?
>
2012/2/5 Michal Nazarewicz :
> On Sun, 05 Feb 2012 05:25:40 +0100, Hillf Danton wrote:
>>
>> Without boot mem reservation, what is the successful rate of CMA to
>> serve requests of 1MiB, 2MiB, 4MiB and 8MiB chunks?
>
>
> CMA will work as long as you manage to get some pageblocks marked as
> MIGRA
2012/2/5 Michal Nazarewicz :
>> On Fri, Feb 3, 2012 at 8:18 PM, Marek Szyprowski
>> wrote:
>>>
>>> From: Michal Nazarewicz
>>>
>>> This commit exports some of the functions from compaction.c file
>>> outside of it adding their declaration into internal.h header
>>> file so that other mm related c
On 02/02/2012 12:29 AM, Malcolm Priestley wrote:
IT913X V1 V2 keymaps
Signed-off-by: Malcolm Priestley
---
drivers/media/rc/keymaps/Makefile |2 +
drivers/media/rc/keymaps/rc-it913x-v1.c | 95 +++
drivers/media/rc/keymaps/rc-it913x-v2.c | 94 +++
> Thanks. It seems that there was a bug in their driver which prevented
> some keys from working, but AFIACT it's fixed now. The code is GPL so is
> it just lack of interest/demand that's stopped it from going into the
> main kernel?
They have an NDA with a chip supplier so can't release the full
Hello,
I'm Gregor a co-maintainer of v4l-utils. As you might know most (all?)
ASUS notebooks have their webcams built in upside down. Libv4l (which is
part of v4l-utils) has an internal notebook model table to detect such
notebooks and flip the image if necessary.
Recently I rewrote the matc
21 matches
Mail list logo