Hi Igor,
I've taken some photos of the tuner so that hopefully you'll be able
to help work out why it won't tune in Linux.
Please see the following link for the images:
http://www.flickr.com/photos/7690...@n04/sets/72157621703527801/
The only chip on display is:
SDMC
DM1105N
D735 E280034
Also
Hi,
Am Samstag, den 25.07.2009, 21:26 +0530 schrieb unni krishnan:
> Hi hermann,
>
> I have recompiled the kernel and it is working now, thanks.
>
> I have used :
>
> modprobe saa7134 card=3
fine. So at least something working as a start.
It seems to me we have to add a new entry for your car
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 Jul 25 19:00:05 CEST 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 12339:f8f134705b65
gcc version: gcc
Hello Hans,
On Sat, Jul 25, 2009 at 7:44 PM, Hans Verkuil wrote:
> Hi Eduardo,
>
> On Saturday 25 July 2009 16:41:27 Eduardo Valentin wrote:
>> On Sat, Jul 25, 2009 at 04:39:18PM +0200, ext Hans Verkuil wrote:
>> > If the string must be exactly 8 x n long, then I think that it is a good
>> > idea
Hi Eduardo,
On Saturday 25 July 2009 16:41:27 Eduardo Valentin wrote:
> On Sat, Jul 25, 2009 at 04:39:18PM +0200, ext Hans Verkuil wrote:
> > If the string must be exactly 8 x n long, then I think that it is a good
> > idea
> > to start using the 'step' value of v4l2_queryctrl: this can be used t
Hi hermann,
I have recompiled the kernel and it is working now, thanks.
I have used :
modprobe saa7134 card=3
But there are two problems now :
1. My speakers will produce the channel sound even after closing
tvtime and I need to remove the module using rmmod saa7134 to solve
that, is there any
On Saturday 25 July 2009 16:57:40 Eduardo Valentin wrote:
> This patch adds files to control si4713 devices.
> Internal functions to control device properties
> and initialization procedures are into these files.
> Also, a v4l2 subdev interface is also exported.
> This way other drivers can use thi
I'm sending a tarball with all patches due to some problems which may
be caused by my mail server. Just in case patches get messed, use this
tarball. Sorry for this inconvenience.
BR,
On Sat, Jul 25, 2009 at 04:57:34PM +0200, Valentin Eduardo (Nokia-D/Helsinki)
wrote:
> Hello guys,
>
> Here is
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
On Sat, Jul 25, 2009 at 05:19:29PM +0200, ext Hans Verkuil wrote:
> On Saturday 25 July 2009 16:57:42 Eduardo Valentin wrote:
> > This patch adds a document file for si4713 device driver.
> > It describes the driver interfaces and organization.
> >
> > Signed-off-by: Eduardo Valentin
> > ---
> >
On Saturday 25 July 2009 16:57:42 Eduardo Valentin wrote:
> 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
> ++
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 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
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/
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
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
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 | 58 ++-
1
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.
Signed-off-by: Eduardo Valentin
---
v4l2-spec/Makefile |1 +
v4l2-spec/controls.sgml | 210 +++
Hello guys,
Here is the version 11 of FM transmitter work. It is basically
same thing of version 10 with minor fixes from previous comments,
which are:
- Do not use temp variable in v4l2_ctrl_is_pointer (v4l2-common.c).
- Report a string length accordingly to maximum allowed size (si4713-i2c.c).
On Sat, Jul 25, 2009 at 04:44:27PM +0200, ext Hans Verkuil wrote:
> On Saturday 25 July 2009 16:23:51 Eduardo Valentin wrote:
> > On Sat, Jul 25, 2009 at 04:08:01PM +0200, Valentin Eduardo
> > (Nokia-D/Helsinki) wrote:
> > > On Sat, Jul 25, 2009 at 04:10:53PM +0200, ext Hans Verkuil wrote:
> > > >
On Sat, Jul 25, 2009 at 04:39:18PM +0200, ext Hans Verkuil wrote:
> On Saturday 25 July 2009 15:25:21 Eduardo Valentin wrote:
> > On Sat, Jul 25, 2009 at 03:33:55PM +0200, ext Hans Verkuil wrote:
> > > On Saturday 25 July 2009 15:29:38 ext-eero.nurkk...@nokia.com wrote:
> > > >
> > > > > I'm surpr
On Saturday 25 July 2009 16:23:51 Eduardo Valentin wrote:
> On Sat, Jul 25, 2009 at 04:08:01PM +0200, Valentin Eduardo (Nokia-D/Helsinki)
> wrote:
> > On Sat, Jul 25, 2009 at 04:10:53PM +0200, ext Hans Verkuil wrote:
> > > On Friday 24 July 2009 18:42:12 Eduardo Valentin wrote:
> > > > As there ca
On Saturday 25 July 2009 15:25:21 Eduardo Valentin wrote:
> On Sat, Jul 25, 2009 at 03:33:55PM +0200, ext Hans Verkuil wrote:
> > On Saturday 25 July 2009 15:29:38 ext-eero.nurkk...@nokia.com wrote:
> > >
> > > > I'm surprised at these MAX string lengths. Looking at the RDS standard
> > > > it
>
On Sat, Jul 25, 2009 at 04:08:01PM +0200, Valentin Eduardo (Nokia-D/Helsinki)
wrote:
> On Sat, Jul 25, 2009 at 04:10:53PM +0200, ext Hans Verkuil wrote:
> > On Friday 24 July 2009 18:42:12 Eduardo Valentin wrote:
> > > As there can be modulator devices with get/set frequency
> > > callbacks, this
On Saturday 25 July 2009 16:08:01 Eduardo Valentin wrote:
> On Sat, Jul 25, 2009 at 04:10:53PM +0200, ext Hans Verkuil wrote:
> > On Friday 24 July 2009 18:42:12 Eduardo Valentin wrote:
> > > As there can be modulator devices with get/set frequency
> > > callbacks, this patch adds support to them i
On Sat, Jul 25, 2009 at 04:10:53PM +0200, ext Hans Verkuil wrote:
> On Friday 24 July 2009 18:42:12 Eduardo Valentin wrote:
> > As there can be modulator devices with get/set frequency
> > callbacks, this patch adds support to them in v4l2-ctl utility.
>
> Thanks for this patch.
>
> I've implemen
On Saturday 25 July 2009 15:48:58 Eduardo Valentin wrote:
> On Sat, Jul 25, 2009 at 03:17:05PM +0200, Valentin Eduardo (Nokia-D/Helsinki)
> wrote:
> > On Sat, Jul 25, 2009 at 03:25:25PM +0200, ext Hans Verkuil wrote:
> > > On Friday 24 July 2009 18:37:28 Eduardo Valentin wrote:
> > > > This patch
On Friday 24 July 2009 18:42:12 Eduardo Valentin wrote:
> As there can be modulator devices with get/set frequency
> callbacks, this patch adds support to them in v4l2-ctl utility.
Thanks for this patch.
I've implemented it somewhat differently (using the new V4L2_CAP_MODULATOR
to decide whether
On Sat, Jul 25, 2009 at 03:17:05PM +0200, Valentin Eduardo (Nokia-D/Helsinki)
wrote:
> On Sat, Jul 25, 2009 at 03:25:25PM +0200, ext Hans Verkuil wrote:
> > On Friday 24 July 2009 18:37:28 Eduardo Valentin wrote:
> > > This patch adds a document file for si4713 device driver.
> > > It describes th
On Sat, Jul 25, 2009 at 03:33:55PM +0200, ext Hans Verkuil wrote:
> On Saturday 25 July 2009 15:29:38 ext-eero.nurkk...@nokia.com wrote:
> >
> > > I'm surprised at these MAX string lengths. Looking at the RDS standard it
> > > seems that the max length for the PS_NAME is 8 and for RADIO_TEXT it is
On Saturday 25 July 2009 15:29:38 ext-eero.nurkk...@nokia.com wrote:
>
> > I'm surprised at these MAX string lengths. Looking at the RDS standard it
> > seems that the max length for the PS_NAME is 8 and for RADIO_TEXT it is
> > either 32 (2A group) or 64 (2B group). I don't know which group the s
On Sat, Jul 25, 2009 at 03:31:29PM +0200, ext Hans Verkuil wrote:
> On Saturday 25 July 2009 15:15:24 Eduardo Valentin wrote:
> > On Sat, Jul 25, 2009 at 03:20:53PM +0200, ext Hans Verkuil wrote:
> > > > + switch (control->id) {
> > > > + case V4L2_CID_RDS_TX_PS_NAME:
> > > > +
On Saturday 25 July 2009 15:15:24 Eduardo Valentin wrote:
> On Sat, Jul 25, 2009 at 03:20:53PM +0200, ext Hans Verkuil wrote:
> > > + switch (control->id) {
> > > + case V4L2_CID_RDS_TX_PS_NAME:
> > > + if (strlen(sdev->rds_info.ps_name) + 1 > control->length) {
> > > +
> I'm surprised at these MAX string lengths. Looking at the RDS standard it
> seems that the max length for the PS_NAME is 8 and for RADIO_TEXT it is
> either 32 (2A group) or 64 (2B group). I don't know which group the si4713
> uses.
>
> Can you clarify how this is used?
>
> Regards,
>
>
On Sat, Jul 25, 2009 at 03:25:25PM +0200, ext Hans Verkuil wrote:
> On Friday 24 July 2009 18:37:28 Eduardo Valentin wrote:
> > This patch adds a document file for si4713 device driver.
> > It describes the driver interfaces and organization.
> >
> > Signed-off-by: Eduardo Valentin
> > ---
> > l
On Friday 24 July 2009 18:37:28 Eduardo Valentin wrote:
> 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 | 175
>
On Sat, Jul 25, 2009 at 03:03:33PM +0200, ext Hans Verkuil wrote:
> On Friday 24 July 2009 18:37:23 Eduardo Valentin wrote:
> > Signed-off-by: Eduardo Valentin
> > ---
> > linux/drivers/media/video/v4l2-common.c | 63
> > ++-
> > 1 files changed, 62 insertions(+), 1
On Friday 24 July 2009 18:37:23 Eduardo Valentin wrote:
> Signed-off-by: Eduardo Valentin
> ---
> linux/drivers/media/video/v4l2-common.c | 63
> ++-
> 1 files changed, 62 insertions(+), 1 deletions(-)
>
> diff --git a/linux/drivers/media/video/v4l2-common.c
> b/l
Hello,
My source code checker, smatch (http://repo.or.cz/w/smatch.git),
complains about a double unlock in bttv_poll() from
drivers/media/video/bt8xx/bttv-driver.c. It unlocks on line 3190 and
again on 3201.
3190 mutex_unlock(&fh->cap.vb_lock);
3191 buf =
Mart Raudsepp wrote:
Add new USB ID (1b80:e400) for KWorld PlusTV Dual DVB-T Stick (DVB-T 399U).
The model number on the devices sticker label is "KW-DVB-T 399UR".
Signed-off-by: Mart Raudsepp
Acked-by: Antti Palosaari
thanks!
--
http://palosaari.fi/
--
To unsubscribe from this list: send t
Simon Kenyon wrote:
i see that mcentral.de/hg has disappeared
i have a copy of em28xx-new from 22nd may if anyone needs it
--
simon
--
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
Signed-off-by: Pham Thanh Nam
Add new USB ID for Humax/Coex DVB-T USB Stick 2.0 High Speed
diff -ur a/linux/drivers/media/dvb/dvb-usb/dibusb-mc.c
b/linux/drivers/media/dvb/dvb-usb/dibusb-mc.c
--- a/linux/drivers/media/dvb/dvb-usb/dibusb-mc.c 2009-07-12
20:52:32.0 +0700
+++ b/linux/d
Hi Acelan Kao,
I got news from a person who has the sensor mi1320_soc and had a
vertical flip problem. She found that the sensor register 0x20 sets the
image flips: bit 0 = vertical, bit 1 = horizontal.
Comparing the sequences of the mi1310_soc, the bit 0 is inverted in the
sxga (0x0303 instead o
43 matches
Mail list logo