Re: [RESEND] Re: DViCO FusionHDTV DVB-T Dual Digital 4 (rev 1) tuning regression

2010-02-18 Thread Robert Lowery
> Robert Lowery wrote: >> Mauro's new code does the 50 offset unconditionally for DTV7 by >> setting offset = 225, not just when the ZARLINK456 or DIBCOM52 >> tables >> were explicitly selected. This change is what appears to cause issues >> for >> me. > > I've reviewed all information and

Re: [PATCH] Updated videobuf documentation

2010-02-18 Thread Mauro Carvalho Chehab
Randy Dunlap wrote: > On 02/18/10 09:12, Jonathan Corbet wrote: >> Here (finally) is a new version of the videobuf documentation patch. As >> requested by Mauro, I have cleaned up the (now) redundant information in >> v4l2-framework.txt. A couple of errors from the first version have >> also been

[GIT PULL for 2.6.33-rc8] Some bug and regression fixes for V4L/DVB

2010-02-18 Thread Mauro Carvalho Chehab
The following changes since commit f8b55f251012e104093e105483c45c5d85ad3040: Christine Caulfield (1): Orphan DECnet are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git v4l_for_linus Ben Hutchings (1): V4L/DVB: cxusb: S

Re: [RESEND] Re: DViCO FusionHDTV DVB-T Dual Digital 4 (rev 1) tuning regression

2010-02-18 Thread Mauro Carvalho Chehab
Robert Lowery wrote: > Mauro's new code does the 50 offset unconditionally for DTV7 by > setting offset = 225, not just when the ZARLINK456 or DIBCOM52 tables > were explicitly selected. This change is what appears to cause issues for > me. I've reviewed all information and troubles we ha

Re: [PATCH 0/5] go7007 staging changes

2010-02-18 Thread Mauro Carvalho Chehab
Pete Eberlein wrote: > Hello. > > This series moves most of the subdevice drivers used by the go7007 > driver out of the staging directory. The sony-tuner, ov7640, tw2804 and > tw9903 are converted to use the v4l2_subdev API, and the wis- versions > are made obsolete. The wis-saa7113 and wis-saa

eb1a:2861 (K-VOX Mini USB MovieEditor) em28xx card=10

2010-02-18 Thread Gabor Heja
Hi all, I have an USB video capture dongle, labelled "K-VOX Mini USB MovieEditor", which was not detected correctly by em28xx module. In the syslog I saw I should send a report if I got this device work. I have tried a few card=xx parameters, and finally this worked: # modprobe em28xx card=10 #

Re: Documentation questions

2010-02-18 Thread Andy Walls
On Thu, 2010-02-18 at 21:12 +, Hugo Mills wrote: > Hi, > > (Please cc: me, I'm not subscribed yet) > >After struggling to work out how stuff worked from the existing DVB > API docs(+), I'm currently attempting to improve the API > documentation, to cover the v5 API, and I've got a few que

Re: Proposal for a V4L2 Media Controller mini-summit

2010-02-18 Thread Hans Verkuil
On Thursday 18 February 2010 19:58:07 Guennadi Liakhovetski wrote: > On Thu, 18 Feb 2010, Sakari Ailus wrote: > > > Hans Verkuil wrote: > > > New proposal: May 5-7 in Lysaker, Norway. > > > > > > Does that work? > > > > Fits very well to my schedule. > > May I also attend? Certainly! It's an o

Re: [PATCH] Updated videobuf documentation

2010-02-18 Thread Randy Dunlap
On 02/18/10 09:12, Jonathan Corbet wrote: > Here (finally) is a new version of the videobuf documentation patch. As > requested by Mauro, I have cleaned up the (now) redundant information in > v4l2-framework.txt. A couple of errors from the first version have > also been remedied. > > jon >

Re: [PATCH 0/4] DocBook additions for V4L new formats

2010-02-18 Thread Randy Dunlap
On 02/17/10 18:31, Randy Dunlap wrote: > On 02/17/10 09:06, Mauro Carvalho Chehab wrote: >> Adds DocBook items for Bayer and two proprietary formats used on gspca. >> >> In the past, a few targets were generated at the Mercurial development >> tree. However, at the beginning of this year, we moved

Documentation questions

2010-02-18 Thread Hugo Mills
Hi, (Please cc: me, I'm not subscribed yet) After struggling to work out how stuff worked from the existing DVB API docs(+), I'm currently attempting to improve the API documentation, to cover the v5 API, and I've got a few questions: * Is anyone else working on docs right now? (i.e. am I

[PATCH 07/11] tm6000: add i2c send recv functions

2010-02-18 Thread stefan . ringel
From: Stefan Ringel Signed-off-by: Stefan Ringel diff --git a/drivers/staging/tm6000/tm6000-i2c.c b/drivers/staging/tm6000/tm6000-i2c.c index 6b17d0b..9d02674 100644 --- a/drivers/staging/tm6000/tm6000-i2c.c +++ b/drivers/staging/tm6000/tm6000-i2c.c @@ -42,6 +42,32 @@ MODULE_PARM_DESC(i2c_debu

[patch] em28xx : Terratec Cinergy Hybrid T USB XS FR is working.

2010-02-18 Thread Catimimi
Hi, I succed in running Cinergy Hybrid T USB XS FR in both modes. I enclose the patch against v4l-dvb-14021dfc00f3 Regards. Michel. diff -ru v4l-dvb-14021dfc00f3-orig/linux/drivers/media/video/em28xx/em28xx-cards.c v4l-dvb-14021dfc00f3-mod/linux/drivers/media/video/em28xx/em28xx-cards.c --- v4l-

Re: [PATCH 07/11] tm6000: add i2c send recv functions

2010-02-18 Thread Mauro Carvalho Chehab
stefan.rin...@arcor.de wrote: > From: Stefan Ringel > > Signed-off-by: Stefan Ringel Why do you need to split it into two functions? It should be noticed that the naming tm6000_i2c_recv_word is wrong, since the size can be bigger than 2. Also, this patch broke compilation on -git: CC [M]

RE: [PATCH] video_device: don't free_irq() an element past array vpif_obj.dev[] and fix test

2010-02-18 Thread Karicheri, Muralidharan
>>>-      if (!std_info) >>>+      if (!std_info->stdid) >>>               return -1; >>> >> This is a NACK. We shouldn't check for stdid since the function is >supposed >> to update std_info. So just remove >> >> if (!std_info) >>        return -1; > >I don't see how std_info could get updated.

[GIT FIXES FOR 2.6.34] uvcvideo updates

2010-02-18 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 8e17df0d68f260e9e722b5f3adfa18f553542f93: Randy Dunlap (1): V4L/DVB: dvb: fix sparse warnings are available in the git repository at: git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo Laurent Pinchart (7): uvcvideo: Increase the str

Re: [PATCH 09/11] zl10353: tm6000: bugfix reading problems with tm6000 i2c host

2010-02-18 Thread Mauro Carvalho Chehab
stefan.rin...@arcor.de wrote: > From: Stefan Ringel > > Signed-off-by: Stefan Ringel > > diff --git a/drivers/media/dvb/frontends/zl10353.c > b/drivers/media/dvb/frontends/zl10353.c > index 8c61271..9716d7e 100644 > --- a/drivers/media/dvb/frontends/zl10353.c > +++ b/drivers/media/dvb/frontend

Re: [PATCH] video_device: don't free_irq() an element past array vpif_obj.dev[] and fix test

2010-02-18 Thread roel kluin
>>-      if (!std_info) >>+      if (!std_info->stdid) >>               return -1; >> > This is a NACK. We shouldn't check for stdid since the function is supposed > to update std_info. So just remove > > if (!std_info) >        return -1; I don't see how std_info could get updated. consider the l

Re: [PATCH] radio-si470x-common: -EINVAL overwritten in si470x_vidioc_s_tuner()

2010-02-18 Thread Tobias Lorenz
Hello Mauro, > > no, the default value of retval makes no difference to the function. > > > > Retval is set by si470x_disconnect_check and si470x_set_register. > > After each call, retval is checked. > > There is no need to reset it passed. > You may just do then: > > int retval = si470x_

Re: [PATCH] drivers/media/radio/si470x/radio-si470x-usb.c fix use after free

2010-02-18 Thread Tobias Lorenz
Hello Darren, thanks for the patch. It was already pulled into the main repository. Acked-by: Tobias Lorenz Bye, Toby Am Donnerstag 11 Februar 2010 12:07:53 schrieb Darren Jenkins: > In si470x_usb_driver_disconnect() radio->disconnect_lock is accessed > after it is freed. This fixes the proble

Re: Proposal for a V4L2 Media Controller mini-summit

2010-02-18 Thread Guennadi Liakhovetski
On Thu, 18 Feb 2010, Sakari Ailus wrote: > Hans Verkuil wrote: > > New proposal: May 5-7 in Lysaker, Norway. > > > > Does that work? > > Fits very well to my schedule. May I also attend? Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-t

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

2010-02-18 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 3 changesets: 01/03: gspca - sonixj: Add vertical flip control for sensor hv7131r. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=cdce9bf1b2e0 02/03: gspca - sonixj: Set the vertical flip at captu

[PATCH] Updated videobuf documentation

2010-02-18 Thread Jonathan Corbet
Here (finally) is a new version of the videobuf documentation patch. As requested by Mauro, I have cleaned up the (now) redundant information in v4l2-framework.txt. A couple of errors from the first version have also been remedied. jon V4L2: Add a document describing the videobuf layer Vid

gst-launch and locking of dvb adapter

2010-02-18 Thread Mike
Hi does anyone know if it is possible to use gst-launch to record two dvb streams simultaneously with dvbsrc I am trying a pipeline such as gst-launch dvbsrc pids=6881:6882 ! filesink location=ds9a.ps but I keep getting problems with freeing pipeline I know dvbstreamer can do it so it should b

Re: linux-next: Tree for February 18 (media/video/gspca)

2010-02-18 Thread Randy Dunlap
On 02/18/10 01:49, Stephen Rothwell wrote: > Hi all, > > Changes since 20100217: when CONFIG_INPUT is not enabled: drivers/media/video/gspca/gspca.c:2345: error: 'struct gspca_dev' has no member named 'input_dev' drivers/media/video/gspca/gspca.c:2347: error: 'struct gspca_dev' has no member

RE: [PATCH] video_device: don't free_irq() an element past array vpif_obj.dev[] and fix test

2010-02-18 Thread Karicheri, Muralidharan
Roel, Thanks for the patch. >In vpif_get_std_info(): std_info doesn't need the NULL test, it was already >dereferenced anyway. If std_info->stdid is 0 we could early return -1. > >In vpif_probe(): local variable q was only assigned. If we error out with >either last two goto's then j equals VPIF

Re: tm6000: patch serie

2010-02-18 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mauro, > > have you seen my patch serie from monday? Yes, I've seen. I'll be handling it likely today. PS.: Next time, just take a look at patchwork.kernel.org. If the patches are there marked as New, they are on my que

Re: alevt-dvb 1.7.0: new version, should be free from bugs now

2010-02-18 Thread Chicken Shack
Am Donnerstag, den 18.02.2010, 07:34 -0800 schrieb Greg KH: > On Thu, Feb 18, 2010 at 04:15:47PM +0100, Chicken Shack wrote: > > Am Donnerstag, den 18.02.2010, 06:40 -0800 schrieb Greg KH: > > > On Thu, Feb 18, 2010 at 09:57:56AM +0100, Chicken Shack wrote: > > > > For Greg Kroah-Hartman: > > > >

Re: alevt-dvb 1.7.0: new version, should be free from bugs now

2010-02-18 Thread Greg KH
On Thu, Feb 18, 2010 at 04:15:47PM +0100, Chicken Shack wrote: > Am Donnerstag, den 18.02.2010, 06:40 -0800 schrieb Greg KH: > > On Thu, Feb 18, 2010 at 09:57:56AM +0100, Chicken Shack wrote: > > > For Greg Kroah-Hartman: > > > > > > This one should go into kernel 2.6.32, just to close a gap of ke

Re: alevt-dvb 1.7.0: new version, should be free from bugs now

2010-02-18 Thread Chicken Shack
Am Donnerstag, den 18.02.2010, 06:40 -0800 schrieb Greg KH: > On Thu, Feb 18, 2010 at 09:57:56AM +0100, Chicken Shack wrote: > > For Greg Kroah-Hartman: > > > > This one should go into kernel 2.6.32, just to close a gap of kernel > > regressions: > > > > http://linuxtv.org/hg/v4l-dvb/rev/2dfe2234

Re: alevt-dvb 1.7.0: new version, should be free from bugs now

2010-02-18 Thread Greg KH
On Thu, Feb 18, 2010 at 09:57:56AM +0100, Chicken Shack wrote: > For Greg Kroah-Hartman: > > This one should go into kernel 2.6.32, just to close a gap of kernel > regressions: > > http://linuxtv.org/hg/v4l-dvb/rev/2dfe2234e7ea I have no idea what you are asking me to do here. If you need a pat

Re: where I can get UVC svn repository

2010-02-18 Thread loody
hi: 2010/2/8 Paulo Assis : > Hi, > linuxtv uses mercurial (or git) not svn, please check the how-to: > > http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers > > regards, > Paulo > > 2010/2/8 loody : >> Dear all: >> I hear UVC is change its repository to li

Re: [linux-dvb] Question about telnet interface of dvbstream

2010-02-18 Thread Nico Sabbi
Il giovedì 18 febbraio 2010 13:59:30 Mike Martin ha scritto: > Hi > > I develop an application using dvbstream and am looking into the > telnet interface. > > My question is whether the telnet interface can attach to a running > instance of dvbstream (on the same multiplex obviously) > > Or does it

aver

2010-02-18 Thread Евгений Бацман
Hi! I learned that you can help with the driver for AverTV Studio 509 UA. >From what I know about him: TV part works with the option card = 102 (AverTV Studio 507) tuner = 38 (PHILIPS_FM1216ME_MK3) but FM radio is made on tea5764hn and these options will not work (the driver has been written belave

Re: Proposal for a V4L2 Media Controller mini-summit

2010-02-18 Thread Sakari Ailus
Hans Verkuil wrote: > New proposal: May 5-7 in Lysaker, Norway. > > Does that work? Fits very well to my schedule. -- Sakari Ailus sakari.ai...@maxwell.research.nokia.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.

tm6000: patch serie

2010-02-18 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mauro, have you seen my patch serie from monday? Stefan Ringel -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.12 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJLfT6gAAoJEDX/lZlmjdJl+KQH/iVFTWfj730HfR7pk

[PATCH] Add support for Samsung SMT7020S to cx88 driver

2010-02-18 Thread D. Herrendoerfer
This patch adds support for the built-in dvb device of a Samsung SMT7020s (x86 based STB) to the cx88 family. (see http://www.linuxtv.org/pipermail/linux-dvb/2007-January/015208.html) Signed-off-by: Dirk Herrendoerfer diff -r 095b1aec2354 linux/drivers/media/video/cx88/cx88-cards.c --- a/linux/

Re: Proposal for a V4L2 Media Controller mini-summit

2010-02-18 Thread Hans Verkuil
> Laurent Pinchart wrote: >> Hi Hans, >> >> On Wednesday 17 February 2010 19:33:33 Hans Verkuil wrote: >>> On Friday 12 February 2010 15:50:08 Hans Verkuil wrote: There is another alternative and that is that I organize a mini-summit in May in Lysaker (near Oslo, Norway) at the

Re: Proposal for a V4L2 Media Controller mini-summit

2010-02-18 Thread Sakari Ailus
Laurent Pinchart wrote: > Hi Hans, > > On Wednesday 17 February 2010 19:33:33 Hans Verkuil wrote: >> On Friday 12 February 2010 15:50:08 Hans Verkuil wrote: >>> >>> There is another alternative and that is that I organize a mini-summit in >>> May in Lysaker (near Oslo, Norway) at the Tandberg offi

Re: alevt-dvb 1.7.0: new version, should be free from bugs now

2010-02-18 Thread Emil Meier
--- On Thu, 2/18/10, Chicken Shack wrote: > From: Chicken Shack > Subject: Re: alevt-dvb 1.7.0: new version, should be free from bugs now > To: "Emil Meier" > Cc: "Linux media" , g...@kroah.com, > francescola...@interfree.it > Date: Thursday, February 18, 2010, 3:57 AM > Am Mittwoch, den 17.

Re: How to add DVB-S2 support to firedtv?

2010-02-18 Thread Henrik Kurelid
Hi, Regarding the documentation and code: >From a quick glance, the LNB/QPSK2 code follows the documentation fairly good. I guess it could do with a deeper check (I could see that at least the FEC switch case does seems to have some invalid values) but I would prefer that this is done by someone

Re: Proposal for a V4L2 Media Controller mini-summit

2010-02-18 Thread Laurent Pinchart
Hi Hans, On Wednesday 17 February 2010 19:33:33 Hans Verkuil wrote: > On Friday 12 February 2010 15:50:08 Hans Verkuil wrote: > > > > There is another alternative and that is that I organize a mini-summit in > > May in Lysaker (near Oslo, Norway) at the Tandberg offices. But frankly > > I think t

RE: Fourcc for multiplanar formats

2010-02-18 Thread Pawel Osciak
Hi. >Any progress on the RFC for allowing user applications to specify separate >user ptr >for each plane of a multi-planar format? I have finished ver. 1 of V4L2 API, videobuf adaptations and tested everything on a slightly modified vivi. Patches are ready, I'm in the middle of writing the RF