Re: [PATCH/RFC] V4L: add media bus configuration subdev operations

2011-06-08 Thread Sakari Ailus
On Tue, Jun 07, 2011 at 05:25:32PM +0200, Laurent Pinchart wrote: Hi Guennadi, Thanks for the patch. On Monday 06 June 2011 14:31:57 Guennadi Liakhovetski wrote: Add media bus configuration types and two subdev operations to get supported mediabus configurations and to set a specific

vb2 queue setup skipped when playing bigger video

2011-06-08 Thread Uwe Kleine-König
Hello, I'm writing a driver for a video overlay device and have the problem that if I first playback a video with a resolution of say 320x240 and then another one with 640x400 the buffers allocated for the first playback are too small, but my .queue_setup callback isn't called. I think the

Corrected address for Pawel [Was: vb2 queue setup skipped when playing bigger video]

2011-06-08 Thread Uwe Kleine-König
The address of Pawel at Samsung doesn't seem to work anymore. If you want to reach him with your reply take care to fix his address to the one used in this mail (which is the most recent in the kernel's history and hopefully works). Best regards Uwe -- Pengutronix e.K.

Re: [PATCH/RFC 1/4] V4L: add three new ioctl()s for multi-size videobuffer management

2011-06-08 Thread Sakari Ailus
On Tue, Jun 07, 2011 at 02:14:06PM +0200, Guennadi Liakhovetski wrote: On Mon, 6 Jun 2011, Sakari Ailus wrote: Hi Guennadi, On Mon, Jun 06, 2011 at 03:10:54PM +0200, Guennadi Liakhovetski wrote: On Wed, 18 May 2011, Sakari Ailus wrote: Hi Guennadi and Laurent,

RE: vb2 queue setup skipped when playing bigger video

2011-06-08 Thread Marek Szyprowski
Hello, On Wednesday, June 08, 2011 10:54 AM Uwe Kleine-König wrote: I'm writing a driver for a video overlay device and have the problem that if I first playback a video with a resolution of say 320x240 and then another one with 640x400 the buffers allocated for the first playback are too

[PATCH] Revert [media] v4l2: vb2: one more fix for REQBUFS()

2011-06-08 Thread Marek Szyprowski
This reverts commit 31901a078af29c33c736dcbf815656920e904632. Queue should be reinitialized on each REQBUFS() call even if the memory access method and buffer count have not been changed. The user might have changed the format and if we go the short path introduced in that commit, the memory

[PATCH] Don't shortcut vb2_reqbufs in case the format changed

2011-06-08 Thread Uwe Kleine-König
Just checking for number of buffers and memory access method isn't enough because the format might have changed since the buffers were allocated and the new format might need bigger ones. This reverts commit 31901a078af29c33c736dcbf815656920e904632. Signed-off-by: Uwe Kleine-König

Re: [RFCv2 PATCH 08/11] v4l2-ctrls: simplify event subscription.

2011-06-08 Thread Kim, HeungJun
2011-06-06 오후 7:05, Sakari Ailus 쓴 글: On Sat, Jun 04, 2011 at 12:28:04PM +0200, Hans Verkuil wrote: On Friday, June 03, 2011 21:55:10 Laurent Pinchart wrote: [clip] +{ + int ret = 0; + + if (!fh-events) + ret = v4l2_event_init(fh); + if (!ret) + ret =

Re: Getting IR to work on a hvr-1250 tuner.

2011-06-08 Thread Andy Walls
Dark Shadow shadowofdarkn...@gmail.com wrote: I have a capture card that was sold as a Hauppauge HVR-1250 (according to the box) that I am trying to use but I am having trouble getting all it's features at once. When I leave it auto detected by the module I have working TV in MythTV even though

Re: [RFC 2/6] omap: iovmm: generic iommu api migration

2011-06-08 Thread Laurent Pinchart
Hi Ohad, On Tuesday 07 June 2011 15:46:26 Ohad Ben-Cohen wrote: On Tue, Jun 7, 2011 at 2:26 PM, Laurent Pinchart wrote: Right now we have a BUG_ON if pa is unaligned, but that can be changed if needed (do we want it to handle offsets ?). At least for the OMAP3 ISP we need to, as video

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-08 Thread Sakari Ailus
On Sun, Jun 05, 2011 at 04:28:03PM +0300, Sakari Ailus wrote: On Wed, Jun 01, 2011 at 10:41:21AM -0300, Mauro Carvalho Chehab wrote: There are currently two use cases: Sakari's flash controller needs to report errors which are a bitmask of possible error conditions. It is way overkill to

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-08 Thread Hans Verkuil
On Sun, Jun 05, 2011 at 04:28:03PM +0300, Sakari Ailus wrote: On Wed, Jun 01, 2011 at 10:41:21AM -0300, Mauro Carvalho Chehab wrote: There are currently two use cases: Sakari's flash controller needs to report errors which are a bitmask of possible error conditions. It is way overkill

Re: [GIT PATCHES FOR 2.6.41] Add bitmask controls

2011-06-08 Thread Sakari Ailus
On Wed, Jun 08, 2011 at 01:04:05PM +0200, Hans Verkuil wrote: On Sun, Jun 05, 2011 at 04:28:03PM +0300, Sakari Ailus wrote: On Wed, Jun 01, 2011 at 10:41:21AM -0300, Mauro Carvalho Chehab wrote: There are currently two use cases: Sakari's flash controller needs to report errors which

Re: [PATCH] V4L/DVB: v4l: Add driver for Marvell PXA910 CCIC

2011-06-08 Thread Guennadi Liakhovetski
Hi Kassey Thanks for the new version, but, IIUC, you agreed to reimplement your driver on top of a common ccic core, which means, a lot of code will change. So, it doesn't really make much sense now to make and review new stand-alone versions of your driver, right? So, shall we wait until

Re: [PATCH v4] [media] at91: add Atmel Image Sensor Interface (ISI) support

2011-06-08 Thread Guennadi Liakhovetski
On Wed, 8 Jun 2011, Josh Wu wrote: This patch is to enable Atmel Image Sensor Interface (ISI) driver support. - Using soc-camera framework with videobuf2 dma-contig allocator - Supporting video streaming of YUV packed format - Tested on AT91SAM9M10G45-EK with OV2640 Signed-off-by: Josh Wu

Re: [PATCH v7 1/2] Add driver for Aptina (Micron) mt9p031 sensor.

2011-06-08 Thread Laurent Pinchart
Hi Javier, I'm testing your patch on a 2.6.39 kernel. Here's what I get when loading the omap3-isp module. root@arago:~# modprobe omap3-isp [ 159.523681] omap3isp omap3isp: Revision 15.0 found [ 159.528991] omap-iommu omap-iommu.0: isp: version 1.1 [ 159.875701] omap_i2c omap_i2c.2:

[PATCH 2/3] v4l: add g_tvnorms callback to V4L2 subdev

2011-06-08 Thread Tomasz Stanislawski
Callback is used to acquire TV norms supported by a subdev. It is used to avoid having standards in top-level driver. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- include/media/v4l2-subdev.h |1 + 1 files changed, 1

[PATCH v5 0/3] TV driver for Samsung S5P platform (media part)

2011-06-08 Thread Tomasz Stanislawski
Hello, I would like to present the 5th version of TV drivers for Samsung S5P platform. The most recent changes are: 1. Code cleanup - shortened header of devices' registers - fixed license texts, email formats - fixes to coding style - removed useless code - removed much of debugs 2. Fixed

[PATCH 1/3] v4l: add macro for 1080p59_54 preset

2011-06-08 Thread Tomasz Stanislawski
The 1080p59_94 is supported in latest Samusng SoC. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/v4l2-common.c |1 + include/linux/videodev2.h |1 + 2 files changed, 2 insertions(+), 0

Re: [beagleboard] Re: [PATCH v7 1/2] Add driver for Aptina (Micron) mt9p031 sensor.

2011-06-08 Thread Koen Kooi
Op 8 jun 2011, om 13:57 heeft Laurent Pinchart het volgende geschreven: Hi Javier, I'm testing your patch on a 2.6.39 kernel. Here's what I get when loading the omap3-isp module. root@arago:~# modprobe omap3-isp [ 159.523681] omap3isp omap3isp: Revision 15.0 found [ 159.528991]

Re: [beagleboard] Re: [PATCH v7 1/2] Add driver for Aptina (Micron) mt9p031 sensor.

2011-06-08 Thread Guennadi Liakhovetski
On Wed, 8 Jun 2011, Koen Kooi wrote: Op 8 jun 2011, om 13:57 heeft Laurent Pinchart het volgende geschreven: Hi Javier, I'm testing your patch on a 2.6.39 kernel. Here's what I get when loading the omap3-isp module. root@arago:~# modprobe omap3-isp [ 159.523681] omap3isp

Re: [beagleboard] Re: [PATCH v7 1/2] Add driver for Aptina (Micron) mt9p031 sensor.

2011-06-08 Thread javier Martin
On 8 June 2011 14:39, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Wed, 8 Jun 2011, Koen Kooi wrote: Op 8 jun 2011, om 13:57 heeft Laurent Pinchart het volgende geschreven: Hi Javier, I'm testing your patch on a 2.6.39 kernel. Here's what I get when loading the omap3-isp

[PATCH] [media] Add remote control support for mantis

2011-06-08 Thread Christoph Pinkl
Signed-off-by: Christoph Pinkl christoph.pi...@gmail.com --- drivers/media/dvb/mantis/hopper_cards.c|2 +- drivers/media/dvb/mantis/mantis_cards.c| 27 +++- drivers/media/dvb/mantis/mantis_common.h | 23 ++- drivers/media/dvb/mantis/mantis_input.c

Re: DM04 USB DVB-S TUNER

2011-06-08 Thread Malcolm Priestley
On Wed, 2011-06-08 at 14:18 +0300, Mehmet Altan Pire wrote: 07-06-2011 22:34, Malcolm Priestley yazmış: On Tue, 2011-06-07 at 06:31 +0100, Malcolm Priestley wrote: On Tue, 2011-06-07 at 02:28 +0300, Mehmet Altan Pire wrote: 06-06-2011 00:47, Malcolm Priestley yazmış: On Sun,

Re: [beagleboard] Re: [PATCH v7 1/2] Add driver for Aptina (Micron) mt9p031 sensor.

2011-06-08 Thread Laurent Pinchart
Hi Koen, On Wednesday 08 June 2011 14:47:13 Koen Kooi wrote: Op 8 jun 2011, om 14:42 heeft javier Martin het volgende geschreven: On 8 June 2011 14:39, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Wed, 8 Jun 2011, Koen Kooi wrote: Op 8 jun 2011, om 13:57 heeft Laurent Pinchart het

Re: [PATCH/RFC] V4L: add media bus configuration subdev operations

2011-06-08 Thread Laurent Pinchart
Replying to myself, after a chat with Guennadi. On Tuesday 07 June 2011 17:25:32 Laurent Pinchart wrote: On Monday 06 June 2011 14:31:57 Guennadi Liakhovetski wrote: Add media bus configuration types and two subdev operations to get supported mediabus configurations and to set a specific

Re: linux-next: build failure after merge of the staging.current tree

2011-06-08 Thread Mauro Carvalho Chehab
Hi Greg, Em 08-06-2011 13:11, Greg KH escreveu: On Wed, Jun 08, 2011 at 11:41:30AM +1000, Stephen Rothwell wrote: Hi Greg, After merging the staging.current tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/media/video/cx23885/cx23885-cards.c:28:28: fatal

[cron job] v4l-dvb daily build: ERRORS

2011-06-08 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:Wed Jun 8 19:02:22 CEST 2011 git hash:56a9851a9aa6c057e196b9a26bed2c96ce6e79bd gcc version: i686-linux-gcc (GCC)

[PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-08 Thread Peter Moon
This patch adds support for the Hauppauge WinTV USB2-FM Analog TV Stick. It includes support for both the PAL and NTSC variants of the device. Signed-off-by: Peter Moon pom...@gmail.com diff --git a/drivers/media/video/cx231xx/cx231xx-avcore.c b/drivers/media/video/cx231xx/cx231xx-avcore.c

Re: [PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-08 Thread Devin Heitmueller
On Wed, Jun 8, 2011 at 2:54 PM, Peter Moon pom...@gmail.com wrote: This patch adds support for the Hauppauge WinTV USB2-FM Analog TV Stick. It includes support for both the PAL and NTSC variants of the device. Signed-off-by: Peter Moon pom...@gmail.com Reviewed-by: Devin Heitmueller

Re: Getting IR to work on a hvr-1250 tuner.

2011-06-08 Thread Dark Shadow
On Wed, Jun 8, 2011 at 4:19 AM, Andy Walls awa...@md.metrocast.net wrote: Dark Shadow shadowofdarkn...@gmail.com wrote: I have a capture card that was sold as a Hauppauge HVR-1250 (according to the box) that I am trying to use but I am having trouble getting all it's features at once. When I

Re: linux-next: Tree for June 8 (docbook/media)

2011-06-08 Thread Randy Dunlap
On Wed, 8 Jun 2011 16:10:46 +1000 Stephen Rothwell wrote: Hi all, Changes since 20110607: Hi Mauro, The DocBook/media/Makefile seems to be causing too much noise: ls: cannot access linux-next-20110608/Documentation/DocBook/media/*/*.gif: No such file or directory ls: cannot access linux

[PATCH] Don't shortcut vb2_reqbufs in case the format changed

2011-06-08 Thread Uwe Kleine-König
Just checking for number of buffers and memory access method isn't enough because the format might have changed since the buffers were allocated and the new format might need bigger ones. This reverts commit 31901a078af29c33c736dcbf815656920e904632. Signed-off-by: Uwe Kleine-König

[PATCH 01/13] [media] DocBook: Add the other DVB API header files

2011-06-08 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/Documentation/DocBook/media/Makefile b/Documentation/DocBook/media/Makefile index eb64087..a747f2a 100644 --- a/Documentation/DocBook/media/Makefile +++ b/Documentation/DocBook/media/Makefile @@ -11,7 +11,13 @@ MEDIA_TEMP =

[PATCH 03/13] [media] DocBook/audio.xml: synchronize attribute changes

2011-06-08 Thread Mauro Carvalho Chehab
Some attributes suffered some changes since DVBv1. Sync them with the current API header files. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/Documentation/DocBook/media/dvb/audio.xml b/Documentation/DocBook/media/dvb/audio.xml index 60abf9a..b3d3895 100644 ---

[PATCH 04/13] [media] DocBook: Document AUDIO_CONTINUE ioctl

2011-06-08 Thread Mauro Carvalho Chehab
Although this ioctl is only used at the av7110 driver, it is not described at the API docbook. Yet, AUDIO_PAUSE ioctl description somewhat describes it. Fill the gap by using the information there and by looking inside av7110 implementation. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com

[PATCH 02/13] [media] DocBook/audio.xml: match section ID's with the reference links

2011-06-08 Thread Mauro Carvalho Chehab
Make sure that both audio.h.xml and audio.xml will match the same names. This way, it is now possible to identify API spec gaps: Error: no ID for constraint linkend: AUDIO_CONTINUE. Error: no ID for constraint linkend: AUDIO_GET_PTS. Error: no ID for constraint linkend:

[PATCH 05/13] [media] dvb/audio.h: Remove definition for AUDIO_GET_PTS

2011-06-08 Thread Mauro Carvalho Chehab
While this ioctl is defined inside dvb/audio.h, it is not docummented at the API specs, nor implemented on any driver inside the Linux Kernel. So, it doesn't make sense to keep it here. As this is not used anywere, removing it is not a regression. So, there's no need to use the normal

[PATCH 07/13] [media] DocBook/ca.xml: Describe structure ca_pid

2011-06-08 Thread Mauro Carvalho Chehab
This is the remaining missing structure at ca.xml. The ioctl's are still missing through. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/Documentation/DocBook/media/dvb/ca.xml b/Documentation/DocBook/media/dvb/ca.xml index 143ec5b..a6cb952 100644 ---

[PATCH 08/13] [media] DocBook/demux.xml: Fix section references with dmx.h.xml

2011-06-08 Thread Mauro Carvalho Chehab
Make the reference links at dmx.h.xml to match the ones at demux.xml. While here, also syncronizes the structures defined inside the API, in order to match the current API. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/Documentation/DocBook/media/Makefile

[PATCH 09/13] [media] DocBook/demux.xml: Add the remaining data structures to the API spec

2011-06-08 Thread Mauro Carvalho Chehab
Still, there are a few ioctl's not documented: Error: no ID for constraint linkend: DMX_GET_PES_PIDS. Error: no ID for constraint linkend: DMX_GET_CAPS. Error: no ID for constraint linkend: DMX_SET_SOURCE. Error: no ID for constraint linkend: DMX_ADD_PID. Error: no ID for constraint linkend:

[PATCH 11/13] [media] DocBook/Makefile: Remove osd.h header

2011-06-08 Thread Mauro Carvalho Chehab
The av7110 uses an OSD API. Such API is not documented at all. Also, the osd.h API uses camelCase and some other weird stuff. Also, dvb-core doesn't recognize it. I don't see any good reason why we should document it. It seems better to just let it as-is. If ever needed, it is probably better to

[PATCH 10/13] [media] DocBook/net.xml: Synchronize Network data structure

2011-06-08 Thread Mauro Carvalho Chehab
There's no documentation at all for the DVB net API. Still, better to remove a few warnings about the missing symbols. So, add the net data structure inside the net.xml. Now, only the ioctl documentation is missed. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git

[PATCH 12/13] [media] DocBook/video.xml: Fix section references with video.h.xml

2011-06-08 Thread Mauro Carvalho Chehab
Make the reference links at video.h.xml to match the ones at video.xml. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/Documentation/DocBook/media/Makefile b/Documentation/DocBook/media/Makefile index a914eb0..1e909c2 100644 --- a/Documentation/DocBook/media/Makefile +++

[PATCH 13/13] [media] DocBook/video.xml: Document the remaining data structures

2011-06-08 Thread Mauro Carvalho Chehab
Now, all data structures are commented. A few ioctls remain undocumented: Error: no ID for constraint linkend: VIDEO_GET_SIZE. Error: no ID for constraint linkend: VIDEO_GET_FRAME_RATE. Error: no ID for constraint linkend: VIDEO_GET_PTS. Error: no ID for constraint linkend: VIDEO_GET_FRAME_COUNT.

[PATCH 00/13] Reduce the gap between DVBv5 API and the specs

2011-06-08 Thread Mauro Carvalho Chehab
There's a huge gap between the DVB specs and the current implementation. This were caused by years of changes that happened at the code but no updates to the specs were done. This patch series tries to reduce this gap. Basically, the headers at include/linux/dvb were included at the API. The

Re: [PATCH v4] [media] at91: add Atmel Image Sensor Interface (ISI) support

2011-06-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:40 Wed 08 Jun , Josh Wu wrote: This patch is to enable Atmel Image Sensor Interface (ISI) driver support. - Using soc-camera framework with videobuf2 dma-contig allocator - Supporting video streaming of YUV packed format - Tested on AT91SAM9M10G45-EK with OV2640 Signed-off-by:

Re: [PATCH 00/13] Reduce the gap between DVBv5 API and the specs

2011-06-08 Thread Mauro Carvalho Chehab
Em 08-06-2011 17:59, Hans Verkuil escreveu: On Wednesday, June 08, 2011 22:23:11 Mauro Carvalho Chehab wrote: There's a huge gap between the DVB specs and the current implementation. This were caused by years of changes that happened at the code but no updates to the specs were done. This

Re: [RESEND] [PATCH 1/2] OMAP1: allow reserving memory for camera

2011-06-08 Thread Janusz Krzysztofik
On Fri 10 Dec 2010 at 22:03:52 Janusz Krzysztofik wrote: Friday 10 December 2010 18:03:56 Russell King - ARM Linux napisał(a): On Fri, Dec 10, 2010 at 12:03:07PM +0100, Janusz Krzysztofik wrote: void __init omap1_camera_init(void *info) { struct platform_device *dev =

Re: [RESEND] [PATCH 1/2] OMAP1: allow reserving memory for camera

2011-06-08 Thread Russell King - ARM Linux
On Wed, Jun 08, 2011 at 11:53:49PM +0200, Janusz Krzysztofik wrote: On Fri 10 Dec 2010 at 22:03:52 Janusz Krzysztofik wrote: Friday 10 December 2010 18:03:56 Russell King - ARM Linux napisał(a): On Fri, Dec 10, 2010 at 12:03:07PM +0100, Janusz Krzysztofik wrote: void __init

Re: [RESEND] [PATCH 1/2] OMAP1: allow reserving memory for camera

2011-06-08 Thread Janusz Krzysztofik
On Thu 09 Jun 2011 at 00:13:30 Russell King - ARM Linux wrote: I stand by my answer to your patches quoted above from a technical point of view; we should not be mapping SDRAM using device mappings. That ioremap() inside dma_declare_coherent_memory() needs to die, Then how about your

Committing a new file for channels list : fr-Lille-Bouvigny

2011-06-08 Thread Xavier Poirot
Hi here, I have noticed that files for French City Lille is not up-to-date. There is only files provided for Lambersart transmitter. But this one has been shot down a few months ago. The only transmitter in the area working is the one of Bouvigny. I have updated Lambersart's file to Bouvigny

[PATCH] cx23885: Add IR Rx support for HVR-1270 boards

2011-06-08 Thread Andy Walls
On Wed, 2011-06-08 at 13:18 -0600, Dark Shadow wrote: On Wed, Jun 8, 2011 at 4:19 AM, Andy Walls awa...@md.metrocast.net wrote: Dark Shadow shadowofdarkn...@gmail.com wrote: I have a capture card that was sold as a Hauppauge HVR-1250 (according to the box) that I am trying to use but I am

Re: [PATCH] cx23885: Add IR Rx support for HVR-1270 boards

2011-06-08 Thread Andy Walls
On Wed, 2011-06-08 at 20:24 -0400, Andy Walls wrote: On Wed, 2011-06-08 at 13:18 -0600, Dark Shadow wrote: On Wed, Jun 8, 2011 at 4:19 AM, Andy Walls awa...@md.metrocast.net wrote: Dark Shadow shadowofdarkn...@gmail.com wrote: It shouldn't be hard for anyone to patch a few files in the

RFC] Media kernelspace-userspace API specs (V4L/DVB/IR) - Was: Re: [PATCH 00/13] Reduce the gap between DVBv5 API and the specs

2011-06-08 Thread Mauro Carvalho Chehab
Hi, Em 08-06-2011 17:23, Mauro Carvalho Chehab escreveu: There's a huge gap between the DVB specs and the current implementation. This were caused by years of changes that happened at the code but no updates to the specs were done. This patch series tries to reduce this gap. Basically,

Re: [PATCH] cx23885: Add IR Rx support for HVR-1270 boards

2011-06-08 Thread Dark Shadow
On Wed, Jun 8, 2011 at 6:24 PM, Andy Walls awa...@md.metrocast.net wrote: On Wed, 2011-06-08 at 13:18 -0600, Dark Shadow wrote: On Wed, Jun 8, 2011 at 4:19 AM, Andy Walls awa...@md.metrocast.net wrote: Dark Shadow shadowofdarkn...@gmail.com wrote: I have a capture card that was sold as a

Re: [PATCH] cx23885: Add IR Rx support for HVR-1270 boards

2011-06-08 Thread Andy Walls
Dark Shadow shadowofdarkn...@gmail.com wrote: On Wed, Jun 8, 2011 at 6:24 PM, Andy Walls awa...@md.metrocast.net wrote: On Wed, 2011-06-08 at 13:18 -0600, Dark Shadow wrote: On Wed, Jun 8, 2011 at 4:19 AM, Andy Walls awa...@md.metrocast.net wrote: Dark Shadow shadowofdarkn...@gmail.com wrote:

Re: [PATCH] cx23885: Add IR Rx support for HVR-1270 boards

2011-06-08 Thread Dark Shadow
On Wed, Jun 8, 2011 at 7:34 PM, Andy Walls awa...@md.metrocast.net wrote: Dark Shadow shadowofdarkn...@gmail.com wrote: On Wed, Jun 8, 2011 at 6:24 PM, Andy Walls awa...@md.metrocast.net wrote: On Wed, 2011-06-08 at 13:18 -0600, Dark Shadow wrote: On Wed, Jun 8, 2011 at 4:19 AM, Andy Walls

Re: [PATCH] cx23885: Add IR Rx support for HVR-1270 boards

2011-06-08 Thread Dark Shadow
On Wed, Jun 8, 2011 at 8:31 PM, Dark Shadow shadowofdarkn...@gmail.com wrote: On Wed, Jun 8, 2011 at 7:34 PM, Andy Walls awa...@md.metrocast.net wrote: Dark Shadow shadowofdarkn...@gmail.com wrote: On Wed, Jun 8, 2011 at 6:24 PM, Andy Walls awa...@md.metrocast.net wrote: On Wed, 2011-06-08 at

Re: [PATCH] cx23885: Add IR Rx support for HVR-1270 boards

2011-06-08 Thread Dark Shadow
On Wed, Jun 8, 2011 at 9:17 PM, Dark Shadow shadowofdarkn...@gmail.com wrote: On Wed, Jun 8, 2011 at 8:31 PM, Dark Shadow shadowofdarkn...@gmail.com wrote: On Wed, Jun 8, 2011 at 7:34 PM, Andy Walls awa...@md.metrocast.net wrote: Dark Shadow shadowofdarkn...@gmail.com wrote: On Wed, Jun 8,

Re: Brazilian HDTV device

2011-06-08 Thread Moacyr Prado
Hi guys, I got some improvements on em28xx to support my device, follow my log: [ 1053.559124] usb 2-2: new high speed USB device using ehci_hcd and address 7 [ 1053.674873] usb 2-2: New USB device found, idVendor=1b80, idProduct=e755 [ 1053.674883] usb 2-2: New USB device strings: Mfr=0,

Re: [PATCH] cx23885: Add IR Rx support for HVR-1270 boards

2011-06-08 Thread Dark Shadow
On Wed, Jun 8, 2011 at 9:27 PM, Dark Shadow shadowofdarkn...@gmail.com wrote: On Wed, Jun 8, 2011 at 9:17 PM, Dark Shadow shadowofdarkn...@gmail.com wrote: On Wed, Jun 8, 2011 at 8:31 PM, Dark Shadow shadowofdarkn...@gmail.com wrote: On Wed, Jun 8, 2011 at 7:34 PM, Andy Walls

How do I change a IR remotes keymap?

2011-06-08 Thread Dark Shadow
I just got a Grey IR Hauppauge Remote working and I am now trying to setup the keymap for my XBMC HTPC but it seems some buttons don't even show up to XBMC's debugging mode. How do I modify the keymap loaded by the cx23885 module, I don't even know where it is. My most pressing concern is that