Dear Guennadi
> > If you think this patch is unnecessary,
> > please ignore it.
>
> Could you please test whether you indeed can get an unsupported format in
> your driver. If so, this is a bug at a higher level and we'll have to fix
> it there. I'll drop this patch for now.
tw9910 driver can
On Mon, 2 Feb 2009, morimoto.kunin...@renesas.com wrote:
> > > Signed-off-by: Kuninori Morimoto
> >
> > Why is this needed? Do you see any possibility for tw9910 to be called
> > with an unsupported format?
>
> for example,
> capture_example -f use V4L2_PIX_FMT_YUYV.
> but tw9910 support only
On Mon, 2 Feb 2009, morimoto.kunin...@renesas.com wrote:
> > > Guys, are you both sure this should be SLAVE, not MASTER? Have you tested
> > > it? Both tw9910 and ov772x register themselves as MASTER and from the
>
> Of course I tested it.
Yes, as I said, I have overseen the fact, that soc-cam
On Mon, 2 Feb 2009, morimoto.kunin...@renesas.com wrote:
> > > + value |= common_flags & SOCAM_FLDPOL_ACTIVE_LOW ? 1 << 16 : 0;
> > > value |= common_flags & SOCAM_VSYNC_ACTIVE_LOW ? 1 << 1 : 0;
> > > value |= common_flags & SOCAM_HSYNC_ACTIVE_LOW ? 1 << 0 : 0;
> > > value |= buswidth == 16
Thierry Merle wrote:
Jason Harvey wrote:
Thierry Merle wrote:
Hi Jason,
Jason Harvey wrote:
I have been successfully using VDR with two CinergyT2s for 18 months.
After adding a Hauppage NOVA-S2-HD I updated my v4l-dvb drivers hoping
to get S2 capability and test a newer VDR fo
Jason Harvey wrote:
> Thierry Merle wrote:
>> Hi Jason,
>> Jason Harvey wrote:
>>
>>> I have been successfully using VDR with two CinergyT2s for 18 months.
>>> After adding a Hauppage NOVA-S2-HD I updated my v4l-dvb drivers hoping
>>> to get S2 capability and test a newer VDR for HD reception.
>>
Hello, guys
Sorry me, answering to old letter. May i suggest two small points
described below ?
On Mon, 2009-01-12 at 20:03 -0600, Aguirre Rodriguez, Sergio Alberto
wrote:
> This adds the DW9710 Lens driver
>
> Signed-off-by: Sergio Aguirre
> ---
> drivers/media/video/Kconfig |8 +
>
On Mon, 2009-02-02 at 02:46 +0100, e9hack wrote:
> Hi,
>
> this change set is wrong. The affected functions cannot be called from an
> interrupt
> context, because they may process large buffers. In this case, interrupts are
> disabled for
> a long time. Functions, like dvb_dmx_swfilter_packets(
Hi all,
I have been trying to get my box's dvb card working in kernel 2.6.28
and have had only failures so far.
It all works quite well in 2.6.27, just doesn't seem to want lock onto
channels when using updated kernel. I have tried 2.6.28 with the
inbuilt drivers as well as the latest hg drivers
Hi,
this change set is wrong. The affected functions cannot be called from an
interrupt
context, because they may process large buffers. In this case, interrupts are
disabled for
a long time. Functions, like dvb_dmx_swfilter_packets(), could be called only
from a
tasklet. This change set does h
I've had a DigitalNow TinyTwin dual usb tuner working on my
mythbox for a week now (latest v4l-dvb trunk).
A odd problem with the tuner has surfaced. Today Tuner 0
stopped getting a lock on any channel. Signal strength is
95%+, Bit Errors are Zero.
However Tuner 1 is locking on and displaying cha
Dear Guennadi
> > + value |= common_flags & SOCAM_FLDPOL_ACTIVE_LOW ? 1 << 16 : 0;
> > value |= common_flags & SOCAM_VSYNC_ACTIVE_LOW ? 1 << 1 : 0;
> > value |= common_flags & SOCAM_HSYNC_ACTIVE_LOW ? 1 << 0 : 0;
> > value |= buswidth == 16 ? 1 << 12 : 0;
>
> Why are you basing you
On Sun, 2009-02-01 at 23:38 +0100, Oliver Endriss wrote:
> Andy Walls wrote:
> > On Sat, 2009-01-31 at 15:01 +, Chris Mayo wrote:
> > So tuner_addr is non-NULL and is not a valid pointer either.
> >
> > It looks like linux/drivers/media/dvb/ttpci/budget.c:frontend_init() is
> > setting the po
Dear Guennadi
Thank your for checking patch.
> > Guys, are you both sure this should be SLAVE, not MASTER? Have you tested
> > it? Both tw9910 and ov772x register themselves as MASTER and from the
Of course I tested it.
> Ok, sorry, you, probably, did test it and it worked, but just because
Dear Guennadi
> > Signed-off-by: Kuninori Morimoto
>
> Why is this needed? Do you see any possibility for tw9910 to be called
> with an unsupported format?
for example,
capture_example -f use V4L2_PIX_FMT_YUYV.
but tw9910 support only V4L2_PIX_FMT_VYUY now.
If you think this patch is unneces
Andy Walls wrote:
> On Sat, 2009-01-31 at 15:01 +, Chris Mayo wrote:
> > > I've been seeing general protection fault's with 2.6.27 and 2.6.28
> > > (gentoo-sources, amd64) used with vdr. Unfortunately I can't reproduce
> > > them on demand.
> > >
> >
> > Two more of these with 2.6.28 so I swi
On Sat, 31 Jan 2009, Bennet Fischer wrote:
> Hi
>
>
> I am trying to get a camera to work together with an PXA270 processor.
> My system has the following specs:
>
> Platform: Gumstix Verdex Pro
> Camera: HV7131RP
> OS: Linux 2.6.28
>
> I wrote a simple driver for the camera which omits all th
From: Márton Németh
Fix typo in "DAB adapters" section in Kconfig.
Signed-off-by: Márton Németh
---
--- linux-2.6.29-rc3/drivers/media/Kconfig.orig 2008-12-25 00:26:37.0
+0100
+++ linux-2.6.29-rc3/drivers/media/Kconfig 2009-02-01 13:30:54.0
+0100
@@ -117,7 +117,7 @@ sourc
On Sun, 1 Feb 2009, Guennadi Liakhovetski wrote:
> On Fri, 30 Jan 2009, Kuninori Morimoto wrote:
>
> >
> > Signed-off-by: Kuninori Morimoto
> > Signed-off-by: Magnus Damm
> > ---
> > drivers/media/video/sh_mobile_ceu_camera.c | 27
> > +--
> > include/media/sh_mobil
Hello all,
Just a quick question to everyone is anyone writing a driver for
WinTV-NOVA-S-USB2? It seems to be made up from already supported
devices so the driver looks straight forward. I'm happy to dive in and
give it a go as long as I'm not treading on any ones toes :)
I see someone wrote the w
On Sat, 2009-01-31 at 15:01 +, Chris Mayo wrote:
> > I've been seeing general protection fault's with 2.6.27 and 2.6.28
> > (gentoo-sources, amd64) used with vdr. Unfortunately I can't reproduce
> > them on demand.
> >
>
> Two more of these with 2.6.28 so I switched back to 2.6.25 and now fou
Hi,
Am Sonntag, den 01.02.2009, 17:37 +0100 schrieb Miroslav Šustek:
> Hi, few months ago I sent the patch for Leadtek WinFast DTV-1800H card, but
> it wasn't merged to repository yet.
> Maybe it's because of the merging of mailing lists. I'm sending it again.
>
> These are the original messages
Hello all,
Just a quick question to everyone is anyone writing a driver for
WinTV-NOVA-S-USB2? It seems to be made up from already supported
devices so the driver looks straight forward. I'm happy to dive in and
give it a go as long as I'm not treading on any ones toes :)
I see someone wrote the w
Thomas Kaiser wrote:
christopherwander...@columbus.rr.com wrote:
Can I get as much disassembly of the PAC7302 drivers with your
comments next to it? I am trying to improve my webcam and currently
disassembling the driver, in Vista64 with IDA Pro. (I still have the
32 bit driver files as I upgr
christopherwander...@columbus.rr.com wrote:
Can I get as much disassembly of the PAC7302 drivers with your comments next to
it? I am trying to improve my webcam and currently disassembling the driver, in
Vista64 with IDA Pro. (I still have the 32 bit driver files as I upgraded from
xp32)
I am
Mauro,
Please pull from
http://linuxtv.org/hg/~awalls/cx18
for the following:
cx18: Fix coding style of a switch statement per checkpatch.pl
cx18: Normalize APU after second APU firmware load
cx18: Smarter verification of CX18_AUDIO_ENABLE register writes
cx18: Defer A/V core initialization un
On Sun, 1 Feb 2009, Jean Delvare wrote:
On Sun, 1 Feb 2009 11:42:57 -0200, Mauro Carvalho Chehab wrote:
On Sun, 1 Feb 2009 14:29:27 +0100
Jean Delvare wrote:
On Thu, 29 Jan 2009 19:24:31 -0200, Mauro Carvalho Chehab wrote:
I have already a pull request almost ready that will fix this issue.
Hi Mauro,
Please pull from http://linuxtv.org/hg/~jfrancois/gspca/
for:
changeset: 10391:6cec0a94bb17
gspca - sonixj: Sensor mt9v111 added.
changeset: 10392:7b5675e94f79
gspca - vc032x: Webcam 041e:405b added and mi1310_soc updated.
changeset: 10393:073b78e3a4ef
gspca - documentation: Add
On Fri, 30 Jan 2009, Kuninori Morimoto wrote:
>
> Signed-off-by: Kuninori Morimoto
> Signed-off-by: Magnus Damm
> ---
> drivers/media/video/sh_mobile_ceu_camera.c | 27 +--
> include/media/sh_mobile_ceu.h |5 +++--
> 2 files changed, 28 insertions(+),
On Fri, 30 Jan 2009, Kuninori Morimoto wrote:
>
> Signed-off-by: Kuninori Morimoto
> ---
> drivers/media/video/sh_mobile_ceu_camera.c |7 +++
> include/media/sh_mobile_ceu.h |2 ++
> 2 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/media/video/
On Fri, 30 Jan 2009, Kuninori Morimoto wrote:
>
> Signed-off-by: Kuninori Morimoto
> ---
> include/media/soc_camera.h |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h
> index 7440d92..2c7ecdf 100644
> --- a/i
On Tue, 27 Jan 2009, Kuninori Morimoto wrote:
>
> Signed-off-by: Kuninori Morimoto
Why is this needed? Do you see any possibility for tw9910 to be called
with an unsupported format?
Thanks
Guennadi
> ---
> drivers/media/video/tw9910.c | 13 +
> 1 files changed, 13 insertions(+
> > I amn running the NOVA device with an external aerial cable: with good
> > signal and S/N ratios, so am not using their mini aerial
> >
> > Any thoughts to the missing piece of the jigsaw would be most welcome.
> >
> > Best regards
> >
> > Colin Thomas
>
> please try http://mercurial.intuxi
Hi, few months ago I sent the patch for Leadtek WinFast DTV-1800H card, but it
wasn't merged to repository yet.
Maybe it's because of the merging of mailing lists. I'm sending it again.
These are the original messages:
http://linuxtv.org/pipermail/linux-dvb/2008-October/029859.html
http://linuxtv
> I amn running the NOVA device with an external aerial cable: with good
> signal and S/N ratios, so am not using their mini aerial
>
> Any thoughts to the missing piece of the jigsaw would be most welcome.
>
> Best regards
>
> Colin Thomas
please try http://mercurial.intuxication.org/hg/s2-lip
On Sun, 1 Feb 2009 11:42:57 -0200, Mauro Carvalho Chehab wrote:
> On Sun, 1 Feb 2009 14:29:27 +0100
> Jean Delvare wrote:
>
> > On Thu, 29 Jan 2009 19:24:31 -0200, Mauro Carvalho Chehab wrote:
> > > I have already a pull request almost ready that will fix this issue. I'll
> > > likely send it tod
On Sun, 1 Feb 2009 14:29:27 +0100
Jean Delvare wrote:
> Hi Mauro,
>
> On Thu, 29 Jan 2009 19:24:31 -0200, Mauro Carvalho Chehab wrote:
> > On Thu, 29 Jan 2009 22:10:12 +0100
> > Jean Delvare wrote:
> >
> > > Hi folks,
> > >
> > > I have a CX88-based DVB-T adapter which worked fine up to 2.6.2
On Thu, 29 Jan 2009 23:01:14 -0500
Michael Krufky wrote:
> Mauro,
>
> Please pull from:
>
> http://linuxtv.org/hg/~mkrufky/fixes
Committed. Next time, send me pull requests to mche...@infradead.org.
--
Cheers,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media"
Hi Mauro,
On Thu, 29 Jan 2009 19:24:31 -0200, Mauro Carvalho Chehab wrote:
> On Thu, 29 Jan 2009 22:10:12 +0100
> Jean Delvare wrote:
>
> > Hi folks,
> >
> > I have a CX88-based DVB-T adapter which worked fine up to 2.6.28 but is
> > broken since 2.6.29-rc1 (and not fixed as off 2.6.29-rc3). Th
Thierry Merle wrote:
Hi Jason,
Jason Harvey wrote:
I have been successfully using VDR with two CinergyT2s for 18 months.
After adding a Hauppage NOVA-S2-HD I updated my v4l-dvb drivers hoping
to get S2 capability and test a newer VDR for HD reception.
The CinergyT2s stopped working. The kern
Hi,
I have been following the good instructions for getting the above work
with my fedora 9 64bit machine from :
http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-TD-Stick#Firmware
It is very nearly working, and I seem to have a bug which is manifesting
itself in 2 ways.
1. If
On Sat, 31 Jan 2009 17:52:05 +0100, Roel Kluin wrote:
> vi drivers/media/common/saa7146_i2c.c +292
>
> in saa7146_i2c_transfer(..., int retries)
> {
> int address_err = 0;
> do {
> ...
> if (...)
> address_err++;
> ...
>
Hi Jason,
Jason Harvey wrote:
> I have been successfully using VDR with two CinergyT2s for 18 months.
> After adding a Hauppage NOVA-S2-HD I updated my v4l-dvb drivers hoping
> to get S2 capability and test a newer VDR for HD reception.
>
> The CinergyT2s stopped working. The kernel module loads,
43 matches
Mail list logo