Re: [PATCH] Add support for AUX_PLL on cx2583x chips

2010-07-10 Thread Andy Walls
On Sat, 2010-07-10 at 20:02 +0200, Sven Barth wrote: This adds support for the AUX_PLL in cx2583x chips which is available in those although the audio part of the chip is not. The AUX_PLL is used at least by Terratec in their Grabster AV400 device. Signed-off-by: Sven Barth

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

2010-07-10 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 10 19:00:19 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14993:9652f85e688a git master:

Mantis driver patch: use interrupt for I2C traffic instead of busy registry polling

2010-07-10 Thread Marko Ristola
Hi Here is a maybe too ugly patch for direct inclusion: The code should be reworked to be nicer first. This seems to work though. What do you think the idea? Problem: I figured out that Mantis I2C read and write functions do busy waiting, by reading via PCI bus a 32 bit word about 350 times

Re: 2.6.35-rc4 doesn't play well with TerraTec cinergyT2

2010-07-10 Thread Jan Willies
2010/7/5 Jan Willies j...@willies.info: I'm running 2.6.35-rc4 and get this with a TerraTec cinergyT2: Jul  5 10:03:03 htpc kernel: dvb-usb: found a 'TerraTec/qanu USB2.0 Highspeed DVB-T Receiver' in warm state. Jul  5 10:03:05 htpc kernel: dvb-usb: bulk message failed: -110 (2/0) Jul  5

Re: Microsoft VX-1000 Microphone Drivers Crash in x86_64

2010-07-10 Thread Kyle Baker
On Sat, Jul 10, 2010 at 5:36 AM, Jean-Francois Moine moin...@free.fr wrote: So, the GPIO register is the second one of the bridge. It is initialized at line 71 of sonixj.c. May you change it from 0x40 to 0x44? (see attached diff) I've compiled the driver with this updated setting and it

Re: [PATCH FOR 2.6.36] uvc: Move constants and structures definitions to linux/usb/video.h

2010-07-10 Thread Greg KH
On Sat, Jul 10, 2010 at 08:03:20PM +0200, Laurent Pinchart wrote: The UVC host and gadget drivers both define constants and structures in private header files. Move all those definitions to linux/usb/video.h where they can be shared by the two drivers (and be available for userspace

Re: Question about BTTV-video controls whitecrush upper/lower

2010-07-10 Thread Frank Schaefer
Andy Walls schrieb: On Tue, 2010-07-06 at 13:27 +0200, Frank Schaefer wrote: Hi, there are two video controls in the Bttv-driver called whitecrush upper and whitecrush lower. But what does whitecrush mean ? Is it the same as white noise ? The german KDE translators are currently trying

[RESEND PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-ci_init-fix-new

2010-07-10 Thread Abylay Ospan
Mauro, please pull fixed tree: http://udev.netup.ru/hg/v4l-dvb-aospan-ci_init-fix-new/ This is very urgent fix. Thanks to Dan Carpentererro...@gmail.com for patch. Thanks ! On 05.06.2010 16:05, Dan Carpenter wrote: videobuf_dvb_register_bus() returns negative error codes on failure. This

[Q]: anybody here knows about this DVB-S2 card?

2010-07-10 Thread Emmanuel
Hi all, I found this link on a forum: http://www.anysee.com/eng/product/anyseeE30PS2Plus.php which, after more information seems to be a stv0903 based card with CI which is tested (from the info given by the forum guy) at 45MS/s for DVB-S2 (the saint-Graal for me to get my HD pay channels

DVBWorldDTV DVB-S2 PCIe 2006?

2010-07-10 Thread Emmanuel
Hi all, just going on my quest for dvb-s2 card supporting 45MS/s rate for DVB-S2 QPSK. Does this card work reliably (CI included)? And if you know of others working reliably (with or without CI) let me know please. TIA Bye Manu -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/2] Added Technisat Skystar USB HD CI

2010-07-10 Thread Mauro Carvalho Chehab
Em 06-07-2010 07:23, Renzo Dani escreveu: From: Renzo Dani aro...@gmail.com Signed-off-by: Renzo Dani aro...@gmail.com --- drivers/media/dvb/dvb-usb/az6027.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/az6027.c

Re: [git:v4l-dvb/other] V4L/DVB: ivtv: use kthread_worker instead of workqueue

2010-07-10 Thread Andy Walls
On Tue, 2010-07-06 at 03:51 +0200, Mauro Carvalho Chehab wrote: This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-dvb.git tree: Subject: V4L/DVB: ivtv: use kthread_worker instead of workqueue Author: Tejun Heo

Re: Status of the patches under review at LMML (60 patches)

2010-07-10 Thread Andy Walls
On Tue, 2010-07-06 at 10:06 -0300, Mauro Carvalho Chehab wrote: This is the summary of the patches that are currently under review at Linux Media Mailing List linux-media@vger.kernel.org. Each patch is represented by its submission date, the subject (up to 70 chars) and the patchwork link (if

Re: [git:v4l-dvb/other] V4L/DVB: ivtv: use kthread_worker instead of workqueue

2010-07-10 Thread Andy Walls
On Sat, 2010-07-10 at 09:53 -0300, Mauro Carvalho Chehab wrote: Em 10-07-2010 09:33, Andy Walls escreveu: On Tue, 2010-07-06 at 03:51 +0200, Mauro Carvalho Chehab wrote: This is an automatic generated email to let you know that the following patch were queued at the

Re: [RFC/PATCH v2 6/7] v4l: subdev: Events support

2010-07-10 Thread Mauro Carvalho Chehab
Em 09-07-2010 12:31, Laurent Pinchart escreveu: From: Sakari Ailus sakari.ai...@maxwell.research.nokia.com Provide v4l2_subdevs with v4l2_event support. Subdev drivers only need very little to support events. Signed-off-by: Sakari Ailus sakari.ai...@maxwell.research.nokia.com

Re: [RFC/PATCH v2 7/7] v4l: subdev: Generic ioctl support

2010-07-10 Thread Mauro Carvalho Chehab
Em 09-07-2010 12:31, Laurent Pinchart escreveu: Instead of returning an error when receiving an ioctl call with an unsupported command, forward the call to the subdev core::ioctl handler. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com ---

Re: [git:v4l-dvb/other] V4L/DVB: ivtv: use kthread_worker instead of workqueue

2010-07-10 Thread Mauro Carvalho Chehab
Em 10-07-2010 10:07, Andy Walls escreveu: On Sat, 2010-07-10 at 09:53 -0300, Mauro Carvalho Chehab wrote: Em 10-07-2010 09:33, Andy Walls escreveu: On Tue, 2010-07-06 at 03:51 +0200, Mauro Carvalho Chehab wrote: This is an automatic generated email to let you know that the following patch

Re: Status of the patches under review at LMML (60 patches)

2010-07-10 Thread Mauro Carvalho Chehab
Em 09-07-2010 16:39, Sven Barth escreveu: Hi! On 08.07.2010 05:31, Mike Isely wrote: These are cx25840 patches and I'm not the maintainer of that module. I can't really speak to the correctness of the changes. Best I can do is to try the patch with a few pvrusb2-driven devices here that

Re: [RFC v4] Multi-plane buffer support for V4L2 API

2010-07-10 Thread Hans Verkuil
Hi Pawel, Looks good, but I have a few small suggestions: On Friday 09 July 2010 20:59:45 Pawel Osciak wrote: Hello, This is the fourth version of the multi-plane API extensions proposal. I think that we have reached a stage at which it is more or less finalized. Rationale can be found

Re: [RFC/PATCH v2 7/7] v4l: subdev: Generic ioctl support

2010-07-10 Thread Hans Verkuil
On Saturday 10 July 2010 16:08:46 Mauro Carvalho Chehab wrote: Em 09-07-2010 12:31, Laurent Pinchart escreveu: Instead of returning an error when receiving an ioctl call with an unsupported command, forward the call to the subdev core::ioctl handler. Signed-off-by: Laurent Pinchart

Re: [RFC/PATCH v2 0/7] V4L2 subdev userspace API

2010-07-10 Thread Hans Verkuil
Looks good, I have no comments for this patch series. Regards, Hans On Friday 09 July 2010 17:31:45 Laurent Pinchart wrote: Hi everybody, Here's the second version of the V4L2 subdev userspace API patches. Comments received on the first version have been incorporated, with the

Re: [RFC/PATCH v2 7/7] v4l: subdev: Generic ioctl support

2010-07-10 Thread Mauro Carvalho Chehab
Em 10-07-2010 13:31, Hans Verkuil escreveu: On Saturday 10 July 2010 16:08:46 Mauro Carvalho Chehab wrote: Em 09-07-2010 12:31, Laurent Pinchart escreveu: Hmm... private ioctls at subdev... I'm not sure if I like this idea. I prefer to merge this patch only after having a driver actually

[PATCH] Add support for AUX_PLL on cx2583x chips

2010-07-10 Thread Sven Barth
This adds support for the AUX_PLL in cx2583x chips which is available in those although the audio part of the chip is not. The AUX_PLL is used at least by Terratec in their Grabster AV400 device. Signed-off-by: Sven Barth pascaldra...@googlemail.com Acked-By: Mike Isely is...@pobox.com diff

[PATCH FOR 2.6.36] uvc: Move constants and structures definitions to linux/usb/video.h

2010-07-10 Thread Laurent Pinchart
The UVC host and gadget drivers both define constants and structures in private header files. Move all those definitions to linux/usb/video.h where they can be shared by the two drivers (and be available for userspace applications). Signed-off-by: Laurent Pinchart