Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune

2009-07-25 Thread Shaun Murdoch
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

Re: Problem with My Tuner card

2009-07-25 Thread hermann pitton
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

[cron job] v4l-dvb daily build 2.6.22 and up: WARNINGS, 2.6.16-2.6.21: ERRORS

2009-07-25 Thread Hans Verkuil
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

Re: Changes to the string control handling

2009-07-25 Thread Eduardo Valentin
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

Changes to the string control handling

2009-07-25 Thread Hans Verkuil
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

Re: Problem with My Tuner card

2009-07-25 Thread unni krishnan
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

Re: [PATCHv11 6/8] FM TX: si4713: Add files to handle si4713 i2c device

2009-07-25 Thread Hans Verkuil
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

Re: [PATCHv11 0/8] FM Transmitter (si4713) and another changes

2009-07-25 Thread Eduardo Valentin
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

[PATCHv11 8/8] FM TX: si4713: Add document file

2009-07-25 Thread Eduardo Valentin
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

Re: [PATCHv11 8/8] FM TX: si4713: Add document file

2009-07-25 Thread Eduardo Valentin
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 > > --- > >

Re: [PATCHv11 8/8] FM TX: si4713: Add document file

2009-07-25 Thread Hans Verkuil
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 > ++

[PATCHv11 7/8] FM TX: si4713: Add Kconfig and Makefile entries

2009-07-25 Thread Eduardo Valentin
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/

[PATCHv11 8/8] FM TX: si4713: Add document file

2009-07-25 Thread Eduardo Valentin
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

[PATCHv11 1/8] v4l2-subdev.h: Add g_modulator callbacks to subdev api

2009-07-25 Thread Eduardo Valentin
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/

[PATCHv11 5/8] FM TX: si4713: Add files to add radio interface for si4713

2009-07-25 Thread Eduardo Valentin
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

[PATCHv11 2/8] v4l2: video device: Add V4L2_CTRL_CLASS_FM_TX controls

2009-07-25 Thread Eduardo Valentin
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

[PATCHv11 3/8] v4l2: video device: Add FM TX controls default configurations

2009-07-25 Thread Eduardo Valentin
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

[PATCHv11 4/8] v4l2-spec: Add documentation description for FM TX extended control class

2009-07-25 Thread Eduardo Valentin
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 +++

[PATCHv11 0/8] FM Transmitter (si4713) and another changes

2009-07-25 Thread Eduardo Valentin
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).

Re: [PATCH 1/1] v4l2-ctl: Add G_MODULATOR before set/get frequency

2009-07-25 Thread Eduardo Valentin
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: > > > >

Re: [PATCHv10 6/8] FMTx: si4713: Add files to handle si4713 i2c device

2009-07-25 Thread Eduardo Valentin
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

Re: [PATCH 1/1] v4l2-ctl: Add G_MODULATOR before set/get frequency

2009-07-25 Thread Hans Verkuil
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

Re: [PATCHv10 6/8] FMTx: si4713: Add files to handle si4713 i2c device

2009-07-25 Thread Hans Verkuil
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 >

Re: [PATCH 1/1] v4l2-ctl: Add G_MODULATOR before set/get frequency

2009-07-25 Thread Eduardo Valentin
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

Re: [PATCH 1/1] v4l2-ctl: Add G_MODULATOR before set/get frequency

2009-07-25 Thread Hans Verkuil
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

Re: [PATCH 1/1] v4l2-ctl: Add G_MODULATOR before set/get frequency

2009-07-25 Thread Eduardo Valentin
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

Re: [PATCHv10 8/8] FMTx: si4713: Add document file

2009-07-25 Thread Hans Verkuil
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

Re: [PATCH 1/1] v4l2-ctl: Add G_MODULATOR before set/get frequency

2009-07-25 Thread Hans Verkuil
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

Re: [PATCHv10 8/8] FMTx: si4713: Add document file

2009-07-25 Thread Eduardo Valentin
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

Re: [PATCHv10 6/8] FMTx: si4713: Add files to handle si4713 i2c device

2009-07-25 Thread Eduardo Valentin
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

Re: [PATCHv10 6/8] FMTx: si4713: Add files to handle si4713 i2c device

2009-07-25 Thread Hans Verkuil
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

Re: [PATCHv10 6/8] FMTx: si4713: Add files to handle si4713 i2c device

2009-07-25 Thread Eduardo Valentin
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: > > > > +

Re: [PATCHv10 6/8] FMTx: si4713: Add files to handle si4713 i2c device

2009-07-25 Thread Hans Verkuil
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) { > > > +

RE: [PATCHv10 6/8] FMTx: si4713: Add files to handle si4713 i2c device

2009-07-25 Thread ext-Eero.Nurkkala
> 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, > >

Re: [PATCHv10 8/8] FMTx: si4713: Add document file

2009-07-25 Thread Eduardo Valentin
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

Re: [PATCHv10 8/8] FMTx: si4713: Add document file

2009-07-25 Thread Hans Verkuil
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 >

Re: [PATCHv10 3/8] v4l2: video device: Add FM_TX controls default configurations

2009-07-25 Thread Eduardo Valentin
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

Re: [PATCHv10 3/8] v4l2: video device: Add FM_TX controls default configurations

2009-07-25 Thread Hans Verkuil
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

double unlock in bttv_poll() and in saa7134-video.c

2009-07-25 Thread Dan Carpenter
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 =

Re: [PATCH] V4L/DVB: af9015: add new USB ID for KWorld PlusTV Dual DVB-T Stick (DVB-T 399U)

2009-07-25 Thread Antti Palosaari
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

Re: em28xx driver crashes device

2009-07-25 Thread Simon Kenyon
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

[PATCH] dibusb-mc: New USB ID for Humax/Coex DVB-T USB Stick 2.0 High Speed

2009-07-25 Thread Pham Thanh Nam
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

Re: Lenovo webcam problem which using gspca's vc032x driver

2009-07-25 Thread Jean-Francois Moine
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