Re: [PATCH] em28xx: ignore isoc DVB USB endpoints with wMaxPacketSize = 0 bytes for all alt settings

2013-03-28 Thread Timo Teras
On Wed, 27 Mar 2013 21:07:41 +0100 Frank Schäfer fschaefer@googlemail.com wrote: Some devices without DVB support (such as the Terratec Grabby and Easycap DC-60) provide isochronous DVB USB endpoints with wMaxPacketSize set to 0 bytes for all alt settings. Ignore these endpoints and

[GIT PULL FOR v3.10] hdpvr: driver overhaul

2013-03-28 Thread Hans Verkuil
Hi Mauro, This pull request overhauls the hdpvr driver. It's identical to my earlier posted patch series: http://www.mail-archive.com/linux-media@vger.kernel.org/msg60040.html except for being rebased to the latest master. It's been tested thoroughly on my hdpvr and with a video generator to

Re: [PATCH RFC] [media] add Aptina mt9m114 HD digital image sensor driver

2013-03-28 Thread Scott Jiang
This driver support parallel data output mode and QVGA/VGA/WVGA/720P resolution. You can select YCbCr and RGB565 output format. What host bridge do you use this driver with ? I only tested with blackfin. + */ [snip] +struct mt9m114_reg { + u16 reg; + u32 val; + int

[PATCH] davinci: vpif: add pm_runtime support

2013-03-28 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime support to the TI Davinci VPIF driver. Along side this patch replaces clk_get() with devm_clk_get() to simplify the error handling. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/davinci/vpif.c |

Re: Terratec Grabby hwrev 2

2013-03-28 Thread Timo Teras
On Wed, 27 Mar 2013 16:10:49 +0200 Timo Teras timo.te...@iki.fi wrote: On Tue, 26 Mar 2013 10:20:56 +0200 Timo Teras timo.te...@iki.fi wrote: I did manage to get decent traces with USBlyzer evaluation version. Nothing _that_ exciting there. Though, there's quite a bit of differences on

Re: [PATCH] davinci: vpif: add pm_runtime support

2013-03-28 Thread Laurent Pinchart
Hi Prabhakar, Thanks for the patch. On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime support to the TI Davinci VPIF driver. Along side this patch replaces clk_get() with devm_clk_get() to simplify the error handling.

Re: [PATCH RFC] [media] add Aptina mt9m114 HD digital image sensor driver

2013-03-28 Thread Laurent Pinchart
Hi Scott, On Thursday 28 March 2013 16:29:30 Scott Jiang wrote: This driver support parallel data output mode and QVGA/VGA/WVGA/720P resolution. You can select YCbCr and RGB565 output format. What host bridge do you use this driver with ? I only tested with blackfin. + */

Get resolution of image capture device?

2013-03-28 Thread Satz Klauer
Hi, there are several documents and examples out there tha helped me a lot with v4l2 and image capturing, but one question is still unanswered: How can I check which (maximum) native resolutions a device supports? Is there a possibility to query image width and height from a device? Thanks! --

Re: [PATCH] davinci: vpif: add pm_runtime support

2013-03-28 Thread Prabhakar Lad
Hi Laurent, Thanks for the quick review! On Thu, Mar 28, 2013 at 2:39 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, Thanks for the patch. On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime

Re: [PATCH] davinci: vpif: add pm_runtime support

2013-03-28 Thread Laurent Pinchart
Hi Prabhakar, On Thursday 28 March 2013 15:36:11 Prabhakar Lad wrote: On Thu, Mar 28, 2013 at 2:39 PM, Laurent Pinchart wrote: On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Add pm_runtime support to the TI Davinci VPIF driver.

Re: [PATCH] davinci: vpif: add pm_runtime support

2013-03-28 Thread Prabhakar Lad
Hi Laurent, On Thu, Mar 28, 2013 at 3:40 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, On Thursday 28 March 2013 15:36:11 Prabhakar Lad wrote: On Thu, Mar 28, 2013 at 2:39 PM, Laurent Pinchart wrote: On Thursday 28 March 2013 14:20:32 Prabhakar lad wrote:

[PATCH] uvcvideo: Return -EINVAL when setting a menu control to an invalid value

2013-03-28 Thread Laurent Pinchart
-ERANGE is the right error code when the value is outside of the menu range, but -EINVAL must be reported for invalid values inside the range. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/usb/uvc/uvc_ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] uvcvideo: Return -EINVAL when setting a menu control to an invalid value

2013-03-28 Thread Hans Verkuil
On Thu March 28 2013 12:10:56 Laurent Pinchart wrote: -ERANGE is the right error code when the value is outside of the menu range, but -EINVAL must be reported for invalid values inside the range. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans Verkuil

[PATCH/RFC] uvcvideo: Disable USB autosuspend for Creative Live! Cam Optia AF

2013-03-28 Thread Laurent Pinchart
The camera fails to start video streaming after having been autosuspend. Add a new quirk to selectively disable autosuspend for devices that don't support it. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/usb/uvc/uvc_driver.c | 14 +-

[GIT PULL FOR v3.10] uvcvideo fix

2013-03-28 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 004e45d736bfe62159bd4dc1549eff414bd27496: [media] tuner-core: handle errors when getting signal strength/afc (2013-03-25 15:10:43 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-next for you to

Re: Terratec Grabby hwrev 2

2013-03-28 Thread Mauro Carvalho Chehab
Em Thu, 28 Mar 2013 10:52:01 +0200 Timo Teras timo.te...@iki.fi escreveu: On Wed, 27 Mar 2013 16:10:49 +0200 Timo Teras timo.te...@iki.fi wrote: On Tue, 26 Mar 2013 10:20:56 +0200 Timo Teras timo.te...@iki.fi wrote: I did manage to get decent traces with USBlyzer evaluation version.

Re: Terratec Grabby hwrev 2

2013-03-28 Thread Timo Teras
On Thu, 28 Mar 2013 09:40:52 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: Em Thu, 28 Mar 2013 10:52:01 +0200 Timo Teras timo.te...@iki.fi escreveu: On Wed, 27 Mar 2013 16:10:49 +0200 Timo Teras timo.te...@iki.fi wrote: On Tue, 26 Mar 2013 10:20:56 +0200 Timo Teras

Re: [GIT PULL FOR v3.10] hdpvr: driver overhaul

2013-03-28 Thread Hans Verkuil
On Thu March 28 2013 09:27:53 Hans Verkuil wrote: Hi Mauro, This pull request overhauls the hdpvr driver. It's identical to my earlier posted patch series: http://www.mail-archive.com/linux-media@vger.kernel.org/msg60040.html except for being rebased to the latest master. It's been

Re: [PATCH/RFC] uvcvideo: Disable USB autosuspend for Creative Live! Cam Optia AF

2013-03-28 Thread Alan Stern
On Thu, 28 Mar 2013, Laurent Pinchart wrote: The camera fails to start video streaming after having been autosuspend. Add a new quirk to selectively disable autosuspend for devices that don't support it. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com ---

Re: Terratec Grabby hwrev 2

2013-03-28 Thread Timo Teras
On Thu, 28 Mar 2013 15:35:56 +0200 Timo Teras timo.te...@iki.fi wrote: On Thu, 28 Mar 2013 09:40:52 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: Em Thu, 28 Mar 2013 10:52:01 +0200 Timo Teras timo.te...@iki.fi escreveu: On Wed, 27 Mar 2013 16:10:49 +0200 Timo Teras

Re: Terratec Grabby hwrev 2

2013-03-28 Thread Mauro Carvalho Chehab
Em Thu, 28 Mar 2013 15:35:56 +0200 Timo Teras timo.te...@iki.fi escreveu: On Thu, 28 Mar 2013 09:40:52 -0300 Mauro Carvalho Chehab mche...@redhat.com wrote: Em Thu, 28 Mar 2013 10:52:01 +0200 Timo Teras timo.te...@iki.fi escreveu: On Wed, 27 Mar 2013 16:10:49 +0200 Timo Teras

cron job: media_tree daily build: WARNINGS

2013-03-28 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Thu Mar 28 19:00:21 CET 2013 git branch: test git hash: 004e45d736bfe62159bd4dc1549eff414bd27496 gcc

Problems with Hauppauge Nova TD Dual Tuner USB Stick and Mythtv, no problems in Windows!

2013-03-28 Thread Another Sillyname
I'm posting this on both the Mythtv dev and Linux Media lists as I'm not sure where the problem sits, my inclination is it's probably in myth's tuning and I'll explaing why shortly. I recently built a system for a friend of mine, using Fedora 18 x64. Clean build on a DFI Mini ITX P55-T36 system

[PATCH] [media] gspca: remove obsolete Kconfig macros

2013-03-28 Thread Paul Bolle
The et61x251 driver was removed in v3.5. Remove the last references to its Kconfig macro now. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested, as usual. drivers/media/usb/gspca/etoms.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/media/usb/gspca/etoms.c

Re: [RFC 01/12] exynos-fimc-is: Adding device tree nodes

2013-03-28 Thread Sylwester Nawrocki
Hi Arun, On 03/28/2013 06:10 AM, Arun Kumar K wrote: On Wed, Mar 27, 2013 at 7:17 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 03/27/2013 05:31 AM, Arun Kumar K wrote: On Wed, Mar 27, 2013 at 4:21 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 03/26/2013 01:17 PM,