Re: [PATCH - v1 3/6] V4L-vpfe-capture-Adding ISIF driver for DM365 - source

2009-12-14 Thread Hans Verkuil
On Thursday 10 December 2009 18:00:26 m-kariche...@ti.com wrote: > From: Muralidharan Karicheri > > This is the source file for ISIF driver for DM365. This has comments > incorporated from > initial version. > > ISIF driver is equivalent to CCDC driver on DM355 and DM644x. This driver is > tes

Re: PATCH- gspca: added chipset revision sensor

2009-12-14 Thread Jean-Francois Moine
On Tue, 15 Dec 2009 03:45:00 + Luis Maia wrote: > Added extra chipset revision (sensor) to fix camera zc0301 with ID: > 0ac8:301b . > Since i own one of this cameras fixed and tested it. > - > > diff -uNr linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c > linux-2.6.32.1-patch

Re: [PATCH - v1 2/6] V4L - vpfe capture - Adding DM365 ISIF driver - header files

2009-12-14 Thread Hans Verkuil
Hi Murali, Here is the first review. I'll try to review all the patches from this patch series this week. FYI, patch 1/6 is fine. On Thursday 10 December 2009 18:00:25 m-kariche...@ti.com wrote: > From: Muralidharan Karicheri > > This is the header file for ISIF driver on DM365. This has comme

Re: [PULL] soc-camera and mediabus

2009-12-14 Thread Hans Verkuil
On Monday 14 December 2009 21:41:20 Guennadi Liakhovetski wrote: > On Mon, 14 Dec 2009, Jonathan Cameron wrote: > > > Hi All, > > > > >> 3) it would be interesting to patch the other sensor drivers to be > > >> compatible > > >>with soc_camera (mt9v011/ov7670); > > > > > > Well, this could

PATCH- gspca: added chipset revision sensor

2009-12-14 Thread Luis Maia
Hello, Added extra chipset revision (sensor) to fix camera zc0301 with ID: 0ac8:301b . Since i own one of this cameras fixed and tested it. Best Regards, Luis Maia - diff -uNr linux-2.6.32.1/drivers/media/video/gspca/zc3xx.c linux-2.6.32.1-patch/drivers/media/video/gspca/zc3xx.

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-12-14 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following changeset: 01/01: Add Prof 7500 DVB-S2 USB card http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=a05b1d723aac dvb-usb/dw2102.c | 94 +

budget_ci: "BUG: unable to handle kernel paging request"

2009-12-14 Thread Oliver Wagner
Hi, a current build of http://mercurial.intuxication.org/hg/s2-liplianin (changeset 13860:1944670e9fbe) yields a kernel paging error when inserting budget_ci on a Ubuntu 9.10 system (2.6.31-16) with three S2-3200 and one Tevii 470 cards: Dec 14 23:35:54 tvserver kernel: [0.00] Initializin

Re: [PULL] soc-camera and mediabus

2009-12-14 Thread Guennadi Liakhovetski
On Mon, 14 Dec 2009, Jonathan Cameron wrote: > Hi All, > > >> 3) it would be interesting to patch the other sensor drivers to be > >> compatible > >>with soc_camera (mt9v011/ov7670); > > > > Well, this could be done, yes, but does it make sense to do this blindly > > without any hardware t

scan/scan-s2 doesn't tune, but dvbtune does?

2009-12-14 Thread Michael Akey
I can't get the scan/scan-s2 utilities to lock any transponders (DVB-S). My test satellite is AMC1 103W, the Pentagon Channel tp. This is probably some simple user error on my part, but I can't figure it out. I have a Corotor II with polarity changed via serial command to an external IRD. C/

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

2009-12-14 Thread Jean-Francois Moine
Hi Mauro, Forgive about the previous pull request and please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 3 changesets: 01/03: gspca - include: Fix compile errors with kernels < 2.6.25. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=696f668232b3 02/03: gsp

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

2009-12-14 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:Mon Dec 14 19:00:07 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13690:2dfce98fc6dc gcc version: gcc (

Re: [PATCH, RFC] Document the videobuf layer

2009-12-14 Thread Jonathan Corbet
On Mon, 14 Dec 2009 15:36:08 -0200 Mauro Carvalho Chehab wrote: > It is probably better to have it as a separate document like what you've > proposed, > so, could you please drop the duplicated information that is there and move > any > missing info that might not be on your new doc? Yes, I ca

Re: problems compiling webcam driver

2009-12-14 Thread leandro Costantino
Check that videodev.ko is the last one. Are you compiling vanilla gspca drivers from the kernel? or the mercuarial version? On Mon, Dec 14, 2009 at 2:17 PM, Nicolau Werneck wrote: > Hello. I have modified the t613 driver to support a new sensor (code > 0x0802), and I am now trying to prepare a pa

Re: problems compiling webcam driver

2009-12-14 Thread Paulo Assis
Hi, You have to unload the all the old modules before loading the new ones: http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers#First_Use:_Out_with_the_Old.2C_In_with_the_New otherwise you will get that type of errors. Regards, Paulo 2009/12/14 Nicolau W

Re: [PATCH, RFC] Document the videobuf layer

2009-12-14 Thread Mauro Carvalho Chehab
Hi Jon, You probably lost my feedback. I've added some time ago a videobuf description at Documentation/video4linux/v4l2-framework.txt. It is probably better to have it as a separate document like what you've proposed, so, could you please drop the duplicated information that is there and move

problems compiling webcam driver

2009-12-14 Thread Nicolau Werneck
Hello. I have modified the t613 driver to support a new sensor (code 0x0802), and I am now trying to prepare a patch to submit. The problem is that now that I started to work with the driver again, I started to get this error message... Does anybody know what is this about? I already tried to swit

[PATCH -next] radio/si470x: #include

2009-12-14 Thread Randy Dunlap
' drivers/media/radio/si470x/radio-si470x-common.c:452: error: implicit declaration of function 'schedule' Signed-off-by: Randy Dunlap --- drivers/media/radio/si470x/radio-si470x.h |1 + 1 file changed, 1 insertion(+) --- linux-next-20091214.orig/drivers/media/radio/si470x

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-14 Thread Devin Heitmueller
On Mon, Dec 14, 2009 at 11:19 AM, Mauro Carvalho Chehab wrote: > Em Mon, 14 Dec 2009 11:10:50 -0500 > Devin Heitmueller escreveu: > >> On Mon, Dec 14, 2009 at 11:09 AM, Mauro Carvalho Chehab >> wrote: >> >> I can't pull. Your site is not responding. >> > >> > Hmm... it seems a temporary failure.

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

2009-12-14 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following changeset: 01/01: gspca - include: Fix compile errors with kernels < 2.6.25. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=7f4a47d55f36 linux/drivers/media/video/gspca/gspca.h |1

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-14 Thread Mauro Carvalho Chehab
Em Mon, 14 Dec 2009 11:10:50 -0500 Devin Heitmueller escreveu: > On Mon, Dec 14, 2009 at 11:09 AM, Mauro Carvalho Chehab > wrote: > >> I can't pull. Your site is not responding. > > > > Hmm... it seems a temporary failure. It is working now. > > That is strange (works fine from here). You repo

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-14 Thread Devin Heitmueller
On Mon, Dec 14, 2009 at 11:09 AM, Mauro Carvalho Chehab wrote: >> I can't pull. Your site is not responding. > > Hmm... it seems a temporary failure. It is working now. That is strange (works fine from here). You reported a similar issue trying to pull one of Michael Krufky's trees last week. I

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-14 Thread Mauro Carvalho Chehab
Em Mon, 14 Dec 2009 14:07:42 -0200 Mauro Carvalho Chehab escreveu: > Em Sat, 12 Dec 2009 16:00:27 -0500 > Devin Heitmueller escreveu: > > > Hello Mauro, > > > > Please pull from > > http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2 for the > > following: > > > > cx18-alsa: fix memory

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2

2009-12-14 Thread Mauro Carvalho Chehab
Em Sat, 12 Dec 2009 16:00:27 -0500 Devin Heitmueller escreveu: > Hello Mauro, > > Please pull from > http://www.kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-2 for the > following: > > cx18-alsa: fix memory leak in error condition > cx18-alsa: remove a couple of warnings > cx18-alsa: name alsa

Re: [linux-dvb] siano firmware and behaviour after resuming power

2009-12-14 Thread Mauro Carvalho Chehab
Em Thu, 03 Dec 2009 09:53:21 +0100 Luca Olivetti escreveu: > Ah, ok, I got my sources from linuxtv and there's no firmware there. > In fact, one of the search results for "siano firmware" was a message > from Mauro asking Uri (who doesn't work for siano any more) for > permission to distribute

[PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-12-14 Thread Igor M. Liplianin
Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following changeset: 01/01: Add support for yet another DvbWorld, TeVii and Prof USB devices http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=ab7f084779b0 Kconfig |8 - dw2102.c |

Re: [PULL] soc-camera and mediabus

2009-12-14 Thread Mauro Carvalho Chehab
Jonathan Cameron wrote: > Hi All, > >>> 3) it would be interesting to patch the other sensor drivers to be >>> compatible >>>with soc_camera (mt9v011/ov7670); >> Well, this could be done, yes, but does it make sense to do this blindly >> without any hardware to test? I would rather add such

Re: [PULL] soc-camera and mediabus

2009-12-14 Thread Mauro Carvalho Chehab
Guennadi Liakhovetski wrote: > On Mon, 14 Dec 2009, Mauro Carvalho Chehab wrote: > >> Guennadi Liakhovetski wrote: >>> Hi Mauro, >>> >>> At last soc-camera and mediabus lot for 2.6.33. Note, that one of this >>> patches adds new fourcc codes. A patch for their documentation will be >>> submitted

Re: [PULL] soc-camera and mediabus

2009-12-14 Thread Jonathan Cameron
Hi All, >> 3) it would be interesting to patch the other sensor drivers to be compatible >>with soc_camera (mt9v011/ov7670); > > Well, this could be done, yes, but does it make sense to do this blindly > without any hardware to test? I would rather add such conversions on a > one-by-one bas

RE: Latest stack that can be merged on top of linux-next tree

2009-12-14 Thread Karicheri, Muralidharan
Guennadi, >> I plan to send a vpfe capture >> patch to support capture using this driver this week. > >Good, looking forward to it. I will copy you on the request for reviewing the patch. It will be great if you can review the same. -Murali > >Thanks >Guennadi >--- >Guennadi Liakhovetski, Ph.D.

RE: Latest stack that can be merged on top of linux-next tree

2009-12-14 Thread Guennadi Liakhovetski
On Mon, 14 Dec 2009, Karicheri, Muralidharan wrote: > Guennadi, > > I marged relevant files from the latest of your v4l tree after seeing > your pull request. I worked fine for VGA capture. Good. > But I need to enable > SOC_CAMERA to get the MT9T031 enabled which looks improper to me. Can we

RE: Latest stack that can be merged on top of linux-next tree

2009-12-14 Thread Karicheri, Muralidharan
Guennadi, I marged relevant files from the latest of your v4l tree after seeing your pull request. I worked fine for VGA capture. But I need to enable SOC_CAMERA to get the MT9T031 enabled which looks improper to me. Can we remove this restriction from KConfig? I plan to send a vpfe capture pat

Re: [PULL] soc-camera and mediabus

2009-12-14 Thread Guennadi Liakhovetski
On Mon, 14 Dec 2009, Mauro Carvalho Chehab wrote: > Guennadi Liakhovetski wrote: > > Hi Mauro, > > > > At last soc-camera and mediabus lot for 2.6.33. Note, that one of this > > patches adds new fourcc codes. A patch for their documentation will be > > submitted immediately. > > > > Please pul

Re: [PULL] soc-camera and mediabus

2009-12-14 Thread Mauro Carvalho Chehab
Guennadi Liakhovetski wrote: > Hi Mauro, > > At last soc-camera and mediabus lot for 2.6.33. Note, that one of this > patches adds new fourcc codes. A patch for their documentation will be > submitted immediately. > > Please pull from http://linuxtv.org/hg/~gliakhovetski/v4l-dvb > > for the fo

Re: New ASUS P3-100 DVB-T/DVB-S device (1043:48cd)

2009-12-14 Thread hermann pitton
Hi, Am Montag, den 14.12.2009, 08:26 +0100 schrieb dvblinux: > The complete name of the board is: > > "ASUS My Cinema PS3-100/PTS/FM/AV/RC" ouch :-) > > You're right: > > It features the same features than the "ASUS My Cinema P7131 Hybrid" > that is: S-Video in, Composite and audio in with a sp

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

2009-12-14 Thread Mauro Carvalho Chehab
Jean-Francois Moine wrote: > On Sun, 13 Dec 2009 21:46:28 +0100 > Németh Márton wrote: > >> It seems that kernels before 2.6.24 (inclusively) do not have >> "__devinitconst", so conex.c and etoms.c can only build with 2.6.25 >> and later. Should USB_GSPCA_CONEX and USB_GSPCA_ETOMS be added to >>

Re: no locking on dvb-s2 22000 2/3 8PSK transponder on Astra 19.2E with tt s2-3200

2009-12-14 Thread Oleg Roitburd
2009/12/9 Newsy Paper : > Hi, > > no matter if I use Igors or Manus driver, there's no lock on 11303 h 22000 > 2/3 8psk. Other users at vdr-portal report same problem. > > The strange thing is that all other transponders that use 22000 2/3 8psk do > work but this transponder doesn't. It worked fi

Re: Compile Error - ir-keytable

2009-12-14 Thread Mauro Carvalho Chehab
Jeremy Simmons wrote: > I'm having the same problem. Any solution? The new IR keycode is not compatible with any kernel older than 2.6.22. Also, newer versions may even require latter codes, due to the sysfs code. The fix is simple: - Don't compile any code from ir-sysfs.c with older k

Dvico FusionHDTV Dual Express PCIe tuner issues

2009-12-14 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all I've got a Dvico FusionHDTV Dual Express PCIe tuner, which returns the following lspci output: lspci output: 03:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 02) Subsystem: DViCO Cor

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

2009-12-14 Thread Jean-Francois Moine
On Sun, 13 Dec 2009 21:46:28 +0100 Németh Márton wrote: > It seems that kernels before 2.6.24 (inclusively) do not have > "__devinitconst", so conex.c and etoms.c can only build with 2.6.25 > and later. Should USB_GSPCA_CONEX and USB_GSPCA_ETOMS be added to > v4l/versions.txt? The fix is not th