Re: 1b80:d393 Afatech supported?

2010-07-09 Thread Daniel Glöckner
Please use linux-media@vger.kernel.org, video4linux-l...@redhat.com is dead. On Thu, Jul 08, 2010 at 10:54:23PM +0200, Norbert Wegener wrote: I got a Conceptronics usb dvb-t stick. lsusb displays it as: ... Bus 001 Device 007: ID 1b80:d393 Afatech Although it says Afatech, this one has a

Re: [RFC/PATCH 2/6] v4l: subdev: Add device node support

2010-07-09 Thread Laurent Pinchart
Hi Mauro, On Thursday 08 July 2010 15:51:33 Mauro Carvalho Chehab wrote: Em 08-07-2010 09:08, Laurent Pinchart escreveu: On Wednesday 07 July 2010 22:53:40 Mauro Carvalho Chehab wrote: Em 07-07-2010 16:44, Laurent Pinchart escreveu: On Wednesday 07 July 2010 16:58:01 Mauro Carvalho Chehab

Re: V4L2 radio drivers for TI-WL7

2010-07-09 Thread Hans Verkuil
On Tuesday 06 July 2010 07:07:12 Pavan Savoy wrote: --- On Mon, 5/7/10, Hans Verkuil hverk...@xs4all.nl wrote: From: Hans Verkuil hverk...@xs4all.nl Subject: Re: V4L2 radio drivers for TI-WL7 To: pavan_sa...@ti.com Cc: linux-media@vger.kernel.org, matti.j.aalto...@nokia.com,

Re: [PATCH v4 2/5] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-07-09 Thread Hans Verkuil
Hi Matti, My apologies for the long delay in reviewing. But here is (finally!) my review of this code. On Friday 04 June 2010 12:34:20 Matti J. Aaltonen wrote: This is a parent driver for two child drivers: the V4L2 driver and the ALSA codec driver. The MFD part provides the I2C communication

Re: [PATCH v4 4/5] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-07-09 Thread Hans Verkuil
On Friday 04 June 2010 12:34:22 Matti J. Aaltonen wrote: This file implements V4L2 controls for using the Texas Instruments WL1273 FM Radio. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/media/radio/Kconfig| 15 + drivers/media/radio/Makefile |

Re: [PATCH v4 1/5] V4L2: Add seek spacing and FM RX class.

2010-07-09 Thread Hans Verkuil
On Friday 04 June 2010 12:34:19 Matti J. Aaltonen wrote: Add spacing field to v4l2_hw_freq_seek and also add FM RX class to control classes. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- include/linux/videodev2.h | 15 ++- 1 files changed, 14 insertions(+),

Re: Confusing mediabus formats

2010-07-09 Thread Hans Verkuil
On Tuesday 11 May 2010 09:07:25 Guennadi Liakhovetski wrote: On Mon, 10 May 2010, Guennadi Liakhovetski wrote: (added Laurent to CC as he once asked me about these on IRC too) On Sun, 9 May 2010, Hans Verkuil wrote: Hi Guennadi, I'm preparing a patch series that replaces

Re: [PATCH] Mantis DMA transfer cleanup, fixes data corruption and a race, improves performance. (signed-off this time)

2010-07-09 Thread Bjørn Mork
Marko Ristola marko.rist...@kolumbus.fi writes: This is a resend of the exactly same patch than I sent 2010-06-20, to sign off it. Signed-off-by: Marko M Ristola marko.rist...@kolumbus.fi I have successfully used this patch with a Terratec Cinergy C PCI HD since Marko posted it on

Re: [PATCH] Mantis: append tasklet maintenance for DVB stream delivery

2010-07-09 Thread Bjørn Mork
Marko Ristola marko.rist...@kolumbus.fi writes: 20.06.2010 16:51, Bjørn Mork kirjoitti: Note that mantis_core_exit() is never called. Unless I've missed something, the drivers/media/dvb/mantis/mantis_core.{h,c} files can just be deleted. They look like some development leftovers? I

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-09 Thread Mauro Carvalho Chehab
Em 08-07-2010 19:10, Ivan escreveu: On 07/08/2010 05:49 PM, Devin Heitmueller wrote: That card does have an onboard scaler, although it's not clear to me why it isn't working. Exactly what command line did you use? At first, I was always using mplayer tv:// -tv

Re: [PATCH 02/35] ivtv: use kthread_worker instead of workqueue

2010-07-09 Thread Andy Walls
On Tue, 2010-07-06 at 09:01 +0200, Tejun Heo wrote: On 07/05/2010 07:11 PM, Andy Walls wrote: Assuming the new kthread_worker implementation is OK, this change for ivtv looks good. Reviewed-by: Andy Walls awa...@md.metrocast.net Acked-by: Andy Walls awa...@md.metrocast.net May I

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

2010-07-09 Thread Andy Walls
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 to translate these

[GIT PATCHES FOR 2.6.35] OMAP2/3 Bug Fixes

2010-07-09 Thread Hiremath, Vaibhav
The following changes since commit 8310922e9b094c90665df0db6823172fbf053889: Mauro Carvalho Chehab (1): Merge tag 'v2.6.35-rc3' into devel/for_v2.6.35 are available in the git repository at: http://arago-project.org/git/people/?p=vaibhav/ti-psp-omap-video.git

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

2010-07-09 Thread Laurent Pinchart
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 exception of the video_usercopy usage as this is still under discussion. A problem with module reference counting has also been solved by

[RFC/PATCH v2 1/7] v4l: subdev: Don't require core operations

2010-07-09 Thread Laurent Pinchart
There's no reason to require subdevices to implement the core operations. Remove the check for non-NULL core operations when initializing the subdev. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- include/media/v4l2-subdev.h |3 +-- 1 files changed, 1 insertions(+), 2

[RFC/PATCH v2 2/7] v4l: Merge v4l2_i2c_new_subdev_cfg and v4l2_i2c_new_subdev

2010-07-09 Thread Laurent Pinchart
v4l2_i2c_new_subdev_cfg is called by v4l2_i2c_new_subdev only. Merge the two functions into v4l2_i2c_new_subdev. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/v4l2-common.c |7 ++- include/media/v4l2-common.h | 15 +-- 2

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

2010-07-09 Thread Laurent Pinchart
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 --- Documentation/video4linux/v4l2-framework.txt |5 +

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

2010-07-09 Thread Laurent Pinchart
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 Signed-off-by: David Cohen david.co...@nokia.com Signed-off-by:

[RFC/PATCH v2 4/7] v4l: subdev: Uninline the v4l2_subdev_init function

2010-07-09 Thread Laurent Pinchart
The function isn't small or performance sensitive enough to be inlined. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/v4l2-subdev.c | 14 ++ include/media/v4l2-subdev.h | 15 ++- 2 files changed, 16 insertions(+), 13

[RFC/PATCH v2 3/7] v4l: subdev: Add device node support

2010-07-09 Thread Laurent Pinchart
Create a device node named subdevX for every registered subdev. As the device node is registered before the subdev core::s_config function is called, return -EGAIN on open until initialization completes. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off-by: Vimarsh

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-09 Thread Ivan
On 07/09/2010 08:47 AM, Mauro Carvalho Chehab wrote: I never saw the em28xx scaler generating such vertical stripes. This could be a mplayer or a video adapter driver problem. Are you using a proprietary video driver? You may try to use ffmeg or mencoder to generate a mpeg file at 640x480 and

Re: [PATCH] Mantis: append tasklet maintenance for DVB stream delivery

2010-07-09 Thread Marko Ristola
Resending into linux-media, for confirming authorship: I have personally done this patch. Acked-by: Marko M Ristola marko.rist...@kolumbus.fi Regards, Marko 20.06.2010 16:51, Bjørn Mork kirjoitti: Note that mantis_core_exit() is never called. Unless I've missed something, the

Re: Microsoft VX-1000 Microphone Drivers Crash in x86_64

2010-07-09 Thread Jean-Francois Moine
On Thu, 8 Jul 2010 18:54:41 -0400 Kyle Baker kyleaba...@gmail.com wrote: My conclusion, reducing gspca_dev-nbalt by values 1-5 apparently fix the bandwidth issue and don't alter the video input. However, they also do not correct the issue where the microphone breaks and becomes disabled. OK.

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-09 Thread Mauro Carvalho Chehab
Em 09-07-2010 14:19, Ivan escreveu: On 07/09/2010 08:47 AM, Mauro Carvalho Chehab wrote: I never saw the em28xx scaler generating such vertical stripes. This could be a mplayer or a video adapter driver problem. Are you using a proprietary video driver? You may try to use ffmeg or mencoder to

RFC: Use of s_std calling s_freq when tuner powered down

2010-07-09 Thread Devin Heitmueller
Hello all, Here's the scenario: 1. I have a USB device that supports both an analog tuner and composite/s-video inputs 2. The bridge is smart enough to power down the tuner when capturing on composite/s-video 3. Changing the video standard appears to send set_freq() calls to the tuner, which

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-09 Thread Devin Heitmueller
On Fri, Jul 9, 2010 at 2:03 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 09-07-2010 14:19, Ivan escreveu: On 07/09/2010 08:47 AM, Mauro Carvalho Chehab wrote: I never saw the em28xx scaler generating such vertical stripes. This could be a mplayer or a video adapter driver problem.

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

2010-07-09 Thread Pawel Osciak
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 at the beginning of the original thread: http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/11212

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-09 Thread Ivan
On 07/09/2010 02:12 PM, Devin Heitmueller wrote: On Fri, Jul 9, 2010 at 2:03 PM, Mauro Carvalho Chehab wrote: Well, it depends. What are your video adapter card? ATI? Nvidia? Sorry Mauro, I misread your earlier comment. I thought you were talking about the capture device, not my graphics

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

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

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

2010-07-09 Thread Sven Barth
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 use the cx25840 module. I've done that now

Re: em28xx/xc3028 - kernel driver vs. Markus Rechberger's driver

2010-07-09 Thread Thorsten Hirsch
Oh, sorry for the long delay. Yes, I was using my fake-id patch. @Torsten: just open linux-2.6/drivers/media/video/em28xx/em28xx-cards.c and search for EM2870_BOARD_TERRATEC_XS. Then copy this line and the one above it, and finally change the usb id in the copied line according to the output of

Re: Need testers: cx23885 IR Rx for TeVii S470 and HVR-1250

2010-07-09 Thread Kenney Phillisjr
I know this is an old thread, however i have an card that meets the requirements to be tested by the patches made by andy, and so far with what i've tried it's been doing really well for input. I pretty much just downloaded and tested Andy's patch set... http://linuxtv.org/hg/~awalls/cx23885-ir2

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-09 Thread Mauro Carvalho Chehab
Em 09-07-2010 15:12, Devin Heitmueller escreveu: On Fri, Jul 9, 2010 at 2:03 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 09-07-2010 14:19, Ivan escreveu: On 07/09/2010 08:47 AM, Mauro Carvalho Chehab wrote: I never saw the em28xx scaler generating such vertical stripes. This could

Re: Microsoft VX-1000 Microphone Drivers Crash in x86_64

2010-07-09 Thread Kyle Baker
On Fri, Jul 9, 2010 at 2:03 PM, Jean-Francois Moine moin...@free.fr wrote: OK. So, this means that the sonixj driver sets something in the webcam which prevents the audio to run. I don't see anything but the GPIO. I was considering adding more code to print out more detailed IO information. I

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-09 Thread Ivan
On 07/09/2010 04:57 PM, Mauro Carvalho Chehab wrote: I meant that vertical risk that appeared when scaling is on. I never saw em28xx scaler doing something like that. It maybe some bug at mplayer or at the nvidia proprietary driver. We know that this driver has serious issues with their Xv

[PATCH] lirc: use unlocked_ioctl

2010-07-09 Thread Arnd Bergmann
New code should not rely on the big kernel lock, so use the unlocked_ioctl file operation in lirc. Signed-off-by: Arnd Bergmann a...@arndb.de --- The lirc code currently conflicts with my removal of the .ioctl operation, which I'd like to get into linux-next. drivers/media/IR/ir-lirc-codec.c |

Strange Problem with Antti's af9015 driver on gentoo 2.6.30-r5

2010-07-09 Thread Andreas Witte
Hello TV-Friends, today i checked out Antti's last af9015 (af9013) driver and encountered a strange problem on my gentoo 2.6.30-r5 box. If i install this driver, udev (149) start to behave strange and take a long time to finish. When it comes to set to utf8 the whole box hang without any chance

Re: [PATCH] lirc: use unlocked_ioctl

2010-07-09 Thread Jarod Wilson
On Fri, Jul 09, 2010 at 11:35:39PM +0200, Arnd Bergmann wrote: New code should not rely on the big kernel lock, so use the unlocked_ioctl file operation in lirc. Signed-off-by: Arnd Bergmann a...@arndb.de --- The lirc code currently conflicts with my removal of the .ioctl operation, which