From: Vaibhav Hiremath
Added support for Control IOCTL,
- s_ctrl
- g_ctrl
- queryctrl
Change from last patch:
- added room for error return in queryctrl function.
Signed-off-by: Vaibhav Hiremath
---
drivers/media/video/davinci/vpfe_capture.c | 43
Oops, below patch had wrong subject line (S/G). I just fixed the subject line
(to CID_) and attached here.
Thanks,
Vaibhav Hiremath
Platform Support Products
Texas Instruments Inc
Ph: +91-80-25099927
> -Original Message-
> From: Hiremath, Vaibhav
> Sent: Thursday, October 29, 2009 11:13
From: Vaibhav Hiremath
Signed-off-by: Vaibhav Hiremath
---
v4l2-spec/controls.sgml | 20 +++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/v4l2-spec/controls.sgml b/v4l2-spec/controls.sgml
index 477a970..a675f30 100644
--- a/v4l2-spec/controls.sgml
+++ b/v4
On 10/28/2009 09:56 PM, Devin Heitmueller wrote:
On Thu, Oct 29, 2009 at 12:47 AM, Bob Cunningham wrote:
For F11, I appended the line "options xc5000 no_poweroff=1" to
/etc/modprobe.d/local.conf
Rather than power down (shudder), I did the following:
1. Unplug HVR-950Q
2. rmmod xc5000
3. modpro
On Thu, Oct 29, 2009 at 12:47 AM, Bob Cunningham wrote:
> For F11, I appended the line "options xc5000 no_poweroff=1" to
> /etc/modprobe.d/local.conf
>
> Rather than power down (shudder), I did the following:
> 1. Unplug HVR-950Q
> 2. rmmod xc5000
> 3. modprobe xc5000 no_poweroff=1
> 4. Plug in HV
On 10/28/2009 08:40 PM, Devin Heitmueller wrote:
On Wed, Oct 28, 2009 at 10:10 PM, Bob Cunningham wrote:
I just completed a fresh install of MythTV 0.22 RC1 on my fully-updated
Fedora 11 system. My tuner is an HVR-950Q, connected to cable. The tuner
works fine under tvtime (SD) and xine (HD).
On Wed, Oct 28, 2009 at 10:10 PM, Bob Cunningham wrote:
> I just completed a fresh install of MythTV 0.22 RC1 on my fully-updated
> Fedora 11 system. My tuner is an HVR-950Q, connected to cable. The tuner
> works fine under tvtime (SD) and xine (HD).
>
> All MythTV functions work, except LiveTV.
I just completed a fresh install of MythTV 0.22 RC1 on my fully-updated Fedora
11 system. My tuner is an HVR-950Q, connected to cable. The tuner works fine
under tvtime (SD) and xine (HD).
All MythTV functions work, except LiveTV. The problem is that mythfrontend
times out waiting for the H
Hi,
This patch add codes for the "Total Media In Hand" remote control used by
Geniatech/MyGica U870 and X8507.
Thank's
Signed-off-by: Vagner Nishimoto
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2009-09-20
15:14:20.0 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devic
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 Oct 28 19:00:03 CET 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 13168:d6c09c3711b5
gcc version: gcc (
Mauro Carvalho Chehab infradead.org> writes:
>
> It is better to not rename it, to avoid confusion.
Thank you for the answer :-)
The only problem is that rewriting the full driver I will not be able to test
all card supported by previous one (I just own one of them).
Anyways I'll start with mi
pt1 is here http://linuxtv.org/pipermail/linux-dvb/2009-August/032334.html
I have a Lifeview Hybrid Pci card and since around August 2009 the driver
doesn't work in 64bit linux but works only in 32bit linux.
Now, I am using vanilla 2.6.31.5 source with latest mercurial v4b-dvb snapshot.
I t
# make
make -C libv4lconvert V4L2_LIB_VERSION=0.6.3 all
make[1]: Entering directory `/tmp/libv4l-0.6.3/libv4lconvert'
gcc -Wp,-MMD,"libv4lconvert.d",-MQ,"libv4lconvert.o",-MP -c
-I../include -I../../../include -fvisibility=hidden -fPIC
-DLIBDIR=\"/usr/local/lib\" -DLIBSUBDIR=\"libv4l\" -g -O1 -W
Hello!
My Hercules SmartTv Stereo PCI had perfect
support under 2.6.24 in Ubuntu 8.04 with below modprobe settings.
Now I switched to Ubuntu 9.10 and have:
- no sound except some faint garbled noises when I turn up the volume to
max.
- only have a picture via xvideo/overlay (using the xvideo
On Wed, Oct 28, 2009 at 5:29 PM, Benjamin Valentin
wrote:
> lspci oddly recognizes the board as Pinnacle PCTV 3010iX, which only
> has one tuner module.
Probably not relevant to your problem, but my 3010iX has 2 tuners
(hybrid, each can do DVB-T + analog).
Luca
--
To unsubscribe from this list:
Benjamin Valentin wrote:
Am Fri, 23 Oct 2009 12:08:22 -0400
schrieb Devin Heitmueller :
You cannot use a saa7162 based device with the saa7164 driver. They
chipsets are too dissimilar.
This was why I tried the saa716x driver [1] that should work for
saa7160, saa7161 and saa7162 based device
Hi all
As some of you will know, soc-camera framework is undergoing a conversion
to the v4l2-subdev API. Most of the legacy soc-camera client API has been
ported over to v4l2-subdev. Final conversion is blocked by missing
functionality in the current v4l2 subsystem. Namely video bus
configurat
Hi Guennadi,
On Tuesday 27 October 2009 08:49:15 Guennadi Liakhovetski wrote:
> Hi
>
> This is a general comment to the whole "(contiguous) video buffer" work:
> having given a talk at the ELC-E in Grenoble on soc-camera, I mentioned
> briefly a few related RFCs, including this one. I've got a co
Guennadi Liakhovetski wrote:
On Wed, 21 Oct 2009, Valentin Longchamp wrote:
Sascha Hauer wrote:
On Mon, Oct 19, 2009 at 06:41:13PM +0200, Valentin Longchamp wrote:
Hi Guennadi,
Guennadi Liakhovetski wrote:
Hi
On Thu, 15 Oct 2009, Valentin Longchamp wrote:
We have two mt9t031 cameras that
On Wed, Oct 28, 2009 at 10:08 AM, Steven Toth wrote:
> On Wed, Oct 28, 2009 at 1:44 AM, dan wrote:
>> I do have 2 2-way splitters between the card in the wall. I tried
>> hooking the card straight to the cable outlet on the wall and ran some
>> more tests. It's a little difficult, because there
On Wed, Oct 28, 2009 at 1:44 AM, dan wrote:
> I do have 2 2-way splitters between the card in the wall. I tried
> hooking the card straight to the cable outlet on the wall and ran some
> more tests. It's a little difficult, because there's only one cable
> outlet in my whole apartment, and it me
Pawel,
We have been using USERPTR IO in our vpfe capture driver. I also want to
acknowledge the fact that the core layer expects index contrary to API
specs as you have pointed
>Even if that was the case though, would an application be supposed to
>arbitrarily choose what index to pass? If so
Am Mittwoch, den 28.10.2009, 14:40 +0100 schrieb Laurent Pinchart:
> On Wednesday 28 October 2009 14:36:33 Alexey Fisher wrote:
> > Hi Laurent,
> >
> > Am Mittwoch, den 28.10.2009, 13:52 +0100 schrieb Laurent Pinchart:
> > > Hi Alexey,
> > >
> > > On Wednesday 28 October 2009 10:58:24 Alexey Fishe
On Wednesday 28 October 2009 14:36:33 Alexey Fisher wrote:
> Hi Laurent,
>
> Am Mittwoch, den 28.10.2009, 13:52 +0100 schrieb Laurent Pinchart:
> > Hi Alexey,
> >
> > On Wednesday 28 October 2009 10:58:24 Alexey Fisher wrote:
> > > Am Mittwoch, den 28.10.2009, 00:27 +0100 schrieb Laurent Pinchart:
Hi Laurent,
Am Mittwoch, den 28.10.2009, 13:52 +0100 schrieb Laurent Pinchart:
> Hi Alexey,
>
> On Wednesday 28 October 2009 10:58:24 Alexey Fisher wrote:
> > Am Mittwoch, den 28.10.2009, 00:27 +0100 schrieb Laurent Pinchart:
> > > On Monday 26 October 2009 15:06:41 Hans de Goede wrote:
> > > > O
Hi Alexey,
On Wednesday 28 October 2009 10:58:24 Alexey Fisher wrote:
> Am Mittwoch, den 28.10.2009, 00:27 +0100 schrieb Laurent Pinchart:
> > On Monday 26 October 2009 15:06:41 Hans de Goede wrote:
> > > On 10/26/2009 12:52 PM, Alexey Fisher wrote:
> > > > Am Sonntag, den 25.10.2009, 14:21 +0100
> -Original Message-
> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> Sent: Friday, October 16, 2009 5:57 PM
> To: Hiremath, Vaibhav
> Cc: linux-media@vger.kernel.org
> Subject: Re: [PATCH 1/4] V4L2: Added New V4L2 CIDs
> VIDIOC_S/G_COLOR_SPACE_CONV
>
> Hi,
>
> On Fr
> -Original Message-
> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> Sent: Friday, October 16, 2009 5:58 PM
> To: Hiremath, Vaibhav
> Cc: linux-media@vger.kernel.org
> Subject: Re: [PATCH 2/4] V4L2: Added CID's V4L2_CID_ROTATE/BG_COLOR
>
> Hi,
>
> On Friday 16 Octob
Am Mittwoch, den 28.10.2009, 00:27 +0100 schrieb Laurent Pinchart:
> On Monday 26 October 2009 15:06:41 Hans de Goede wrote:
> > On 10/26/2009 12:52 PM, Alexey Fisher wrote:
> > > Am Sonntag, den 25.10.2009, 14:21 +0100 schrieb Hans de Goede:
>
> [snip]
>
> > > > fwiw I'm a v4l kernel developer,
29 matches
Mail list logo