Hi,
I've recently bought a Dell Studio XPS 16 with an integrated DVB-T
tuner. This is reported by Windows Vista to be a Hauppauge WinTV
NOVA-T Model 18109 device.
However, it hasn't been recognized by Ubuntu 9.04 (2.6.28-14-generic).
It appears to be a USB device, as lsusb -v shows the following:
Alexey Klimov schrieb:
On Sat, Aug 8, 2009 at 10:01 PM, Trent Piepho wrote:
On Sat, 8 Aug 2009, Alexey Klimov wrote:
Redesign radio->users counter. Don't allow more that 5 users on radio in
Why?
Well, v4l2 specs says that multiple opens are optional. Honestly, i
think tha
On Sat, Aug 8, 2009 at 10:01 PM, Trent Piepho wrote:
> On Sat, 8 Aug 2009, Alexey Klimov wrote:
>> Redesign radio->users counter. Don't allow more that 5 users on radio in
>
> Why?
Well, v4l2 specs says that multiple opens are optional. Honestly, i
think that five userspace applications open /dev/
Hi!
I know the device itself works but is there any way to get the remote
control to work?
thx in advance,
schuschu
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/maj
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:Sat Aug 8 19:00:04 CEST 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 12407:e72c463783ab
gcc version: gcc
On Sat, 8 Aug 2009, Alexey Klimov wrote:
> Redesign radio->users counter. Don't allow more that 5 users on radio in
Why?
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/m
Redesign radio->users counter. Don't allow more that 5 users on radio in
usb_amradio_open() and don't stop radio device if other userspace
application uses it in usb_amradio_close().
Signed-off-by: Alexey Klimov
--
diff -r c2dd9da28106 linux/drivers/media/radio/radio-mr800.c
--- a/linux/drivers/
Patch fixes suspend/resume procedure.
Signed-off-by: Alexey Klimov
--
diff -r 05754a500f80 linux/drivers/media/radio/radio-mr800.c
--- a/linux/drivers/media/radio/radio-mr800.c Sat Aug 08 20:06:36 2009 +0400
+++ b/linux/drivers/media/radio/radio-mr800.c Sat Aug 08 20:22:05 2009 +0400
@@ -564
Remove radio->muted and radio->removed variables from amradio_device
structure. Instead patch creates radio->status variable and updates
code.
Signed-off-by: Alexey Klimov
--
diff -r a1ccdea5a182 linux/drivers/media/radio/radio-mr800.c
--- a/linux/drivers/media/radio/radio-mr800.c Wed Jul 29 1
Small cleanup of amradio_setfreq(). No need to pass radio->curfreq value
to this function.
Signed-off-by: Alexey Klimov
--
diff -r 5f3329bebfe4 linux/drivers/media/radio/radio-mr800.c
--- a/linux/drivers/media/radio/radio-mr800.c Wed Jul 29 12:36:46 2009 +0400
+++ b/linux/drivers/media/radio/r
Patch removes functions that shouldn't be in usb_amradio_open/close:
amradio_set_mute(), amradio_set_stereo(), amradio_setfreq().
Signed-off-by: Alexey Klimov
--
diff -r 34b4e5c9d5c2 linux/drivers/media/radio/radio-mr800.c
--- a/linux/drivers/media/radio/radio-mr800.c Wed Jul 29 10:44:51 2009
Remove redundant lock/unlock_kernel() calls from usb_amradio_open/close
functions.
Signed-off-by: Alexey Klimov
--
diff -r ee6cf88cb5d3 linux/drivers/media/radio/radio-mr800.c
--- a/linux/drivers/media/radio/radio-mr800.c Wed Jul 29 01:42:02 2009 -0300
+++ b/linux/drivers/media/radio/radio-mr8
Hello all,
Here are some radio-mr800 patches against hg v4l-dvb tree.
Patchset removes lock_kernel calls, fixes suspend/resume, cleanups,
introduces status variable and redesigns users counter in driver.
As usual comments, remarks, ideas are more than welcome :)
[1/6] radio-mr800: remove redunda
2009/8/3 :
> Hi,
>
> Here is an updated scan file for se-Ornskoldsvik_As.
>
> Added Teracom_Mux_5.
>
> # Sweden - Örnsköldsvik/Ås
> # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
> T 49000 8MHz 2/3 NONE QAM64 8k 1/8 NONE
> T 47400 8MHz 2/3 NONE QAM64 8k 1/8 NONE
>
On 8/7/09 6:36 PM, VDR User wrote:
It has been months now since the discussion about actually making (a
unified) STR/SNR useful. Is this going to be addressed at the
conference? It's one of those things that would be greatly useful for
users/applications but seemingly has gotten neglected.
Reg
Hi Mauro,
Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following:
- v4l: introduce string control support.
- v4l2-spec: document the new string control type.
- v4l2-ctl: modulator bug fixes
- v4l2-ctl: add support for string controls
- v4l2-subdev.h: Add g/s_modulator call
This patch adds files which creates the radio interface
for si4713 FM transmitter (modulator) devices.
In order to do the real access to device registers, this
driver uses the v4l2 subdev interface exported by si4713 i2c driver.
Signed-off-by: Eduardo Valentin
---
linux/drivers/media/radio/radi
Simple add Makefile and Kconfig entries.
Signed-off-by: Eduardo Valentin
---
linux/drivers/media/radio/Kconfig | 22 ++
linux/drivers/media/radio/Makefile |2 ++
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/linux/drivers/media/radio/Kconfig
b/linux/
This single patch adds documentation description for FM Modulator (FM TX)
Extended Control Class and its Control IDs. The text was added under
"Extended Controls" section. The vidioc-g-ext-ctrls.sgml file was
updated as well.
Signed-off-by: Eduardo Valentin
---
v4l2-spec/Makefile
This patch adds a document file for si4713 device driver.
It describes the driver interfaces and organization.
Signed-off-by: Eduardo Valentin
---
linux/Documentation/video4linux/si4713.txt | 176
1 files changed, 176 insertions(+), 0 deletions(-)
create mode 10064
This patch adds basic configurations for FM TX extended controls.
That includes controls names, menu strings, pointer identification,
type classification and flags configuration.
Signed-off-by: Eduardo Valentin
---
linux/drivers/media/video/v4l2-common.c | 50 +++
l
This patch adds a new class of extended controls. This class
is intended to support FM Radio Modulators properties such as:
rds, audio limiters, audio compression, pilot tone generation,
tuning power levels and preemphasis properties.
Signed-off-by: Eduardo Valentin
---
linux/include/linux/video
Signed-off-by: Eduardo Valentin
---
linux/include/media/v4l2-subdev.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/linux/include/media/v4l2-subdev.h
b/linux/include/media/v4l2-subdev.h
index 89a39ce..d411345 100644
--- a/linux/include/media/v4l2-subdev.h
+++ b/linux/
Hello guys,
Here is v15 of first FM TX driver.
Changes from v14 are:
- Use proper errno in string control handling (change from EINVAL to ERANGE)
- Change ordering of RDS_TX controls. DEVIATION is now first control. This
was updated in videodev2.h, platform driver and documentation.
- Added FM TX
Am Samstag, den 08.08.2009, 10:55 +0200 schrieb Hans Verkuil:
> On Friday 07 August 2009 18:28:41 Mauro Carvalho Chehab wrote:
> > Em Wed, 5 Aug 2009 14:58:23 -0400
> > Devin Heitmueller escreveu:
> > > On a related note, is there some rationale you can offer as to why you
> > > are committing pa
Hello,
I am currently fiddling some around with capturing pictures from a very cheap
webcam.
Unfortunately that webcam uses the rare codec pac207.
Does a decoder (as source) or a description of the codec exist?
Or can you please give a hint where to search?
thanks in regard
Ronny
--
To unsubscr
Hi,
Hans Verkuil wrote:
On Friday 07 August 2009 01:01:12 a...@linux-foundation.org wrote:
From: Richard Röjfors
This is an initial driver for Analog Devices ADV7180 Video Decoder.
So far it only supports query standard.
Hi Richard,
Which bridge or platform driver uses this i2c driver?
On Saturday 08 August 2009 11:07:22 Eduardo Valentin wrote:
> On Fri, Aug 07, 2009 at 01:51:36PM +0200, ext Hans Verkuil wrote:
> > Hi Eduardo,
> >
> > Douglas pointed out to me that I hadn't reviewed this series yet.
> >
> > That was mostly because it's pretty good as far as I'm concerned :-)
>
On Monday 27 July 2009 17:12:06 Eduardo Valentin wrote:
> This single patch adds documentation description for FM Modulator (FM TX)
> Extended Control Class and its Control IDs. The text was added under
> "Extended Controls" section.
I just came across a missing bit of spec: in vidioc-g-ext-ctrls.
On Friday 07 August 2009 01:01:12 a...@linux-foundation.org wrote:
> From: Richard Röjfors
>
> This is an initial driver for Analog Devices ADV7180 Video Decoder.
>
> So far it only supports query standard.
Hi Richard,
Which bridge or platform driver uses this i2c driver?
And what is the poin
On Fri, Aug 07, 2009 at 01:51:36PM +0200, ext Hans Verkuil wrote:
> Hi Eduardo,
>
> Douglas pointed out to me that I hadn't reviewed this series yet.
>
> That was mostly because it's pretty good as far as I'm concerned :-)
>
> I do think one small thing should change:
>
> On Monday 27 July 2009
Greetings ...
Sorry if this has come through before, but I did not recieve a copy
or a reply, so I'm assuming the orginal message did not get through
... Or I'm been ignored ... ;-)
I was wondering if anybody has looked at the Syntek Driver stk11xx at
http://sourceforge.net/projects/syntekdrive
On Saturday 08 August 2009 00:36:53 VDR User wrote:
> It has been months now since the discussion about actually making (a
> unified) STR/SNR useful. Is this going to be addressed at the
> conference? It's one of those things that would be greatly useful for
> users/applications but seemingly has
On Friday 07 August 2009 18:28:41 Mauro Carvalho Chehab wrote:
> Em Wed, 5 Aug 2009 14:58:23 -0400
> Devin Heitmueller escreveu:
> > On a related note, is there some rationale you can offer as to why you
> > are committing patches directly into the v4l-dvb mainline without any
> > peer review, unl
On Fri, Aug 07, 2009 at 01:51:36PM +0200, ext Hans Verkuil wrote:
> Hi Eduardo,
>
> Douglas pointed out to me that I hadn't reviewed this series yet.
Ok. I've noticed that as well when you replied in the wrong series version.
But no problem.
>
> That was mostly because it's pretty good as far a
On Saturday 08 August 2009 10:02:59 Eduardo Valentin wrote:
> On Fri, Aug 07, 2009 at 04:33:53PM +0200, ext Hans Verkuil wrote:
> > On Friday 07 August 2009 16:13:46 Mauro Carvalho Chehab wrote:
> > > Em Thu, 6 Aug 2009 13:22:18 +0200
> > > "Hans Verkuil" escreveu:
> > >
> > > >
> > > > > Em Sun
On Fri, Aug 07, 2009 at 02:38:53PM +0200, Aaltonen Matti.J (Nokia-D/Tampere)
wrote:
> Hi.
>
> On Mon, 2009-07-27 at 17:12 +0200, Valentin Eduardo (Nokia-D/Helsinki)
> wrote:
> > This patch adds files to control si4713 devices.
> > Internal functions to control device properties
>
>
>
> > +
On Fri, Aug 07, 2009 at 04:33:53PM +0200, ext Hans Verkuil wrote:
> On Friday 07 August 2009 16:13:46 Mauro Carvalho Chehab wrote:
> > Em Thu, 6 Aug 2009 13:22:18 +0200
> > "Hans Verkuil" escreveu:
> >
> > >
> > > > Em Sun, 2 Aug 2009 12:10:04 +0200
> > > > Hans Verkuil escreveu:
> > > >
> > >
38 matches
Mail list logo