Re: problems on soc-camera subsystem

2011-05-03 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 camera

RE: ngene CI problems

2011-05-03 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/04/11

[PULL] soc-camera: regression fix

2011-05-03 Thread Guennadi Liakhovetski
Hi Mauro The following changes since commit 94c8a984ae2adbd9a9626fb42e0f2faf3e36e86f: Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 (2011-04-08 11:47:35 -0700) are available in the git repository at: git://linuxtv.org/gliakhovetski/v4l-dvb.git

Re: [PATCH] Fix cx88 remote control input

2011-05-03 Thread Lawrence Rust
On Mon, 2011-05-02 at 15:50 -0300, Mauro Carvalho Chehab wrote: 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

Re: [PATCH v4 2/3] v4l: Move S5P FIMC driver into Video Capture Devices

2011-05-03 Thread Laurent Pinchart
Hi Sylwester, Thanks for the patch. On Thursday 21 April 2011 17:21:03 Sylwester Nawrocki wrote: s5p-fimc now also implements a camera capture video node so move it under the Video capture devices Kconfig menu. Also update the entry to reflect the driver's coverage of EXYNOS4 SoCs.

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

2011-05-03 Thread Simon Farnsworth
On Monday 2 May 2011, Mauro Carvalho Chehab mche...@redhat.com 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: [PATCH v4 3/3] v4l: Add v4l2 subdev driver for S5P/EXYNOS4 MIPI-CSI receivers

2011-05-03 Thread Laurent Pinchart
Hi Sylwester, Thanks for the patch. On Thursday 21 April 2011 17:21:04 Sylwester Nawrocki wrote: Add the subdev driver for the MIPI CSIS units available in S5P and Exynos4 SoC series. This driver supports both CSIS0 and CSIS1 MIPI-CSI2 receivers. The driver requires Runtime PM to be enabled

Re: [PATCH 2/5] tm6000: add dtv78 parameter

2011-05-03 Thread Mauro Carvalho Chehab
Em 20-04-2011 11:30, Stefan Ringel escreveu: Am 20.04.2011 14:38, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:19, Stefan Ringel escreveu: Am 19.04.2011 23:22, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringelstefan.rin...@arcor.de

Re: [PATCH 3/5] tm6000: add audio mode parameter

2011-05-03 Thread Mauro Carvalho Chehab
Em 20-04-2011 05:36, Stefan Ringel escreveu: Am 19.04.2011 23:26, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringelstefan.rin...@arcor.de add audio mode parameter Why we need a parameter for it? It should be determined based on the

Re: [PATCH] usbvision: remove (broken) image format conversion

2011-05-03 Thread Mauro Carvalho Chehab
Em 26-04-2011 17:40, Ondrej Zary escreveu: On Tuesday 26 April 2011 14:33:20 Hans Verkuil wrote: After digging in the code for hours, I'm giving this up. It's not worth it. The ISOC_MODE_YUV422 mode works as V4L2_PIX_FMT_YVYU with VLC and mplayer+libv4lconvert, reducing the loop (and

Re: [PATCH 4/4] usbvision: remove RGB format conversion

2011-05-03 Thread Mauro Carvalho Chehab
Em 27-04-2011 23:48, valdis.kletni...@vt.edu escreveu: On Wed, 27 Apr 2011 22:41:32 +0200, Ondrej Zary said: As V4L2 spec says that drivers shouldn't do any in-kernel image format conversion, remove it. Does this classify as breaking the API, and thus require a deprecation period? Is it

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

2011-05-03 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,

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

2011-05-03 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 kalle.jokini...@nokia.com --- arch/arm/mach-omap2/board-rx51-peripherals.c |

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

2011-05-03 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 kalle.jokini...@nokia.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com ---

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

2011-05-03 Thread Laurent Pinchart
Hi Kalle, Thanks for the patch. On Tuesday 03 May 2011 12:41:23 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:

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

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

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

2011-05-03 Thread Mauro Carvalho Chehab
Em 03-05-2011 06:03, Simon Farnsworth escreveu: On Monday 2 May 2011, Mauro Carvalho Chehab mche...@redhat.com 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

DVB nGene CI : TS Discontinuities issues

2011-05-03 Thread COEXSI
Dear all, I'm doing some tests with the CI interface of the Linux4Media cineS2 DVB-S2 Twin Tuner (v5) card. I notice some TS discontinuities during my tests. My setup: - Aston Viaccess Pro CAM - Linux4Media cineS2 DVB-S2 Twin Tuner (v5) card - Latest git media_build source with DF_SWAP32 patch -

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

2011-05-03 Thread Mauro Carvalho Chehab
Em 03-05-2011 02:15, Hans Verkuil escreveu: On Tuesday, May 03, 2011 05:28:02 Mauro Carvalho Chehab wrote: 2. I'd at least like Simon's revised patch to be merged instead, to fix the known deficincies in this one. IMO, the proper workflow would be that Simon should send his changes, as a

Re: Query: Implementation of overlay on linux

2011-05-03 Thread vipul kumar samar
Hello, On 05/02/2011 06:50 PM, Hans Verkuil wrote: 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

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

2011-05-03 Thread Devin Heitmueller
Hi Andy, On Mon, May 2, 2011 at 10:40 PM, Andy Walls awa...@md.metrocast.net wrote: 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

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

2011-05-03 Thread Hans Verkuil
On Tuesday, May 03, 2011 14:49:43 Devin Heitmueller wrote: On Mon, May 2, 2011 at 5:31 PM, Hans Verkuil hverk...@xs4all.nl wrote: It's also a good idea if the author of a patch pings the list if there has been no feedback after one or two weeks. It's easy to forget patches, people can be on

Re: [PATCH 3/5] tm6000: add audio mode parameter

2011-05-03 Thread Stefan Ringel arcor
Am 03.05.2011 12:07, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:36, Stefan Ringel escreveu: Am 19.04.2011 23:26, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringelstefan.rin...@arcor.de add audio mode parameter Why we need a

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

2011-05-03 Thread Simon Farnsworth
On Tuesday 3 May 2011, Hans Verkuil hansv...@cisco.com wrote: On Tuesday, May 03, 2011 14:49:43 Devin Heitmueller wrote: Asking us to be the guinea pig for this new framework just because cx18 is the most recent driver to get a videobuf related patch just isn't appropriate. I don't get

Re: [PATCH 3/5] tm6000: add audio mode parameter

2011-05-03 Thread Mauro Carvalho Chehab
Em 03-05-2011 11:25, Stefan Ringel arcor escreveu: Am 03.05.2011 12:07, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:36, Stefan Ringel escreveu: Am 19.04.2011 23:26, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan

Re: [PATCH 3/5] tm6000: add audio mode parameter

2011-05-03 Thread Stefan Ringel
Am 03.05.2011 16:42, schrieb Mauro Carvalho Chehab: Em 03-05-2011 11:25, Stefan Ringel arcor escreveu: Am 03.05.2011 12:07, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:36, Stefan Ringel escreveu: Am 19.04.2011 23:26, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18,

Re: [PATCH 3/5] tm6000: add audio mode parameter

2011-05-03 Thread Stefan Ringel
Am 03.05.2011 16:52, schrieb Stefan Ringel: Am 03.05.2011 16:42, schrieb Mauro Carvalho Chehab: Em 03-05-2011 11:25, Stefan Ringel arcor escreveu: Am 03.05.2011 12:07, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:36, Stefan Ringel escreveu: Am 19.04.2011 23:26, schrieb Mauro Carvalho

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

2011-05-03 Thread Mauro Carvalho Chehab
Em 03-05-2011 10:59, Hans Verkuil escreveu: On Tuesday, May 03, 2011 14:49:43 Devin Heitmueller wrote: What better non-embedded driver to implement vb2 in than one that doesn't yet do stream I/O? The risks of breaking anything are much smaller and it would be a good 'gentle introduction'

Re: [PATCH 2/6] correct initialization of demphasis

2011-05-03 Thread Mauro Carvalho Chehab
Em 01-05-2011 16:01, Tobias Lorenz escreveu: This patch corrects the initialization of demphasis. Patch were already applied Signed-off-by: Tobias Lorenz tobias.lor...@gmx.net --- drivers/media/radio/si470x/radio-si470x-common.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

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

2011-05-03 Thread Laurent Pinchart
Hi Kalle, On Tuesday 03 May 2011 12:51:56 kalle.jokini...@nokia.com wrote: On 3. toukokuuta 2011 13:49 Laurent Pinchart wrote: On Tuesday 03 May 2011 12:41:23 Kalle Jokiniemi wrote: The RX-51 uses the CSIb IO complex for camera operation. The board file is missing definition for the

Re: [PATCH 3/6] remove #ifdef to show rds support by i2c driver.

2011-05-03 Thread Mauro Carvalho Chehab
Em 01-05-2011 16:01, Tobias Lorenz escreveu: This removes some #ifdef statements. RDS support is now indicated by I2C driver too. The functionality was already in the driver. This is also applied. Signed-off-by: Tobias Lorenz tobias.lor...@gmx.net ---

Froe 1678f1f41284ad9665de8717b7b8be117ddf9596 Mon Sep 17 00:00:00 2001

2011-05-03 Thread Yordan Kamenov
Hi Hans, here is the fourth version of plugin support for libv4l2. Changes in v4: * Make close() callback void * Move plugin clean up where the actual fd gets closed * Use SYS_FOO in default device operations instead of syscall()

[PATCH v4 1/1] libv4l: Add plugin support to libv4l

2011-05-03 Thread Yordan Kamenov
A libv4l2 plugin will sit in between libv4l2 itself and the actual /dev/video device node a fd refers to. It will be called each time libv4l2 wants to do an operation (read/write/ioctl) on the actual /dev/video node in question. Signed-off-by: Yordan Kamenov ykame...@mm-sol.com ---

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Jarod Wilson
On Apr 27, 2011, at 4:28 PM, Heiko Baums wrote: ... However, I think I do at least see why you have no active protocols. It looks like the v4l-utils ir-keytable rule is loading a new map (probably the terratec_cinergy_xs one), which doesn't have a specific protocol listed, so no protocols get

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Devin Heitmueller
On Tue, May 3, 2011 at 11:40 AM, Jarod Wilson ja...@wilsonet.com wrote: So there are really two issues here. First up, the default keymap isn't correct for this device, and second, the behavior of the hardware and/or driver is terrible, as only ~20% of keypresses are getting though. The first

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

2011-05-03 Thread Hans Verkuil
On Tuesday, May 03, 2011 17:03:13 Mauro Carvalho Chehab wrote: Em 03-05-2011 10:59, Hans Verkuil escreveu: On Tuesday, May 03, 2011 14:49:43 Devin Heitmueller wrote: What better non-embedded driver to implement vb2 in than one that doesn't yet do stream I/O? The risks of breaking

Re: [PATCH] cx18: Clean up mmap() support for raw YUV

2011-05-03 Thread Hans Verkuil
Hi Simon, On Tuesday, May 03, 2011 13:57:40 Simon Farnsworth wrote: The initial version of this patch (commit d5976931639176bb655d96b9f8d959f79e9e) had some issues: * It didn't correctly calculate the size of the YUV buffer for 4:2:2, resulting in capture sometimes being offset by

Re: [PATCH] usbvision: remove (broken) image format conversion

2011-05-03 Thread Ondrej Zary
On Tuesday 03 May 2011 12:29:45 Mauro Carvalho Chehab wrote: Em 26-04-2011 17:40, Ondrej Zary escreveu: On Tuesday 26 April 2011 14:33:20 Hans Verkuil wrote: After digging in the code for hours, I'm giving this up. It's not worth it. The ISOC_MODE_YUV422 mode works as

Re: [PATCH 2/5] tm6000: add dtv78 parameter

2011-05-03 Thread Stefan Ringel
Am 03.05.2011 12:04, schrieb Mauro Carvalho Chehab: Em 20-04-2011 11:30, Stefan Ringel escreveu: Am 20.04.2011 14:38, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:19, Stefan Ringel escreveu: Am 19.04.2011 23:22, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Jarod Wilson
On May 3, 2011, at 11:47 AM, Devin Heitmueller wrote: On Tue, May 3, 2011 at 11:40 AM, Jarod Wilson ja...@wilsonet.com wrote: So there are really two issues here. First up, the default keymap isn't correct for this device, and second, the behavior of the hardware and/or driver is terrible, as

Re: [PATCH] Fix cx88 remote control input

2011-05-03 Thread Jarod Wilson
On May 3, 2011, at 3:25 AM, Lawrence Rust wrote: On Mon, 2011-05-02 at 15:50 -0300, Mauro Carvalho Chehab wrote: 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

Re: [PATCH v4 3/3] v4l: Add v4l2 subdev driver for S5P/EXYNOS4 MIPI-CSI receivers

2011-05-03 Thread Sylwester Nawrocki
Hi Laurent, thank you for the review. On 05/03/2011 11:16 AM, Laurent Pinchart wrote: Hi Sylwester, Thanks for the patch. On Thursday 21 April 2011 17:21:04 Sylwester Nawrocki wrote: Add the subdev driver for the MIPI CSIS units available in S5P and Exynos4 SoC series. This driver

[cron job] v4l-dvb daily build: ERRORS

2011-05-03 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:Tue May 3 19:00:39 CEST 2011 git hash:f3d582aa02d4a606395f06c6f6f098d85d5b9895 gcc version: i686-linux-gcc (GCC)

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Heiko Baums
Am Tue, 3 May 2011 11:40:06 -0400 schrieb Jarod Wilson ja...@wilsonet.com: So there are really two issues here. First up, the default keymap isn't correct for this device, and second, the behavior of the hardware and/or driver is terrible, as only ~20% of keypresses are getting though. The

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Heiko Baums
Am Tue, 3 May 2011 13:16:57 -0400 schrieb Jarod Wilson ja...@wilsonet.com: A quick look at the code suggests the 800i should indeed behave more or less the same, barring any hardware-specific implementation differences. Sure, might as well send one my way and I'll see what I can see. This RC

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Devin Heitmueller
On Tue, May 3, 2011 at 4:21 PM, Heiko Baums li...@baums-on-web.de wrote: Am Tue, 3 May 2011 13:16:57 -0400 schrieb Jarod Wilson ja...@wilsonet.com: A quick look at the code suggests the 800i should indeed behave more or less the same, barring any hardware-specific implementation differences.

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Jarod Wilson
On May 3, 2011, at 4:34 PM, Devin Heitmueller wrote: On Tue, May 3, 2011 at 4:21 PM, Heiko Baums li...@baums-on-web.de wrote: Am Tue, 3 May 2011 13:16:57 -0400 schrieb Jarod Wilson ja...@wilsonet.com: A quick look at the code suggests the 800i should indeed behave more or less the same,

Re: [PATCH] Adding support to the Geniatech/MyGica SBTVD Stick S870 remote control

2011-05-03 Thread Mauro Carvalho Chehab
Hi Hernán, Em 25-05-2010 20:44, Hernán Ordiales escreveu: Hi, i'm sending as attachment a patch against http://linuxtv.org/hg/v4l-dvb (i hope this is ok) with some changes to the the dib0700 module to add support for this remote control. I added the key codes and a new case on parsing ir data

Re: DM1105: could not attach frontend 195d:1105

2011-05-03 Thread Mauro Carvalho Chehab
Hi Igor, Em 23-10-2010 07:20, Igor M. Liplianin escreveu: В сообщении от 10 марта 2010 14:15:49 автор Hendrik Skarpeid написал: Igor M. Liplianin skrev: On 3 марта 2010 18:42:42 Hendrik Skarpeid wrote: Igor M. Liplianin wrote: Now to find GPIO's for LNB power control and ... watch TV :)

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Heiko Baums
Am Tue, 3 May 2011 16:46:09 -0400 schrieb Jarod Wilson ja...@wilsonet.com: Yeah, good to have confirmation its got the same issue (and that it doesn't appear to be a simple case of flat batteries) I've got a battery tester and some new batteries. ;-) And my IR plug adapter still reacts

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Devin Heitmueller
On Tue, May 3, 2011 at 4:46 PM, Jarod Wilson ja...@wilsonet.com wrote: Yeah, good to have confirmation its got the same issue (and that it doesn't appear to be a simple case of flat batteries) Jarod, send me your mailing address off-list, and I'll get a package into the mail this week. Will

Re: [git:v4l-dvb/for_v2.6.40] [media] cx88: protect per-device driver list with device lock

2011-05-03 Thread Jonathan Nieder
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] cx88: protect per-device driver list with device lock [and so on] Thanks, Mauro! Let's hope testers

Re: [PATCH] DVB-USB: Remote Control for TwinhanDTV StarBox DVB-S USB and clones

2011-05-03 Thread Mauro Carvalho Chehab
Em 07-02-2011 21:27, tome...@op.pl escreveu: bug fix for Twinhan DTV StarBox USB2.0 DVB-S model no:7021 and clones remote control stuff will work now #kernel=2.6.37 highly recommended Signed-off-by: Tomasz G. Burak tome...@op.pl Tomasz, if you want your patches to be applied, don't use

Re: [git:v4l-dvb/for_v2.6.40] [media] cx88: protect per-device driver list with device lock

2011-05-03 Thread Mauro Carvalho Chehab
Em 03-05-2011 18:54, Jonathan Nieder escreveu: 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] cx88: protect per-device driver list with device lock

Re: [PATCH] cx18: Clean up mmap() support for raw YUV

2011-05-03 Thread Andy Walls
Simon Farnsworth simon.farnswo...@onelan.co.uk wrote: The initial version of this patch (commit d5976931639176bb655d96b9f8d959f79e9e) had some issues: * It didn't correctly calculate the size of the YUV buffer for 4:2:2, resulting in capture sometimes being offset by 1/3rd of a picture.

Re: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-03 Thread Adrian C.
On Wed, 2 Mar 2011, Marko Ristola wrote: So this means, that my remote control works, pressing key with hex value 0x26 works. It works. Unfortunately mantis_uart.c doesn't have IR input initialization at all But it does not work. How can it work and not work at the same time? I have

Re: [PATCH] cx18: Clean up mmap() support for raw YUV

2011-05-03 Thread Mauro Carvalho Chehab
Em 03-05-2011 19:51, Andy Walls escreveu: Simon Farnsworth simon.farnswo...@onelan.co.uk wrote: The initial version of this patch (commit d5976931639176bb655d96b9f8d959f79e9e) had some issues: * It didn't correctly calculate the size of the YUV buffer for 4:2:2, resulting in capture

Re: [PATCH] Ngene cam device name

2011-05-03 Thread Mauro Carvalho Chehab
Em 24-04-2011 08:38, Issa Gorissen escreveu: On 28/03/11 23:40, Mauro Carvalho Chehab wrote: Em 27-03-2011 21:44, Ralph Metzler escreveu: Hi, since I just saw cxd2099 appear in staging in the latest git kernel, a simple question which has been pointed out to me before: Why is cxd2099.c in

Re: TT-budget S2-3200 cannot tune on HB13E DVBS2 transponder

2011-05-03 Thread Mauro Carvalho Chehab
Em 13-04-2011 21:05, Lutz Sammer escreveu: On 05/04/11 21:07, Steffen Barszus wrote: On Tue, 05 Apr 2011 13:00:14 +0200 Issa Gorissen flop.m@xxx wrote: Hi, Eutelsat made a recent migration from DVB-S to DVB-S2 (since 31/3/2011) on two transponders on HB13E - HOT BIRD 6 13° Est TP 159

Re: [PATCH] cx18: Clean up mmap() support for raw YUV

2011-05-03 Thread Andy Walls
On Tue, 2011-05-03 at 20:01 -0300, Mauro Carvalho Chehab wrote: Em 03-05-2011 19:51, Andy Walls escreveu: Simon Farnsworth simon.farnswo...@onelan.co.uk wrote: Simon, If these two changes are going in, please also bump the driver version to 1.5.0 in cx18-version.c. These changes are

Re: [PATCH] cx18: Clean up mmap() support for raw YUV

2011-05-03 Thread Mauro Carvalho Chehab
Em 03-05-2011 20:38, Andy Walls escreveu: On Tue, 2011-05-03 at 20:01 -0300, Mauro Carvalho Chehab wrote: Em 03-05-2011 19:51, Andy Walls escreveu: Simon Farnsworth simon.farnswo...@onelan.co.uk wrote: Simon, If these two changes are going in, please also bump the driver version to

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Jarod Wilson
On May 3, 2011, at 5:52 PM, Devin Heitmueller wrote: On Tue, May 3, 2011 at 4:46 PM, Jarod Wilson ja...@wilsonet.com wrote: Yeah, good to have confirmation its got the same issue (and that it doesn't appear to be a simple case of flat batteries) Jarod, send me your mailing address off-list,