Re: [linux-dvb] EC168

2009-02-13 Thread Antti Palosaari
Antti Palosaari wrote: I have done some work but not very much. Basically it now loads firmware and and have some basic demod and tuner stuff. I have now one one problem that I have no idea why. After firmware download device reconnects (upon request as seen from sniff) with vendor and product

Re: [linux-dvb] EC168

2009-02-13 Thread Antti Palosaari
Tanguy, are you still hacking with device? Or is there anyone else who is? I have done some work but not very much. Basically it now loads firmware and and have some basic demod and tuner stuff. I have now one one problem that I have no idea why. After firmware download device reconnects (upon

VIDIOC_G_REGISTER question

2009-02-13 Thread Andy Walls
I'm treating the CX23418 A/V Core as a non-I2C host chip. Am I allowed to modify the register value passed in to a VIDIOC_G_REGISTER ioctl() like below? The spec doesn't say if this feedback is expected or not. static inline int cx18_av_dbg_match(const struct v4l2_dbg_match *match) { r

Re: [PULL] bttv driver improvements

2009-02-13 Thread Trent Piepho
On Fri, 13 Feb 2009, user.vdr wrote: > On Fri, Feb 13, 2009 at 2:15 PM, Mauro Carvalho Chehab > > Very nice work! You've reduced the driver data/bss size a lot: > > > > Before: > > textdata bss dec hex filename > > 88854 64312 123668 276834 43962 bttv.ko > > > > After: > >

Re: RFC: Finalizing the V4L2 RDS interface

2009-02-13 Thread Trent Piepho
On Fri, 13 Feb 2009, Hans Verkuil wrote: > On Friday 13 February 2009 22:15:45 Mauro Carvalho Chehab wrote: > > On Fri, 13 Feb 2009 09:55:19 +0100 > > > The V4L API defines its RDS API as follows. > > > > > > From radio devices supporting it, RDS data can be read with the read() > > > function. The

Re: [PULL] bttv driver improvements

2009-02-13 Thread user.vdr
On Fri, Feb 13, 2009 at 2:15 PM, Mauro Carvalho Chehab wrote: >> I haven't been able to test this code. It seems my bt848 card doesn't work >> with my SATA controller and I sort of need the latter to access the >> harddrive. But I think everything should work. It cuts the the bttv >> driver to

Re: RFC: Finalizing the V4L2 RDS interface

2009-02-13 Thread Mauro Carvalho Chehab
On Fri, 13 Feb 2009 22:59:07 +0100 Hans Verkuil wrote: > > > Or perhaps we should add a field that reports the maximum number of > > > buffered packets? E.g. __u16 rds_buf_size. This might be more generic > > > and you can even allow this to be set with VIDIOC_S_TUNER (although > > > drivers can

Re: [PULL] bttv driver improvements

2009-02-13 Thread Mauro Carvalho Chehab
On Thu, 29 Jan 2009 17:19:24 -0800 (PST) Trent Piepho wrote: > Mauro, > > I haven't been able to test this code. It seems my bt848 card doesn't work > with my SATA controller and I sort of need the latter to access the > harddrive. But I think everything should work. It cuts the the bttv > dr

Re: RFC: Finalizing the V4L2 RDS interface

2009-02-13 Thread Hans Verkuil
On Friday 13 February 2009 22:15:45 Mauro Carvalho Chehab wrote: > On Fri, 13 Feb 2009 09:55:19 +0100 > > Hans Verkuil wrote: > > RFC: Completing the V4L2 RDS API > > > > > > Introduction > > > > > > There are several drivers that implement RDS support

RE: HVR-1500 tuner seems to be recognized, but wont tu rn on.‏

2009-02-13 Thread Thomas Nicolai
I will try to post the dmesg this evening some time. Maybe over the weekend. Thanks, Nick > Date: Fri, 13 Feb 2009 16:09:22 -0500 > Subject: Re: HVR-1500 tuner seems to be recognized, but wont turn on.‏ > From: devin.heitmuel...@gmail.com > To: nicko...@hotmail.com > CC: linux-media@vger.ker

Re: RFC: Finalizing the V4L2 RDS interface

2009-02-13 Thread Mauro Carvalho Chehab
On Fri, 13 Feb 2009 09:55:19 +0100 Hans Verkuil wrote: > RFC: Completing the V4L2 RDS API > > > Introduction > > > There are several drivers that implement RDS support: bttv (through > saa6588), radio-si470x and radio-cadet. radio-tea5764 wants to

Re: HVR-1500 tuner seems to be recognized, but wont turn on.‏

2009-02-13 Thread Devin Heitmueller
2009/2/13 Thomas Nicolai : > > Third time is the charm, had tried posting before, but was in HTML. Hope it > doesn't double post for anyone. > > > I am hoping this problem has already been solved, but I couldn't find > anything mentioned in the archives going back a while. > > I am running Kubu

HVR-1500 tuner seems to be recognized, but wont turn o n.‏

2009-02-13 Thread Thomas Nicolai
Third time is the charm, had tried posting before, but was in HTML. Hope it doesn't double post for anyone. I am hoping this problem has already been solved, but I couldn't find anything mentioned in the archives going back a while. I am running Kubuntu 8.10 with 2.6.27-11-generic on a Tosh

[OMAPZOOM][PATCH v2 3/3] LV8093: Add support to zoom2 board file.

2009-02-13 Thread Dominic Curran
From: Dominic Curran Subject: [OMAPZOOM][PATCH v2 3/3] LV8093: Add support to zoom2 board file. Add support for the LV8093 to the OMAP3430 Zoom2 board file. The LV8093 is the lens driver for the Sony IMX046 camera. Signed-off-by: Kraig Proehl Signed-off-by: Dominic Curran --- arch/arm/configs

[OMAPZOOM][PATCH v2 2/3] LV8093: Add to Kconfig.

2009-02-13 Thread Dominic Curran
From: Dominic Curran Subject: [OMAPZOOM][PATCH v2 2/3] LV8093: Add to Kconfig. Add LV8093 support to Kconfig and Makefile. Signed-off-by: Kraig Proehl Signed-off-by: Dominic Curran --- drivers/media/video/Kconfig |6 ++ drivers/media/video/Makefile |1 + 2 files changed, 7 insert

[OMAPZOOM][PATCH v2 1/3] LV8093: Add driver for LV8093 lens actuator.

2009-02-13 Thread Dominic Curran
From: Dominic Curran Subject: [OMAPZOOM][PATCH v2 1/3] LV8093: Add driver for LV8093 lens actuator. Support for the Sanyo LV8093CS piezo-actuator lens driver. The lens position cannot be read back from this device, and it only takes relative positions. Thus it: - Supports the VIDIOC_G_CTRL ioct

[OMAPZOOM][PATCH v2 0/3] LV8093: Lens driver.

2009-02-13 Thread Dominic Curran
From: Dominic Curran Subject: [OMAPZOOM][PATCH v2 0/3] LV8093: Lens driver. Support for the Sanyo LV8093CS piezo-actuator lens driver. Driver was first submitted couple of weeks ago to omap-linux & linux-media. Took a few comments and this is 2nd submittion. thanks dom -- To unsubscribe from t

Re: v4l2_driver.c status

2009-02-13 Thread Mauro Carvalho Chehab
On Fri, 13 Feb 2009 13:47:10 +0100 Hans Verkuil wrote: > Hi Mauro, > > What is the status of the v4l2_driver.c in v4l2util? (formerly known as > libv4l2, see my pull request). > > While the original v4l2util just contained frequency tables (not much can go > wrong there), adding the v4l2_driv

Re: KWorld ATSC 115 all static

2009-02-13 Thread Mauro Carvalho Chehab
On Fri, 13 Feb 2009 14:28:11 -0600 David Engel wrote: > On Fri, Feb 13, 2009 at 09:28:45AM -0200, Mauro Carvalho Chehab wrote: > > On Fri, 13 Feb 2009 09:04:46 -0200 > > Mauro Carvalho Chehab wrote: > > > > > It seems that some parts of saa7134 (or frontend) is overriding the i2c > > > address,

Re: KWorld ATSC 115 all static

2009-02-13 Thread David Engel
On Fri, Feb 13, 2009 at 09:28:45AM -0200, Mauro Carvalho Chehab wrote: > On Fri, 13 Feb 2009 09:04:46 -0200 > Mauro Carvalho Chehab wrote: > > > It seems that some parts of saa7134 (or frontend) is overriding the i2c > > address,to write at the demod, causing a mess. Another alternative would be

Re: [linux-dvb] Mantis Update was Re: Twinhan DTV Ter-CI (3030 Mantis) ???

2009-02-13 Thread Bob Deblier
On Thu, 2009-02-12 at 23:22 +0400, Manu Abraham wrote: > Ruediger Dohmhardt wrote: > > Manu Abraham schrieb: > >> Have added initial support for this card, as well as a large > >> overhaul of the driver for a couple of performance impacts. > >> > >> Please do test with the latest updates from http:

[cron job] WARNINGS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build

2009-02-13 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:Fri Feb 13 19:00:05 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10541:9a8fa2bd8bd7 gcc version: gcc

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-02-13 Thread Hans Verkuil
On Friday 13 February 2009 14:45:43 Hans Verkuil wrote: > On Friday 13 February 2009 14:38:12 Mauro Carvalho Chehab wrote: > > On Fri, 13 Feb 2009 11:49:47 +0100 > > > > Hans Verkuil wrote: > > > Hi Mauro, > > > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the > > > follo

Re: i.MX31 Camera Sensor Interface support

2009-02-13 Thread Valentin Longchamp
Hi Guennadi, Guennadi Liakhovetski wrote: > I uploaded my current patch-stack for the i.MX31 Camera Sensor Interface > to http://gross-embedded.homelinux.org/~lyakh/i.MX31-20090124/ (to be > submitted later, hopefully for 2.6.30). As stated in -base-unknown, > these patches shall be used on

[PULL] http://linuxtv.org/hg/~dougsland/em28xx/

2009-02-13 Thread Douglas Schilling Landgraf
Hi Mauro, Please pull from http://linuxtv.org/hg/~dougsland/em28xx/ for the following: - em28xx-cards: Add Pinnacle Dazzle Video Creator Plus DVC107 description - em28xx: CodingStyle fixes Thanks, Douglas -- To unsubscribe from this list: send the line "unsubscribe linux-media" in t

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-lib

2009-02-13 Thread Hans de Goede
Hans Verkuil wrote: Hi Mauro, Hans, Pending an Ack from Hans de Goede, can you please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-lib for the following: - libv4l2util: rename from libv4l2 to prevent clash with the libv4l2 conversion library - v4l2-apps: move libraries around to ma

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds

2009-02-13 Thread Hans Verkuil
On Friday 13 February 2009 14:34:31 Mauro Carvalho Chehab wrote: > On Fri, 13 Feb 2009 09:18:56 +0100 > > Hans Verkuil wrote: > > Hi Mauro, > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds for > > the following: > > > > - saa6588: convert to v4l2-i2c-drv-legacy.h > > - saa6

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-02-13 Thread Hans Verkuil
On Friday 13 February 2009 14:38:12 Mauro Carvalho Chehab wrote: > On Fri, 13 Feb 2009 11:49:47 +0100 > > Hans Verkuil wrote: > > Hi Mauro, > > > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the > > following: > > > > - v4l2-subdev: add querystd and g_input_status > > > > It'

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-02-13 Thread Mauro Carvalho Chehab
On Fri, 13 Feb 2009 11:49:47 +0100 Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the > following: > > - v4l2-subdev: add querystd and g_input_status > > It's a small change, but it is needed to pave the way for converting the > v4l1 zora

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds

2009-02-13 Thread Mauro Carvalho Chehab
On Fri, 13 Feb 2009 09:18:56 +0100 Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds for the > following: > > - saa6588: convert to v4l2-i2c-drv-legacy.h > - saa6588: convert to v4l2_subdev. > - saa6588: add g_chip_ident support. > - saa6588:

libv4l2 library problem

2009-02-13 Thread Hans Verkuil
Hi Hans, I've developed a converter for the HM12 format (produced by Conexant MPEG encoders as used in the ivtv and cx18 drivers). But libv4l2 has a problem in its implementation of v4l2_read: it assumes that the driver can always do streaming. However, that is not the case for some drivers, i

v4l2_driver.c status

2009-02-13 Thread Hans Verkuil
Hi Mauro, What is the status of the v4l2_driver.c in v4l2util? (formerly known as libv4l2, see my pull request). While the original v4l2util just contained frequency tables (not much can go wrong there), adding the v4l2_driver.c code in that library makes me uncomfortable because: 1) it is und

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-lib

2009-02-13 Thread Hans Verkuil
Hi Mauro, Hans, Pending an Ack from Hans de Goede, can you please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-lib for the following: - libv4l2util: rename from libv4l2 to prevent clash with the libv4l2 conversion library - v4l2-apps: move libraries around to make the directory tree fl

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds

2009-02-13 Thread Andy Walls
On Fri, 2009-02-13 at 09:18 +0100, Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds for the > following: > > - saa6588: convert to v4l2-i2c-drv-legacy.h > - saa6588: convert to v4l2_subdev. > - saa6588: add g_chip_ident support. > - saa6588: re

DSMCC : How to add descriptors for PMT Generation into "psi-config.py" file ?

2009-02-13 Thread Mathieu Seguy
Hello, I would know how can I include a new descriptor into the PMT declaration, in order to respect the French configuration. That's is a piece (which is concerned by the modification) of the PMT : data_broadcast_id_descriptor( data_broadcast_ID = 10, # System Software Update ID_s

Re: KWorld ATSC 115 all static

2009-02-13 Thread Mauro Carvalho Chehab
On Fri, 13 Feb 2009 09:04:46 -0200 Mauro Carvalho Chehab wrote: > It seems that some parts of saa7134 (or frontend) is overriding the i2c > address,to write at the demod, causing a mess. Another alternative would be > some bug at v4l subdev interface. > > I'll seek at saa7134 code to see who is

Re: KWorld ATSC 115 all static

2009-02-13 Thread Mauro Carvalho Chehab
On Thu, 12 Feb 2009 21:07:50 -0600 David Engel wrote: > On Wed, Feb 11, 2009 at 05:21:49PM -0600, David Engel wrote: > > On Wed, Feb 11, 2009 at 05:43:29AM -0200, Mauro Carvalho Chehab wrote: > > > On Tue, 10 Feb 2009 21:50:16 -0600 > > > David Engel wrote: > > > > MythTV eventually worked too,

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-02-13 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - v4l2-subdev: add querystd and g_input_status It's a small change, but it is needed to pave the way for converting the v4l1 zoran and vino i2c modules to v4l2. Thanks, Hans diffstat: drivers/

Re: cx8802.ko module not being built with current HG tree

2009-02-13 Thread Trent Piepho
On Wed, 11 Feb 2009, Mauro Carvalho Chehab wrote: > On Tue, 10 Feb 2009 17:20:52 -0800 (PST) > Trent Piepho wrote: > > I still think using select is better. What Roman Zippel was talking about > > was the mess with select and the tuner drivers. I agree that's a mess and > > there are better ways

Sony PlayTV (PS3)

2009-02-13 Thread Vigasoco SDL
Quick and dirty patch por Sony PlayTV (Playstation 3 DVB-T) playtv.patch Description: Binary data

Re: soc-camera : sh_mobile_ceu_camera race on free_buffer ?

2009-02-13 Thread Magnus Damm
Hi Matthieu, [CC Morimoto-san] [Changed list to linux-media] On Tue, Jan 20, 2009 at 6:27 PM, Matthieu CASTET wrote: > Magnus Damm a écrit : >> On Mon, Jan 19, 2009 at 11:02 PM, Matthieu CASTET >>> But we didn't do stop_capture, so as far I understand the controller is >>> still writing data in

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-02-13 Thread DongSoo(Nathaniel) Kim
Hi! Sakari. On Fri, Feb 13, 2009 at 7:02 PM, Sakari Ailus wrote: > DongSoo Kim wrote: >> >> Thank you for your comment. >> >> BTW, what should I do if I would rather use external ISP device than >> OMAP3 internal ISP feature? >> >> You said that you just have raw sensors by now, so you mean this

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-02-13 Thread DongSoo(Nathaniel) Kim
Hi Arun. I appreciate your helpful words! For the meantime, I need a concrete driver for my camera module first and I'm still working on it. I wish I could post my work as a patch ASAP :) Wish me luck! Cheers, Nate On Fri, Feb 13, 2009 at 6:31 PM, Arun KS wrote: > On Thu, Feb 12, 2009 at 1:22

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-02-13 Thread Sakari Ailus
DongSoo Kim wrote: Thank you for your comment. BTW, what should I do if I would rather use external ISP device than OMAP3 internal ISP feature? You said that you just have raw sensors by now, so you mean this patch is not verified working with some ISP modules? I haven't verified it myself. O

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-02-13 Thread Arun KS
On Thu, Feb 12, 2009 at 1:22 PM, DongSoo Kim wrote: > Thank you for your comment. > > BTW, what should I do if I would rather use external ISP device than > OMAP3 internal ISP feature? > > You said that you just have raw sensors by now, so you mean this patch > is not verified working with some IS

RFC: Finalizing the V4L2 RDS interface

2009-02-13 Thread Hans Verkuil
RFC: Completing the V4L2 RDS API Introduction There are several drivers that implement RDS support: bttv (through saa6588), radio-si470x and radio-cadet. radio-tea5764 wants to support this in the future as well. The saa6588 is used in different ca

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds

2009-02-13 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rds for the following: - saa6588: convert to v4l2-i2c-drv-legacy.h - saa6588: convert to v4l2_subdev. - saa6588: add g_chip_ident support. - saa6588: remove legacy_class, not needed for saa6588 - cx2341x: fixed bug causing se