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

2009-03-25 Thread Hans Verkuil
On Wednesday 25 March 2009 00:18:45 Andy Walls wrote: > On Tue, 2009-03-24 at 10:04 +0100, Hans Verkuil wrote: > > Hmm, everything is OK. > > > > Let's enjoy this moment of perfection! It probably won't last long :-) > > > > Regards, > > > >Hans > > > > > This message is generated daily by

Re: [PATCH] uvcvideo: add zero fill for VIDIOC_ENUM_FMT

2009-03-25 Thread Hans Verkuil
On Wednesday 25 March 2009 07:59:30 Németh Márton wrote: > From: Márton Németh > > When enumerating formats with VIDIOC_ENUM_FMT the uvcvideo driver does > not fill the reserved fields of the struct v4l2_fmtdesc with zeros as > required by V4L2 API revision 0.24 [1]. Add the missing initialization

Re: [PATCH v2] v4l2-subdev: THS7303 video amplifier driver

2009-03-25 Thread Hans Verkuil
On Tuesday 24 March 2009 14:40:21 Chaithrika U S wrote: > TI THS7303 video amplifier driver code > > This patch adds driver for TI THS7303 video amplifier. This driver is > implemented as a v4l2 sub device. Tested on TI DM646x EVM. > > This patch applies on top of the ADV7343 driver patch submitted

how to disable mail sending in this ML?

2009-03-25 Thread Darius Augulis
Hi All, subj. Want to still subscribed, but don't need all these posts in my mailbox. How to disable? Thanks. -- 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.kernel.org/majordomo

Re: [PATCH v2] v4l2-subdev: ADV7343 video encoder driver

2009-03-25 Thread Hans Verkuil
On Tuesday 24 March 2009 14:40:02 Chaithrika U S wrote: > Analog Devices ADV7343 video encoder driver > > Add ADV7343 I2C based video encoder driver. This follows the v4l2-subdev > framework.This driver has been tested on TI DM646x EVM. It has been > tested for Composite and Component outputs. > >

Re: how to disable mail sending in this ML?

2009-03-25 Thread Eduard Huguet
I asked the same question some time ago... Apparently you can't: the only alternative is to unsubscribe to the list and then using a RSS feed reader (better if it lets you directly answer a given message in the list). Or else use the gmane interface to the list: http://news.gmane.org/gmane.linux.

[PATCH] pxa-camera: simplify the .buf_queue path by merging two loops

2009-03-25 Thread Guennadi Liakhovetski
pxa_dma_update_sg_tail() is called only once, runs exactly the same loop as the caller and has to recalculate the last element in an sg-list, that the caller has already calculated. Eliminate redundancy by merging the two loops and re-using the calculated pointer. This also saves a bit of performan

Re: [PATCH 1/1 re-submit 1] sdio: add low level i/o functions for workarounds

2009-03-25 Thread Uri Shkolnik
--- On Tue, 3/24/09, Pierre Ossman wrote: > From: Pierre Ossman > Subject: Re: [PATCH 1/1 re-submit 1] sdio: add low level i/o functions for > workarounds > To: "Uri Shkolnik" > Cc: "Mauro Carvalho Chehab" , "Linux Media Mailing > List" > Date: Tuesday, March 24, 2009, 10:04 PM > On Sun,

[PATCH V2 5/9] New drivers for MXC: add CSI support for MX1

2009-03-25 Thread Darius Augulis
From: Paulius Zaleckas Driver for i.MX1/L camera (CSI) host. Signed-off-by: Paulius Zaleckas --- Index: linux-2.6.29/drivers/media/video/imx_camera.c === --- /dev/null +++ linux-2.6.29/drivers/media/video/imx_camera.c @@ -0,0

Re: [PATCH V2 5/9] New drivers for MXC: add CSI support for MX1

2009-03-25 Thread Darius Augulis
Changes since prev. version: - Rebased on 2.6.29 -- 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.kernel.org/majordomo-info.html

Re: libv4l, yuv420 and gspca-stv06xx conversion

2009-03-25 Thread Hans de Goede
On 03/23/2009 08:40 PM, Erik Andrén wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Hans, I'm trying to get gstreamer and the yuv420 format conversion in libv4l to play nice with the gspca-stv06xx driver. Currently this is not working. The resolution of the vv6410 sensor is 356*292 pi

v4l parent for usb device interface or device?

2009-03-25 Thread Hans de Goede
Hi, Today it came to my attention (through a libv4l bugreport) that the uvc driver and the gspca driver handle the setting of the v4l parent for usb webcams differently. The probe function for an usb driver gets passed in a "struct usb_interface *intf" parameter. uvc sets parent to: vdev->pa

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

2009-03-25 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11141:8f6800be5b0f gspca - vc032x: New sensor mi1320_soc and webcam 15b8:6001 added. changeset: 11156:fb4ba7eaa8b0 gspca - vc032x: Simplify the i2c write function. changeset: 11157:01ea4082081f gspca - vc

Re: The right way to interpret the content of SNR, signal strength and BER from HVR 4000 Lite

2009-03-25 Thread Devin Heitmueller
On Tue, Mar 24, 2009 at 7:46 PM, Manu Abraham wrote: > Mika Laitio wrote: > That said, the solution takes the approach of "revolutionary" as > opposed to "evolutionary", which always worries me.  While providing a > much more powerful interface, it also means all of the applications >>

Re: v4l parent for usb device interface or device?

2009-03-25 Thread Laurent Pinchart
Hi Hans, On Wednesday 25 March 2009 11:18:31 Hans de Goede wrote: > > > Hi, > > Today it came to my attention (through a libv4l bugreport) that > the uvc driver and the gspca driver handle the setting of > the v4l parent for usb webcams differently. > > The probe function for an usb driver gets p

Re: v4l parent for usb device interface or device?

2009-03-25 Thread Hans Verkuil
> Hi Hans, > > On Wednesday 25 March 2009 11:18:31 Hans de Goede wrote: >> >> >> Hi, >> >> Today it came to my attention (through a libv4l bugreport) that >> the uvc driver and the gspca driver handle the setting of >> the v4l parent for usb webcams differently. >> >> The probe function for an us

Re: how to disable mail sending in this ML?

2009-03-25 Thread Randy Dunlap
Darius Augulis wrote: > Hi All, > > subj. > Want to still subscribed, but don't need all these posts in my mailbox. > How to disable? Why do you want to be subscribed? You don't need to be subscribed in order to be able to post messages to the mailing list. -- ~Randy -- To unsubscribe from thi

Re: how to disable mail sending in this ML?

2009-03-25 Thread Janne Grunau
Hi, On Wed, Mar 25, 2009 at 09:34:13AM +0200, Darius Augulis wrote: > > subj. > Want to still subscribed, but don't need all these posts in my mailbox. > How to disable? Since everyone can send mails to the list there is no need to be subscribed if you don't want to receive mails. HTH Janne --

Re: linux-next: Tree for March 25 (drivers/media/video/cx231xx)

2009-03-25 Thread Randy Dunlap
Stephen Rothwell wrote: > Hi all, > > Changes since 20090324: drivers/built-in.o: In function `cx231xx_audio_fini': cx231xx-audio.c:(.text+0x23f84e): undefined reference to `snd_card_free' drivers/built-in.o: In function `cx231xx_audio_isocirq': cx231xx-audio.c:(.text+0x23fa5f): undefined refere

[PATCH] v4l2: fill reserved fields of VIDIOC_ENUMAUDIO also

2009-03-25 Thread Németh Márton
From: Márton Németh When enumerating audio inputs with VIDIOC_ENUMAUDIO the gspca_sunplus driver does not fill the reserved fields of the struct v4l2_audio with zeros as required by V4L2 API revision 0.24 [1]. Add the missing initializations to the V4L2 framework. The patch was tested with v4l-t

[ADMIN] linuxtv.org is moving

2009-03-25 Thread Johannes Stezenbach
Hi, linuxtv.org will move to a new server machine tomorrow. Expect some downtime during the move and please be patient. Everything on the old machine will be rsynced to the new machine right before the switch so nothing should get lost. Cheers, Johannes -- To unsubscribe from this list: send the

Re: Topro 6800 driver [JPEG decoding solved]

2009-03-25 Thread Anders Blomdell
Thomas Kaiser wrote: > Thomas Kaiser wrote: >> Hello Anders >> >> Good news, I could decode a frame which I extracted from the usbsnoobs I >> did :-). See attached picture frame3-03.jpg. It uses the quality 0. >> >> Your black frame you sent me gets now correctly decode, too (frameA-01.jpg) >> >>

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

2009-03-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:Wed Mar 25 19:00:03 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11153:56cf0f1772f7 gcc version: gcc (

Asus PG221 monitor camera sensor not recognised

2009-03-25 Thread Guennadi Liakhovetski
Forwarding to linux-media for a better chance for a reply. --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer -- Forwarded message -- Date: Wed, 25 Mar 2009 17:08:05 + From: Sid Boyce To: linux-...@vger.kernel.org Subject: Asus PG221 monitor camera sens

Re: [PATCH 1/1 re-submit 1] sdio: add low level i/o functions for workarounds

2009-03-25 Thread Pierre Ossman
On Wed, 25 Mar 2009 01:43:48 -0700 (PDT) Uri Shkolnik wrote: > > Hi Pierre, > > The SDIO patches are part of (at least) dozen patches needed to upgrade the > Siano's offering for Linux kernel. > > The order is - > 1) SDIO SMS interface driver and SDIO stack patch (add) > 2) SPI interface driv

[PULL] http://linuxtv.org/hg/~anttip/ce6230/

2009-03-25 Thread Antti Palosaari
Hello Mauro, Please pull http://linuxtv.org/hg/~anttip/ce6230/ for the following: zl10353: add support for Intel CE6230 and Intel CE6231 Add driver for Intel CE6230 DVB-T USB2.0 Patch series adds new DVB USB driver targeted for 2.6.30. regards Antti -- http://palosaari.fi/ -- To unsubscribe fr

Re: Asus PG221 monitor camera sensor not recognised

2009-03-25 Thread Erik Andrén
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Guennadi Liakhovetski wrote: > Forwarding to linux-media for a better chance for a reply. > > --- > Guennadi Liakhovetski, Ph.D. > Freelance Open-Source Software Developer > > -- Forwarded message -- > Date: Wed, 25 Mar 2009 17:08:0

Re: [PATCH] pxa-camera: simplify the .buf_queue path by merging two loops

2009-03-25 Thread Robert Jarzmik
Guennadi Liakhovetski writes: > pxa_dma_update_sg_tail() is called only once, runs exactly the same loop as > the > caller and has to recalculate the last element in an sg-list, that the caller > has already calculated. Eliminate redundancy by merging the two loops and > re-using the calculated

Re: [linux-dvb] TechnoTrend C-1501 - Locking issues on 388Mhz

2009-03-25 Thread klaas de waal
(2nd try, this should be now in "plain text" instead of HTML) Hi Hermann, Thanks for your "howto" on making a proper patch. After a "make commit" in my local v4l-dvb tree, and filling in the template I got the following output. I confess I do not know if this has now ended up somewhere in linuxt

Re: [linux-dvb] TechnoTrend C-1501 - Locking issues on 388Mhz

2009-03-25 Thread klaas de waal
On Wed, Mar 25, 2009 at 2:38 AM, Christian Lyra wrote: > Hi >>> > > Hi, >>> > > Am Donnerstag, den 09.10.2008, 22:15 +0200 schrieb klaas de waal: >>> > >  The table starts a new segment at 390MHz, >>> > > > it then starts to use VCO2 instead of VCO1. >>> > > > I have now (hack, hack) changed the s

[REVIEW] v4l2 loopback

2009-03-25 Thread vasaka
Hello, please review the new version of v4l2 loopback driver. I fixed up comments to the previous submission, waiting for the new ones :-) --- This patch introduces v4l2 loopback module From: Vasily Levin This is v4l2 loopback driver which can be used to make available any userspace video as v4

Re: The right way to interpret the content of SNR, signal strength and BER from HVR 4000 Lite

2009-03-25 Thread Manu Abraham
Devin Heitmueller wrote: > On Tue, Mar 24, 2009 at 7:46 PM, Manu Abraham wrote: >> Mika Laitio wrote: >> That said, the solution takes the approach of "revolutionary" as >> opposed to "evolutionary", which always worries me. While providing a >> much more powerful interface, it also m

Re: The right way to interpret the content of SNR, signal strength and BER from HVR 4000 Lite

2009-03-25 Thread Devin Heitmueller
On Wed, Mar 25, 2009 at 6:02 PM, Manu Abraham wrote: > Sure, of course. Here is an updated list based on the information > that you accumulated. I have corrected some of them, which were not > accurate. Before I comment any further on your email, could you please clarify what you mean by "Relativ

patchwork tool

2009-03-25 Thread vasaka
Hello, how should I format my post in order to patchwork tool understand included patch correctly, should I just format it like in v4l-dvb/README.patches described? then how should I add additional comments to the mail which I do not want to be in the patch log? It seems it is possible without spe

Patch implementing V4L2_CAP_STREAMING for zr364xx driver

2009-03-25 Thread Lamarque Vieira Souza
Hi, I have implemented V4L2_CAP_STREAMING for the zr364xx driver (see the attached file). Could you review the code for me? My Creative PC-CAM 880 works, but I do not have any other webcam to test the code. Besides the streaming implementation the patch also does: . re-implemen

gspca: Logitech QuickCam Messenger no go (was Re: Asus PG221 monitor camera sensor not recognised)

2009-03-25 Thread Guennadi Liakhovetski
sorry for hijacking the thread, just a quick notice to say, that my Logitech QuickCam Messenger webcam (USB_DEVICE(0x046d, 0x08da)) is not working with recent kernels either, but, it used to work with out-of-tree gspca, I think, gspcav1-20071224 did work (I might still be able to bring up the m

Hauppauge/IR breakage with 2.6.28/2.6.29

2009-03-25 Thread Udo A. Steinberg
Hi, The following patch http://kerneltrap.org/mailarchive/git-commits-head/2008/10/13/3643574 that was added between 2.6.27 and 2.6.28 has resulted in my Hauppauge WinTV IR remote not working anymore. I've tracked down the breakage to: if (dev!=0x1e && dev!=0x1f) return 0; in drivers/media/vi

cx23885 / HVR-1250 progress?

2009-03-25 Thread Mark Stocker
Hi all, I have an HVR-1250 card working fine, but of course with the digital tuning only. I was just wondering if there is any future worked planned for this chipset/card (Analog input, IR remote support)? I've searched high and low for a datasheet for the chipset in order to try to finish up

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-03-25 Thread Mauro Carvalho Chehab
On Tue, 24 Mar 2009 23:07:02 -0500 (CDT) Mike Isely wrote: > > Mauro: > > Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2 for a large > collection of pvrusb2 changesets (see below). Applied, thanks! > Way back around > November 2005, I had written a large chunk of code in the driver

Re: Hauppauge/IR breakage with 2.6.28/2.6.29

2009-03-25 Thread Darron Broad
In message <20090326000932.6aa1a...@laptop.hypervisor.org>, "Udo A. Steinberg" wrote: > >Hi, > >The following patch >http://kerneltrap.org/mailarchive/git-commits-head/2008/10/13/3643574 >that was added between 2.6.27 and 2.6.28 has resulted in my Hauppauge >WinTV IR remote not working anymore. I'

Re: Asus PG221 monitor camera sensor not recognised

2009-03-25 Thread Sid Boyce
Erik Andrén wrote: > > > Guennadi Liakhovetski wrote: >> Forwarding to linux-media for a better chance for a reply. > >> --- >> Guennadi Liakhovetski, Ph.D. >> Freelance Open-Source Software Developer > >> -- Forwarded message -- >> Date: Wed, 25 Mar 2009 17:08:05 + >> From:

Re: Hauppauge/IR breakage with 2.6.28/2.6.29

2009-03-25 Thread Udo A. Steinberg
On Thu, 26 Mar 2009 00:26:47 + Darron Broad (DB) wrote: DB> It's something I forget to deal with in that patch. A solution DB> would be to allow a device address to be a module param to DB> override the more modern addresses of 0x1e and 0x1f. DB> DB> I can't remember addresses off the top of

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

2009-03-25 Thread Mauro Carvalho Chehab
On Wed, 25 Mar 2009 11:19:42 +0100 Jean-Francois Moine wrote: > Hi Mauro, > > Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ > for: > > changeset: 11141:8f6800be5b0f > gspca - vc032x: New sensor mi1320_soc and webcam 15b8:6001 added. > > changeset: 11156:fb4ba7eaa8b0 > gspca -

Re: Hauppauge/IR breakage with 2.6.28/2.6.29

2009-03-25 Thread Darron Broad
In message <20090326023841.40ab3...@laptop.hypervisor.org>, "Udo A. Steinberg" wrote: hi >On Thu, 26 Mar 2009 00:26:47 + Darron Broad (DB) wrote: > >DB> It's something I forget to deal with in that patch. A solution >DB> would be to allow a device address to be a module param to >DB> overrid

[PATCH] Allow the user to restrict the RC5 address

2009-03-25 Thread Udo A. Steinberg
Mauro, This patch allows users with multiple remotes to specify an RC5 address for a remote from which key codes will be accepted. If no address is specified, the default value of 0 accepts key codes from any remote. This replaces the current hard-coded address checks, which are too restrictive.

[PATCH v3] v4l2-subdev: ADV7343 video encoder driver

2009-03-25 Thread Chaithrika U S
Analog Devices ADV7343 video encoder driver Add ADV7343 I2C based video encoder driver. This follows the v4l2-subdev framework.This driver has been tested on TI DM646x EVM. It has been tested for Composite and Component outputs. In this verision of the patch, review comments have been incorporate

Re: gspca: Logitech QuickCam Messenger no go (was Re: Asus PG221 monitor camera sensor not recognised)

2009-03-25 Thread Sid Boyce
Guennadi Liakhovetski wrote: > sorry for hijacking the thread, just a quick notice to say, that my > Logitech QuickCam Messenger webcam (USB_DEVICE(0x046d, 0x08da)) is not > working with recent kernels either, but, it used to work with out-of-tree > gspca, I think, gspcav1-20071224 did work (I m