New Tuner: Hauppauge Aero-M

2011-08-01 Thread Trip Ericson
Hello, all: I've recently purchased a Hauppauge Aero-M. It is an ATSC USB receiver that decodes both regular ATSC and the upcoming ATSC-MH standard. I am mainly concerned with the ATSC half of it as it has the latest LG chip, meaning it is likely one of the best tuners available at present.

[GIT PATCH FOR v3.1] uvcvideo: Set alternate setting 0 on resume if the bus has been reset

2011-08-01 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 46540f7ac646ada7f22912ea7ea9b761ff5c4718: [media] ir-mce_kbd-decoder: include module.h for its facilities (2011-07-29 12:52:23 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-stable Ming Lei (1):

[PATCH][Resend] viacam: Don't explode if pci_find_bus() returns NULL

2011-08-01 Thread Jesper Juhl
In the unlikely case that pci_find_bus() should return NULL viacam_serial_is_enabled() is going to dereference a NULL pointer and blow up. Better safe than sorry, so be defensive and check the pointer. Signed-off-by: Jesper Juhl Acked-by: Jonathan Corbet --- drivers/media/video/via-camera.c |

[PATCH][Resend] Remove unneeded version.h includes from include/

2011-08-01 Thread Jesper Juhl
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in include/. This patch removes them. When I last posted the patch, the ceph bit was ACK'ed by Sage Weil, so I've added that below. The pwc-ioctl change generated quite a bit of discussion about V4L ve

Re: [PATCH] [resend] usbvision: disable scaling for Nogatech MicroCam

2011-08-01 Thread Mauro Carvalho Chehab
Em 01-08-2011 15:50, Ondrej Zary escreveu: > On Wednesday 27 July 2011 17:03:06 Mauro Carvalho Chehab wrote: >> Em 22-07-2011 18:44, Ondrej Zary escreveu: >>> On Friday 22 July 2011 23:31:46 Devin Heitmueller wrote: On Fri, Jul 22, 2011 at 5:22 PM, Ondrej Zary wrote: > Seems that th

[cron job] v4l-dvb daily build: ERRORS

2011-08-01 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 Aug 1 19:00:34 CEST 2011 git hash:46540f7ac646ada7f22912ea7ea9b761ff5c4718 gcc version: i686-linux-gcc (GCC) 4.5

Re: [PATCH] [resend] usbvision: disable scaling for Nogatech MicroCam

2011-08-01 Thread Ondrej Zary
On Wednesday 27 July 2011 17:03:06 Mauro Carvalho Chehab wrote: > Em 22-07-2011 18:44, Ondrej Zary escreveu: > > On Friday 22 July 2011 23:31:46 Devin Heitmueller wrote: > >> On Fri, Jul 22, 2011 at 5:22 PM, Ondrej Zary > >> wrote: > >>> Seems that this bug is widespread - the same problem appear

Re: [PATCH] uvcvideo: add SetInterface(0) in .reset_resume handler

2011-08-01 Thread Mauro Carvalho Chehab
Em 01-08-2011 08:26, Laurent Pinchart escreveu: > Hi Ming, > > On Monday 01 August 2011 02:56:59 Ming Lei wrote: >> On Sun, Jul 31, 2011 at 11:38 PM, Laurent Pinchart wrote: >>> Hi Ming, >>> >>> Thanks for the patch. I've queued it for v3.2 with a small modification >>> (the usb_set_interface() ca

Support for Elgato Eyetv Hybrid?

2011-08-01 Thread Eddie Lania
Hello all, I would really much like to know if somebody is working yet on adding support to the kernel for the Elgato Eyetv Hybrid DVB/Analogue USB TV tuner stick (Vendor 0fd9 Product 0018). lsusb currently only shows there is a device with ID 0df9:0018 >From what i found on the internet, the de

Re: [PATCH] v4l2: Fix documentation of the codec device controls

2011-08-01 Thread Randy Dunlap
On Mon, 01 Aug 2011 16:51:39 +0200 Kamil Debski wrote: > Fixed missing ids of the codec controls description in the controls.xml file. > > Signed-off-by: Kamil Debski > Signed-off-by: Kyungmin Park > Reported-by: Randy Dunlap > --- > Hi, > > This patch fixes the problem with codec controls do

Re: [PATCH v3] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-01 Thread Guennadi Liakhovetski
On Mon, 1 Aug 2011, Sakari Ailus wrote: > Guennadi Liakhovetski wrote: > > On Tue, 26 Jul 2011, Hans Verkuil wrote: > > > >> On Tuesday, July 26, 2011 13:44:28 Sakari Ailus wrote: > >>> Hi Hans and Guennadi, > >> > >> > >> > I realized that it is not clear from the documentation whether it

Re: [PATCH v3] tuner_xc2028: Allow selection of the frequency adjustment code for XC3028

2011-08-01 Thread jean.bruenn
Hey, thanks Mauro, thanks Alina, my DVB-T Card started to work again, too. Jean -- 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: [PATCH v3] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-01 Thread Sakari Ailus
Guennadi Liakhovetski wrote: > On Tue, 26 Jul 2011, Hans Verkuil wrote: > >> On Tuesday, July 26, 2011 13:44:28 Sakari Ailus wrote: >>> Hi Hans and Guennadi, >> >> >> I realized that it is not clear from the documentation whether it is possible to call VIDIOC_REQBUFS and make addi

[PATCH] v4l2: Fix documentation of the codec device controls

2011-08-01 Thread Kamil Debski
Fixed missing ids of the codec controls description in the controls.xml file. Signed-off-by: Kamil Debski Signed-off-by: Kyungmin Park Reported-by: Randy Dunlap --- Hi, This patch fixes the problem with codec controls documentation reported by Randy in the following email: http://comments.gman

Re: [PATCH/RFC] fbdev: Add FOURCC-based format configuration API

2011-08-01 Thread Laurent Pinchart
Hi Florian, On Monday 01 August 2011 01:58:27 Florian Tobias Schandinat wrote: > On 07/31/2011 11:28 PM, Laurent Pinchart wrote: > > On Monday 01 August 2011 00:54:48 Florian Tobias Schandinat wrote: > >> On 07/31/2011 08:32 PM, Geert Uytterhoeven wrote: > >>> On Thu, Jul 28, 2011 at 12:51, Lauren

RE: media Documentation Errors

2011-08-01 Thread Kamil Debski
Hi, > From: Mauro Carvalho Chehab [mailto:mche...@infradead.org] > > Hi Randy, > > Em 30-07-2011 20:51, Randy Dunlap escreveu: > > Hi, > > > > What do I need to do to eliminate these errors? > > (from 3.0-git12) > > Thanks for reporting it. > > > Error: no ID for constraint linkend: v4l2-mpeg-

Re: [GIT PULL for v3.0] media updates for v3.1

2011-08-01 Thread Hans de Goede
Hi, On 08/01/2011 09:45 AM, Hans Verkuil wrote: Hi, On 07/31/2011 12:38 PM, Mauro Carvalho Chehab wrote: Em 31-07-2011 04:57, Hans de Goede escreveu: Hi, I notice that Hans Verkuil's patches to make poll report what is being polled to drivers, and my corresponding patches for adding event su

Re: [PATCH] uvcvideo: add SetInterface(0) in .reset_resume handler

2011-08-01 Thread Laurent Pinchart
Hi Ming, On Monday 01 August 2011 02:56:59 Ming Lei wrote: > On Sun, Jul 31, 2011 at 11:38 PM, Laurent Pinchart wrote: > > Hi Ming, > > > > Thanks for the patch. I've queued it for v3.2 with a small modification > > (the usb_set_interface() call has been moved to uvc_video.c). > > Thanks for que

Re: [PATCHv4 05/11] omap3isp: Use *_dec_not_zero instead of *_add_unless

2011-08-01 Thread Laurent Pinchart
Hi Sven, On Monday 01 August 2011 12:07:15 Sven Eckelmann wrote: > On Sunday 31 July 2011 17:00:43 Laurent Pinchart wrote: > > On Wednesday 27 July 2011 11:47:44 Sven Eckelmann wrote: > > > atomic_dec_not_zero is defined for each architecture through > > > to provide the functionality of > > > at

Re: [PATCH v3] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-01 Thread Guennadi Liakhovetski
On Sat, 30 Jul 2011, Hans Verkuil wrote: [snip] > No. We do not have a mechanism (yet) to tie a pipeline configuration to > a queued buffer (to be discussed in next week in Cambourne). > > It is my understanding that you change the current streaming format, and > then queue the large (prepared)

Re: [PATCH 00/59] Convert soc-camera to .[gs]_mbus_config() subdev operations

2011-08-01 Thread Janusz Krzysztofik
Dnia piątek, 29 lipca 2011 o 12:56:00 Guennadi Liakhovetski napisał(a): > This patch-series converts all soc-camera client and host drivers and > the core from soc-camera specific .{query,set}_bus_param() > operations to the new .[gs]_mbus_config() subdev operations. In > order to prevent bisect br

Re: Re: [PATCHv4 05/11] omap3isp: Use *_dec_not_zero instead of *_add_unless

2011-08-01 Thread Sven Eckelmann
On Sunday 31 July 2011 17:00:43 Laurent Pinchart wrote: > Hi Sven, > > Thanks for the patch. > > On Wednesday 27 July 2011 11:47:44 Sven Eckelmann wrote: > > atomic_dec_not_zero is defined for each architecture through > > to provide the functionality of > > atomic_add_unless(x, -1, 0). > > > >

Re: [PATCH/RFC] fbdev: Add FOURCC-based format configuration API

2011-08-01 Thread Geert Uytterhoeven
On Mon, Aug 1, 2011 at 00:54, Florian Tobias Schandinat wrote: > On 07/31/2011 08:32 PM, Geert Uytterhoeven wrote: >> On Thu, Jul 28, 2011 at 12:51, Laurent Pinchart >>  wrote: As for struct fb_var_screeninfo fields to support switching to a FOURCC mode, I also prefer an explicit d

Re: [PATCH v3] V4L: add two new ioctl()s for multi-size videobuffer management

2011-08-01 Thread Guennadi Liakhovetski
On Tue, 26 Jul 2011, Hans Verkuil wrote: > On Tuesday, July 26, 2011 13:44:28 Sakari Ailus wrote: > > Hi Hans and Guennadi, > > > > > > I realized that it is not clear from the documentation whether it is > > > possible to call > > > VIDIOC_REQBUFS and make additional calls to VIDIOC_CREATE_BU

Re: [GIT PULL for v3.0] media updates for v3.1

2011-08-01 Thread Hans Verkuil
> Hi, > > On 07/31/2011 12:38 PM, Mauro Carvalho Chehab wrote: >> Em 31-07-2011 04:57, Hans de Goede escreveu: >>> Hi, >>> >>> I notice that Hans Verkuil's patches to make poll >>> report what is being polled to drivers, and my corresponding >>> patches for adding event support to pwc are not inclu

Re: [GIT PULL for v3.0] media updates for v3.1

2011-08-01 Thread Hans de Goede
Hi, On 07/31/2011 12:38 PM, Mauro Carvalho Chehab wrote: Em 31-07-2011 04:57, Hans de Goede escreveu: Hi, I notice that Hans Verkuil's patches to make poll report what is being polled to drivers, and my corresponding patches for adding event support to pwc are not included, what is the plan wi