Re: "new" tt s-1500 diseqc

2011-05-02 Thread Jan
Thanks Oliver for pointing this out. After applying the patch I managed to get the card working. On 4/30/11 4:24 AM, Oliver Endriss wrote: On Thursday 28 April 2011 17:42:31 Jan wrote: I try to get the "new" tt-1500 model using the BSBE1-D01A tuner to work with a diseqc switch. Currently I a

cx88 sound does not always work (Re: [PATCH v2.6.38 resend 0/7] cx88 deadlock and data races)

2011-05-02 Thread Jonathan Nieder
Hi, linuxtv wrote: > FYI I too experienced the problem of hanging and used the patch dated > 6th April to get it working. > However I do have the problem that sound does not always work/come on. > Once it is started it stays, getting it started is not reliable. Could you give details? What card

RE: [PATCH 2/2] OMAP3: RX-51: define vdds_csib regulator supply

2011-05-02 Thread kalle.jokiniemi
Hi, > -Original Message- > From: ext Tony Lindgren [mailto:t...@atomide.com] > Sent: 29. huhtikuuta 2011 12:14 > To: Jokiniemi Kalle (Nokia-SD/Tampere) > Cc: laurent.pinch...@ideasonboard.com; mche...@infradead.org; linux- > o...@vger.kernel.org; linux-media@vger.kernel.org > Subjec

[PATCH v2 1/2] OMAP3: ISP: Add regulator control for omap34xx

2011-05-02 Thread Kalle Jokiniemi
The current omap3isp driver is missing regulator handling for CSIb complex in omap34xx based devices. This patch adds a mechanism for this to the omap3isp driver. Signed-off-by: Kalle Jokiniemi --- drivers/media/video/omap3isp/ispccp2.c | 27 +-- drivers/media/video/oma

[PATCH v2 0/2] omap3isp/rx-51: Add vdds_csib regulator handling

2011-05-02 Thread Kalle Jokiniemi
The CSIb block is used in rx-51 to handle camera ccp2 IO. Adding support to omap3isp driver for managing the power supply for the CSIb IO complex via regulator framework. Also create the apropriate regulator definitions in the rx-51 board file. I propose to push this set through the linux-media, s

[PATCH v2 2/2] OMAP3: RX-51: define vdds_csib regulator supply

2011-05-02 Thread Kalle Jokiniemi
The RX-51 uses the CSIb IO complex for camera operation. The board file is missing definition for the regulator supplying the CSIb complex, so this is added for better power management. Signed-off-by: Kalle Jokiniemi --- arch/arm/mach-omap2/board-rx51-peripherals.c |9 + 1 files chan

Re: [PATCH v16 01/13] davinci vpbe: V4L2 display driver for DM644X SoC

2011-05-02 Thread Laurent Pinchart
Hi Manjunath, On Tuesday 26 April 2011 16:47:45 Hadli, Manjunath wrote: > Laurent, > Can you please review the patches with your suggestions from : > http://git.linuxtv.org/mhadli/v4l-dvb-davinci_devices.git?a=shortlog;h=refs > /heads/forkhilman2 and let me know if you think all your suggestions

Query: Implementation of overlay on linux

2011-05-02 Thread vipul kumar samar
Hello, I am working on LCD module and I want to implement two overlay windows on frame buffer. I have some queries related to this: 1. Can any body suggest me how to proceed towards it?? 2. Is their any standard way to use frame buffer ioctl calls?? 3. If i have to define my own ioctls then how

RE: [PATCH 1/2] OMAP3: ISP: Add regulator control for omap34xx

2011-05-02 Thread kalle.jokiniemi
Hi, > -Original Message- > From: ext Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: 29. huhtikuuta 2011 12:49 > To: Jokiniemi Kalle (Nokia-SD/Tampere) > Cc: t...@atomide.com; mche...@infradead.org; linux- > o...@vger.kernel.org; linux-media@vger.kernel.org > Sub

[GIT PATCHES FOR 2.6.39] Fix subdev control enumeration

2011-05-02 Thread Hans Verkuil
Hi Mauro, This fix is for 2.6.39. Control enumeration for subdev device nodes is broken. The fix is simple and has been tested by Sakari. Regards, Hans The following changes since commit 28df73703e738d8ae7a958350f74b08b2e9fe9ed: Mauro Carvalho Chehab (1): [media] xc5000: Impr

problems of em28xx based DVB driver

2011-05-02 Thread a baffian
Hello all Is there anyone can help to fix the problems of driver of "Pinnacle PCTV Hybrid pro stick"? This device is a DVB and analog tv device based on em28xx and xc2038 chips. My description of its driver's problems is in http://daftar.minidns.net/pctv/problem.html Please help to fix them. Th

Scan unsuccessfull after UK Digital Switch Over (DSO)

2011-05-02 Thread mikspace-linux
Hello, I have a KWorld DVB-T KW-D-395U. Before DSO, it was working well, in fact I can still see the old channels on the old frequencies. On 13 April 2011, the DSO in my area (Sandy Heath) has occurred and now I can't get the new channels. I've tried Me-TV, Kaffeine and Klear. With w_scan I have

Re: Help to make a driver. ISDB-Tb

2011-05-02 Thread Mauro Carvalho Chehab
Em 01-05-2011 22:57, Alfredo Jesús Delaiti escreveu: > Hi Mauro > > I guess the error is in this part of the module mb86a20s.c > > /* Check if it is a mb86a20s frontend */ > rev = mb86a20s_readreg(state, 0); > if (rev == 0x13) { > ^^ > > printk(KERN_INFO "Detected a

Re: Query: Implementation of overlay on linux

2011-05-02 Thread Hans Verkuil
On Monday, May 02, 2011 13:04:59 vipul kumar samar wrote: > Hello, > > I am working on LCD module and I want to implement two overlay windows > on frame buffer. I have some queries related to this: You mean capture overlay windows? E.g. you want to capture from a video input and have the video d

Re: [PATCH v2 1/2] OMAP3: ISP: Add regulator control for omap34xx

2011-05-02 Thread Laurent Pinchart
Hi Kalle, Thanks for the patch. On Monday 02 May 2011 11:16:16 Kalle Jokiniemi wrote: > The current omap3isp driver is missing regulator handling > for CSIb complex in omap34xx based devices. This patch > adds a mechanism for this to the omap3isp driver. > > Signed-off-by: Kalle Jokiniemi Acke

Re: [PATCH v2 2/2] OMAP3: RX-51: define vdds_csib regulator supply

2011-05-02 Thread Laurent Pinchart
Hi Kalle, On Monday 02 May 2011 11:16:17 Kalle Jokiniemi wrote: > The RX-51 uses the CSIb IO complex for camera operation. The > board file is missing definition for the regulator supplying > the CSIb complex, so this is added for better power > management. > > Signed-off-by: Kalle Jokiniemi > -

Re: [PATCH 1/5] kconfig: add an option to determine a menu's visibility

2011-05-02 Thread Michal Marek
On Thu, Apr 28, 2011 at 10:38:02AM -0700, Randy Dunlap wrote: > On Fri, 26 Nov 2010 08:17:36 -0800 Randy Dunlap wrote: > > > On Fri, 26 Nov 2010 17:15:11 +0100 Michal Marek wrote: > > > Subject: [PATCH] kconfig: Document the new "visible if" syntax > > Hi, > > Can we get this kconfig-language.tx

Re: [RFC] V4L2 API for flash devices

2011-05-02 Thread Sakari Ailus
Sakari Ailus wrote: > Laurent Pinchart wrote: >> Hi Sakari, > > Hi Laurent, Hi Hans and Laurent, >> On Tuesday 29 March 2011 13:51:38 Sakari Ailus wrote: >>> Sakari Ailus wrote: Hans Verkuil wrote: > On Tuesday, March 29, 2011 11:35:19 Sakari Ailus wrote: >> Hi Hans, >> >> M

Re: [PATCH 1/2][media] s2255drv: adding MJPEG format

2011-05-02 Thread Mauro Carvalho Chehab
Em 04-04-2011 15:16, Sensoray Linux Development escreveu: > adding MJPEG format > Please be careful when sending patches. I had to manually apply the hunks, as whitespaces were completely wrong on this patchset. > Signed-off-by: Dean Anderson > --- > drivers/media/video/s2255drv.c |6 +

Re: [PATCH 2/2] [media] s2255drv: jpeg enable module parameter

2011-05-02 Thread Mauro Carvalho Chehab
Em 04-04-2011 15:23, Sensoray Linux Development escreveu: > Adding jpeg enable module parameter. This one has also some bad whitespacing. I've applied both. Please next time, double check it before sending me a patch. Thanks, Mauro > > Signed-off-by: Dean Anderson > > --- > drivers/media/vid

Re: [PATCH 00/10] rc-core: my current patchqueue

2011-05-02 Thread Mauro Carvalho Chehab
Em 28-04-2011 17:13, Malcolm Priestley escreveu: > On Thu, 2011-04-28 at 17:13 +0200, David Härdeman wrote: >> The following series is what's in my current patch queue for rc-core. >> >> It only been lightly tested so far and it's based on the "for_v2.6.39" >> branch, >> but I still wanted to send

Support to AverTV Volar Video Capture (H830D)

2011-05-02 Thread Manuel Carona
Hi, How can I help (I'm not pro, It's only a hobby for me..:P) to get AverTV Volar Video Capture (H830D) to work on linux? Or can someone help me make it work? Is it necessary to make a module for it from scratch? I can't find the firmware anywhere, is it necessary? I can't find any .bin file to be

[cron job] v4l-dvb daily build: ERRORS

2011-05-02 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 May 2 19:00:35 CEST 2011 git hash:c763a885522f05f9b45cdbf5ffa59d03186caff4 gcc version: i686-linux-gcc (GCC) 4.5

Re: cx88 sound does not always work (Re: [PATCH v2.6.38 resend 0/7] cx88 deadlock and data races)

2011-05-02 Thread linuxtv
Card Hauppage HVR-1300 Does it show up - yes Does it work - yes. However when testing for audio, either via mythbackend or smplayer /dev/video1 I get no sound 75% of the time on a first run. Of that, 75% of the time if I run smplayer /dev/video1 a few times sound reappears and will stay there unt

Re: [PATCH] Fix cx88 remote control input

2011-05-02 Thread Mauro Carvalho Chehab
Em 08-04-2011 09:50, Lawrence Rust escreveu: > This patch restores remote control input for cx2388x based boards on > Linux kernels >= 2.6.38. > > After upgrading from Linux 2.6.37 to 2.6.38 I found that the remote > control input of my Hauppauge Nova-S plus was no longer functioning. > I posted

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Hans Verkuil
NACK. For two reasons: first of all it is not signed off by Andy Walls, the cx18 maintainer. I know he has had other things on his plate recently which is probably why he hasn't had the chance to review this. Secondly, while doing a quick scan myself I noticed that this code does a conversion fro

Re: [RFC] V4L2 API for flash devices

2011-05-02 Thread Hans Verkuil
On Monday, May 02, 2011 18:04:18 Sakari Ailus wrote: > Sakari Ailus wrote: > > Laurent Pinchart wrote: > >> Hi Sakari, > > > > Hi Laurent, > > Hi Hans and Laurent, > > >> On Tuesday 29 March 2011 13:51:38 Sakari Ailus wrote: > >>> Sakari Ailus wrote: > Hans Verkuil wrote: > > On Tuesday

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Devin Heitmueller
On Mon, May 2, 2011 at 3:11 PM, Hans Verkuil wrote: > NACK. > > For two reasons: first of all it is not signed off by Andy Walls, the cx18 > maintainer. I know he has had other things on his plate recently which is > probably why he hasn't had the chance to review this. > > Secondly, while doing a

Re: [RFC] V4L2 API for flash devices

2011-05-02 Thread Laurent Pinchart
Hi Hans, On Monday 02 May 2011 21:13:56 Hans Verkuil wrote: > On Monday, May 02, 2011 18:04:18 Sakari Ailus wrote: > > Sakari Ailus wrote: > > > Laurent Pinchart wrote: > > >> On Tuesday 29 March 2011 13:51:38 Sakari Ailus wrote: > > >>> Sakari Ailus wrote: > > Hans Verkuil wrote: > > > O

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Mauro Carvalho Chehab
Em 02-05-2011 16:11, Hans Verkuil escreveu: > NACK. > > For two reasons: first of all it is not signed off by Andy Walls, the cx18 > maintainer. I know he has had other things on his plate recently which is > probably why he hasn't had the chance to review this. > > Secondly, while doing a quick

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Devin Heitmueller
On Mon, May 2, 2011 at 3:35 PM, Mauro Carvalho Chehab wrote: > Em 02-05-2011 16:11, Hans Verkuil escreveu: >> NACK. >> >> For two reasons: first of all it is not signed off by Andy Walls, the cx18 >> maintainer. I know he has had other things on his plate recently which is >> probably why he hasn'

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Hans Verkuil
On Monday, May 02, 2011 21:35:45 Mauro Carvalho Chehab wrote: > Em 02-05-2011 16:11, Hans Verkuil escreveu: > > NACK. > > > > For two reasons: first of all it is not signed off by Andy Walls, the cx18 > > maintainer. I know he has had other things on his plate recently which is > > probably why he

Re: [RFC] V4L2 API for flash devices

2011-05-02 Thread Hans Verkuil
On Monday, May 02, 2011 21:32:46 Laurent Pinchart wrote: > Hi Hans, > > On Monday 02 May 2011 21:13:56 Hans Verkuil wrote: > > On Monday, May 02, 2011 18:04:18 Sakari Ailus wrote: > > > Sakari Ailus wrote: > > > > Laurent Pinchart wrote: > > > >> On Tuesday 29 March 2011 13:51:38 Sakari Ailus wrot

Re: [linux-dvb] Support to AverTV Volar Video Capture (H830D)

2011-05-02 Thread Erik P. Olsen
On 02/05/11 21:37, Manuel Carona wrote: Hi, How can I help (I'm not pro, It's only a hobby for me..:P) to get AverTV Volar Video Capture (H830D) to work on linux? Or can someone help me make it work? Is it necessary to make a module for it from scratch? I can't find the firmware anywhere, is it n

Re: [PATCHES] Misc. trivial fixes

2011-05-02 Thread Mauro Carvalho Chehab
Em 13-04-2011 15:20, Andreas Oberritter escreveu: > On 04/12/2011 04:31 PM, Robby Workman wrote: >> On Tue, 12 Apr 2011, Andreas Oberritter wrote: >> >>> On 04/12/2011 04:10 AM, Robby Workman wrote: --- a/Make.rules +++ b/Make.rules @@ -11,6 +11,7 @@ PREFIX = /usr/local LIBDIR

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Devin Heitmueller
On Mon, May 2, 2011 at 4:02 PM, Hans Verkuil wrote: > It was merged without *asking* Andy. I know he has had some private stuff to > deal with this month so I wasn't surprised that he hadn't reviewed it yet. > > It would have been nice if he was reminded first of this patch. It's a > fairly substa

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Hans Verkuil
On Monday, May 02, 2011 22:59:09 Devin Heitmueller wrote: > On Mon, May 2, 2011 at 4:02 PM, Hans Verkuil wrote: > > It was merged without *asking* Andy. I know he has had some private stuff to > > deal with this month so I wasn't surprised that he hadn't reviewed it yet. > > > > It would have been

Re: [git:v4l-dvb/for_v2.6.40] [media] dvb-usb return device errors to demuxer

2011-05-02 Thread Malcolm Priestley
On Mon, 2011-05-02 at 22: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/media_tree.git tree: > > Subject: [media] dvb-usb return device errors to demuxer > Author: Malcolm Pries

Re: [git:v4l-dvb/for_v2.6.40] [media] dvb-usb return device errors to demuxer

2011-05-02 Thread Mauro Carvalho Chehab
Em 02-05-2011 18:34, Malcolm Priestley escreveu: > On Mon, 2011-05-02 at 22: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/media_tree.git tree: >> >> Subject: [media] dvb-usb r

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Mauro Carvalho Chehab
Em 02-05-2011 18:31, Hans Verkuil escreveu: > On Monday, May 02, 2011 22:59:09 Devin Heitmueller wrote: >> On Mon, May 2, 2011 at 4:02 PM, Hans Verkuil wrote: >>> It was merged without *asking* Andy. I know he has had some private stuff to >>> deal with this month so I wasn't surprised that he had

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Andy Walls
Hi All, Ah crud, what a mess. Where to begin...? Where have I been: On 30 March 2011, my 8-year-old son was diagnosed with Necrotizing Fasciitis caused by Invasive Group A Streptococcous - otherwise known as "Flesh-eating bacteria": http://en.wikipedia.org/wiki/Necrotizing_fasciitis http://www

Re: [PATCHES] Misc. trivial fixes

2011-05-02 Thread Robby Workman
On Mon, 2 May 2011, Mauro Carvalho Chehab wrote: Not sure what happened, but I lost the original email, so let me quote it from patchwork ID#699151. Subject: [PATCHES] Misc. trivial fixes Date: Tue, 12 Apr 2011 02:10:36 - From: Robby Workman X-Patchwork-Id: 699151 Message-Id: To: linux-

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Mauro Carvalho Chehab
Em 02-05-2011 23:40, Andy Walls escreveu: > Hi All, > > Ah crud, what a mess. Where to begin...? > > Where have I been: > > On 30 March 2011, my 8-year-old son was diagnosed with Necrotizing > Fasciitis caused by Invasive Group A Streptococcous - otherwise known as > "Flesh-eating bacteria": >

Re: [PATCHES] Misc. trivial fixes

2011-05-02 Thread Mauro Carvalho Chehab
Em 02-05-2011 23:48, Robby Workman escreveu: > On Mon, 2 May 2011, Mauro Carvalho Chehab wrote: > >> Not sure what happened, but I lost the original email, so let me quote >> it from patchwork ID#699151. >> >> >>> Subject: [PATCHES] Misc. trivial fixes >>> Date: Tue, 12 Apr 2011 02:10:36 - >>>

Re: [PATCHES] Misc. trivial fixes

2011-05-02 Thread Robby Workman
On Tue, 3 May 2011, Mauro Carvalho Chehab wrote: Em 02-05-2011 23:48, Robby Workman escreveu: On Mon, 2 May 2011, Mauro Carvalho Chehab wrote: Not sure what happened, but I lost the original email, so let me quote it from patchwork ID#699151. Subject: [PATCHES] Misc. trivial fixes Date: Tue

[PATCH 1/2] Install udev rules to /lib/udev/ instead of /etc/udev

2011-05-02 Thread Robby Workman
>From bb5b3e288b3f13ad586498ebd1cba7b2651649b1 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 2 May 2011 23:28:37 -0500 Subject: [PATCH 1/2] Install udev rules to /lib/udev/ instead of /etc/udev In moderately recent versions of udev (since 125 in 7/2008), packages should install rules fi

[PATCH 2/2] Allow override of manpage installation directory

2011-05-02 Thread Robby Workman
>From dc79c6a5e20d8e3ceaa3763e68761556de8e16a7 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 12 Apr 2011 09:26:57 -0500 Subject: [PATCH 2/2] Allow override of manpage installation directory This creates MANDIR in Make.rules and keeps the preexisting default of $(PREFIX)/share/man, but a

[PATCH 1/2] Install udev rules to /lib/udev/ instead of /etc/udev

2011-05-02 Thread Robby Workman
>From d9ad48f6d4e8358d7f5490bd49fcdfcac64b988d Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 11 Apr 2011 20:41:28 -0500 Subject: [PATCH 1/2] Install udev rules to /lib/udev/ instead of /etc/udev In moderately recent versions of udev, packages should install rules files to /lib/udev/rule

RE: [PATCH v2 2/2] OMAP3: RX-51: define vdds_csib regulator supply

2011-05-02 Thread kalle.jokiniemi
Hi, > -Original Message- > From: ext Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: 2. toukokuuta 2011 16:50 > To: Jokiniemi Kalle (Nokia-SD/Tampere) > Cc: mauroche...@gmail.com; t...@atomide.com; linux- > o...@vger.kernel.org; linux-media@vger.kernel.org > Subj

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Hans Verkuil
On Tuesday, May 03, 2011 05:28:02 Mauro Carvalho Chehab wrote: > Em 02-05-2011 23:40, Andy Walls escreveu: > > Hi All, > > > > Ah crud, what a mess. Where to begin...? > > > > Where have I been: > > > > On 30 March 2011, my 8-year-old son was diagnosed with Necrotizing > > Fasciitis caused by I

RE: [PATCH v2 2/2] OMAP3: RX-51: define vdds_csib regulator supply

2011-05-02 Thread kalle.jokiniemi
Hi, > -Original Message- > From: Jokiniemi Kalle (Nokia-SD/Tampere) > > > --- a/arch/arm/mach-omap2/board-rx51-peripherals.c > > > +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c > > > @@ -337,6 +337,13 @@ static struct omap2_hsmmc_info mmc[] __initdata > = > > { > > > st

Re: problems on soc-camera subsystem

2011-05-02 Thread Guennadi Liakhovetski
The original email was blocked by vger, because it contained HTML. I'm quoting it in my reply unchanged for all to read and comment. On Tue, 3 May 2011, ÀÖÃô wrote: > Dear Guennadi: > > > > > Thank you for your advice.This is my first time to write > > camera driver.We need two came

RE: ngene CI problems

2011-05-02 Thread COEXSI
> -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Issa Gorissen > Sent: samedi 23 avril 2011 12:20 > To: Ralph Metzler > Cc: xtro...@gmail.com; linux-media@vger.kernel.org > Subject: Re: ngene CI problems > > On 23/0