Re: pac7311

2011-10-20 Thread Németh Márton
Lars Noschinski wrote: > * Németh Márton [11-10-18 22:14]: >> Hi Lars, >> >> Lars Noschinski wrote: >>> I'm using a webcam (Philipps SPC500NC) which identifies itself as >>> >>> 093a:2603 Pixart Imaging, Inc. PAC7312 Camera >>> >>> and is sort-of supported by the gspca_pac7311 module. "sort-of

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions > 0.15

2011-10-20 Thread Taylor Ralph
On Thu, Oct 20, 2011 at 3:26 PM, Taylor Ralph wrote: > On Thu, Oct 20, 2011 at 2:14 PM, Devin Heitmueller > wrote: >> On Thu, Oct 20, 2011 at 1:08 PM, Janne Grunau wrote: >>> I think such scenario is unlikely but I don't know it for sure and >>> I don't want to force anyone to test every firmwar

Re: [patch] [media] av7110: wrong limiter in av7110_start_feed()

2011-10-20 Thread Oliver Endriss
On Tuesday 18 October 2011 08:12:09 Dan Carpenter wrote: > Smatch complains that the wrong limiter is used here: > drivers/media/dvb/ttpci/av7110.c +906 dvb_feed_start_pid(12) > error: buffer overflow 'npids' 5 <= 19 > > Here is the problem code: >905 i = dvbdmxfeed->pes_type; >

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions > 0.15

2011-10-20 Thread Taylor Ralph
On Thu, Oct 20, 2011 at 2:14 PM, Devin Heitmueller wrote: > On Thu, Oct 20, 2011 at 1:08 PM, Janne Grunau wrote: >> I think such scenario is unlikely but I don't know it for sure and >> I don't want to force anyone to test every firmware version. >> Ignoring them for firmware version < 16 should

Re: pac7311

2011-10-20 Thread Lars Noschinski
* Németh Márton [11-10-18 22:14]: > Hi Lars, > > Lars Noschinski wrote: > > I'm using a webcam (Philipps SPC500NC) which identifies itself as > > > > 093a:2603 Pixart Imaging, Inc. PAC7312 Camera > > > > and is sort-of supported by the gspca_pac7311 module. "sort-of" because > > the image a

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions > 0.15

2011-10-20 Thread Devin Heitmueller
On Thu, Oct 20, 2011 at 1:08 PM, Janne Grunau wrote: > I think such scenario is unlikely but I don't know it for sure and > I don't want to force anyone to test every firmware version. > Ignoring them for firmware version < 16 should be safe since we assume > they had no effect. Returning -EINVAL

cron job: media_tree daily build: WARNINGS

2011-10-20 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 Oct 20 19:00:17 CEST 2011 git hash:35a912455ff5640dc410e91279b03e04045265b2 gcc version: i686-linux-gcc (GC

Re: OMAP3 ISP ghosting

2011-10-20 Thread Enrico
On Thu, Oct 13, 2011 at 2:52 PM, Gary Thomas wrote: > On 2011-10-13 06:32, Enrico wrote: >> Looking at the single images (top and bottom) i don't see ghosting >> artifacts (not only in that image but in a sequence of 16 frames), >> just a little blurry in moving parts but that's expected in an >>

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions > 0.15

2011-10-20 Thread Janne Grunau
On Thu, Oct 20, 2011 at 12:35:40PM -0400, Devin Heitmueller wrote: > On Thu, Oct 20, 2011 at 12:23 PM, Janne Grunau wrote: > > > > I've looked at them only at very beginning and if I recall correctly > > they had no visible effects. The values in the linux driver were taken > > from sniffing the w

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions > 0.15

2011-10-20 Thread Devin Heitmueller
On Thu, Oct 20, 2011 at 12:23 PM, Janne Grunau wrote: > On Thu, Oct 20, 2011 at 11:30:11AM -0400, Devin Heitmueller wrote: >> On Thu, Oct 20, 2011 at 11:24 AM, Taylor Ralph >> wrote: >> > I've attached a patch that correctly sets the max/min/default values >> > for the hdpvr picture controls. Th

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions > 0.15

2011-10-20 Thread Janne Grunau
On Thu, Oct 20, 2011 at 11:30:11AM -0400, Devin Heitmueller wrote: > On Thu, Oct 20, 2011 at 11:24 AM, Taylor Ralph wrote: > > I've attached a patch that correctly sets the max/min/default values > > for the hdpvr picture controls. The reason the current values didn't > > cause a problem until now

[GIT PULL FOR 3.2] Anysee

2011-10-20 Thread Antti Palosaari
Mauro, The following changes since commit 446b792c6bd87de4565ba200b75a708b4c575a06: [media] media: DocBook: Fix trivial typo in Sub-device Interface (2011-09-27 09:14:58 -0300) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git anysee Antti Palosaari (7):

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions > 0.15

2011-10-20 Thread Taylor Ralph
On Thu, Oct 20, 2011 at 11:30 AM, Devin Heitmueller wrote: > On Thu, Oct 20, 2011 at 11:24 AM, Taylor Ralph wrote: >> I've attached a patch that correctly sets the max/min/default values >> for the hdpvr picture controls. The reason the current values didn't >> cause a problem until now is becaus

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions > 0.15

2011-10-20 Thread Devin Heitmueller
On Thu, Oct 20, 2011 at 11:24 AM, Taylor Ralph wrote: > I've attached a patch that correctly sets the max/min/default values > for the hdpvr picture controls. The reason the current values didn't > cause a problem until now is because any firmware <= 0.15 didn't > support them. The latest firmware

[PATCH] [media] hdpvr: update picture controls to support firmware versions > 0.15

2011-10-20 Thread Taylor Ralph
I've attached a patch that correctly sets the max/min/default values for the hdpvr picture controls. The reason the current values didn't cause a problem until now is because any firmware <= 0.15 didn't support them. The latest firmware releases properly support picture controls and the values in t

Re: [PULL] git://linuxtv.org/mkrufky/mxl111sf aero-m-dvbt

2011-10-20 Thread Michael Krufky
Mauro, I had to push an additional patch to this tree, disabling some calculations to avoid potential math errors and some build problems on other architectures... Here is an updated pull request: The following changes since commit a461e0ad3d27b6342140566909a80db30d151a91: Steven Toth (1):

Re: omap3isp: BT.656 support

2011-10-20 Thread Stefan Herbrechtsmeier
Am 20.10.2011 14:14, schrieb Boris Todorov: > On Thu, Oct 20, 2011 at 12:03 PM, Stefan Herbrechtsmeier > wrote: >> Am 20.10.2011 08:56, schrieb Boris Todorov: >>> On Wed, Oct 19, 2011 at 7:26 PM, Stefan Herbrechtsmeier >>> wrote: Am 18.10.2011 15:33, schrieb Boris Todorov: > Hi > >>>

RE: [PATCH] media: vb2: set buffer length correctly for all buffer types

2011-10-20 Thread Marek Szyprowski
Hello, On Friday, October 14, 2011 2:54 PM Marek Szyprowski wrote: > v4l2_planes[plane].length field was not initialized for userptr buffers. > This patch fixes this issue. > > Signed-off-by: Marek Szyprowski > Signed-off-by: Kyungmin Park > CC: Pawel Osciak > --- > drivers/media/video/video

Re: omap3isp: BT.656 support

2011-10-20 Thread Boris Todorov
On Thu, Oct 20, 2011 at 12:03 PM, Stefan Herbrechtsmeier wrote: > Am 20.10.2011 08:56, schrieb Boris Todorov: >> On Wed, Oct 19, 2011 at 7:26 PM, Stefan Herbrechtsmeier >> wrote: >>> Am 18.10.2011 15:33, schrieb Boris Todorov: Hi I'm trying to run OMAP + TVP5151 in BT656 mode.

Re: Staging questions: WAS Re: [PATCH 0/7] Staging submission: PCTV 74e drivers and some cleanup

2011-10-20 Thread Mauro Carvalho Chehab
Em 20-10-2011 08:53, Patrick Dickey escreveu: > Thank you for the suggestions (both of you). I'll submit a pull request > by this weekend (as I want to test it again in Ubuntu 11.10 just to make > sure everything works). And for Mauro, is there a direct link to the > scripts? I looked for them af

Re: Staging questions: WAS Re: [PATCH 0/7] Staging submission: PCTV 74e drivers and some cleanup

2011-10-20 Thread Patrick Dickey
Thank you for the suggestions (both of you). I'll submit a pull request by this weekend (as I want to test it again in Ubuntu 11.10 just to make sure everything works). And for Mauro, is there a direct link to the scripts? I looked for them after the last time I emailed, but couldn't find them (o

Re: [RFC] subdevice PM: .s_power() deprecation?

2011-10-20 Thread Laurent Pinchart
Hi Guennadi, On Tuesday 18 October 2011 23:38:11 Guennadi Liakhovetski wrote: > On Tue, 18 Oct 2011, Sylwester Nawrocki wrote: > > On 10/18/2011 01:07 AM, Laurent Pinchart wrote: > > > On Monday 17 October 2011 23:26:28 Sylwester Nawrocki wrote: > > >> On 10/17/2011 05:23 PM, Guennadi Liakhovetski

Re: omap3isp: BT.656 support

2011-10-20 Thread Stefan Herbrechtsmeier
Am 20.10.2011 08:56, schrieb Boris Todorov: > On Wed, Oct 19, 2011 at 7:26 PM, Stefan Herbrechtsmeier > wrote: >> Am 18.10.2011 15:33, schrieb Boris Todorov: >>> Hi >>> >>> I'm trying to run OMAP + TVP5151 in BT656 mode. >>> >>> I'm using omap3isp-omap3isp-yuv (git.linuxtv.org/pinchartl/media.git)