[libv4l] [PATCH] Webcam image upside down on Asus Eee PC T101MT (13d3:5122)

2011-05-06 Thread Stefan Löffler
The caption pretty much says it all. Owing to different IDs, the flags for similar Asus products don't cut in. Originally reported for Ubuntu at https://bugs.launchpad.net/ubuntu/+source/libv4l/+bug/774123. Regards, Stefan Signed-off-by: Stefan Löffler st.loeff...@gmail.com diff --git

Re: [PATCH 1/2] V4L/DVB: v4l2-dev: revert commit c29fcff3daafbf46d64a543c1950bbd206ad8c1c

2011-05-06 Thread Laurent Pinchart
Hi Bob, On Friday 29 April 2011 12:11:34 Bob Liu wrote: Revert commit: V4L/DVB: v4l2-dev: remove get_unmapped_area(c29fcff3daafbf46d64a543c1950bb) to restore NOMMU arch supporting. Signed-off-by: Bob Liu lliu...@gmail.com git provides a 'git revert' command to revert patches. It formats

Re: [PATCH 1/2] V4L/DVB: v4l2-dev: revert commit c29fcff3daafbf46d64a543c1950bbd206ad8c1c

2011-05-06 Thread Bob Liu
On Fri, May 6, 2011 at 4:22 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Bob, On Friday 29 April 2011 12:11:34 Bob Liu wrote: Revert commit: V4L/DVB: v4l2-dev: remove get_unmapped_area(c29fcff3daafbf46d64a543c1950bb) to restore NOMMU arch supporting. Signed-off-by: Bob

Re: [PATCH 09/10] rc-core: lirc use unsigned int

2011-05-06 Thread David Härdeman
On Wed, 04 May 2011 12:23:03 -0300, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 28-04-2011 12:13, David Härdeman escreveu: Durations can never be negative, so it makes sense to consistently use unsigned int for LIRC transmission. Contrary to the initial impression, this shouldn't

Re: [PATCH 07/10] rc-core: use the full 32 bits for NEC scancodes

2011-05-06 Thread David Härdeman
On Wed, 04 May 2011 12:16:17 -0300, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 28-04-2011 12:13, David Härdeman escreveu: Using the full 32 bits for all kinds of NEC scancodes simplifies rc-core and the nec decoder without any loss of functionality. This seems to be a good strategy.

Re: [git:v4l-dvb/for_v2.6.40] [media] Sony CXD2820R DVB-T/T2/C demodulator driver

2011-05-06 Thread Andreas Oberritter
On 05/05/2011 12:53 PM, Mauro Carvalho Chehab wrote: + switch (priv-delivery_system) { + case SYS_UNDEFINED: + if (c-delivery_system == SYS_DVBT) { + /* SLEEP = DVB-T */ + ret =

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

2011-05-06 Thread David Härdeman
On Wed, 04 May 2011 12:13:49 -0300, Mauro Carvalho Chehab mauroche...@gmail.com wrote: Em 29-04-2011 05:08, David Härdeman escreveu: diff --git a/drivers/media/rc/keymaps/rc-videomate-s350.c b/drivers/media/rc/keymaps/rc-videomate-s350.c index 26ca260..2f0ec1f 100644 ---

Re: [PATCH] OMAP3: ISP: Fix unbalanced use of omap3isp_get().

2011-05-06 Thread javier Martin
Hi Laurent, This won't work. Let's assume the following sequence of events: - Userspace opens the sensor subdev device node - The sensor driver calls to board code to turn the sensor clock on - Board code calls to the ISP driver to turn XCLK on - The ISP driver calls isp_enable_clocks() ...

Re: [git:v4l-dvb/for_v2.6.40] [media] Sony CXD2820R DVB-T/T2/C demodulator driver

2011-05-06 Thread Steve Kerrison
Hi Andreas, From cxd2820r_priv.h: +/* + * FIXME: These are totally wrong and must be added properly to the API. + * Only temporary solution in order to get driver compile. + */ +#define SYS_DVBT2 SYS_DAB +#define TRANSMISSION_MODE_1K 0 +#define TRANSMISSION_MODE_16K 0

Re: multiple delivery systems in one device

2011-05-06 Thread Andreas Oberritter
On 05/05/2011 12:21 PM, Ralph Metzler wrote: Hi, since it seems devices with several delivery systems can be queried with one command: Andreas Oberritter writes: Of course it does since it is not feasible to use the same adapter number even on the same card when it provides

Re: [PATCH 08/10] rc-core: merge rc5 and streamzap decoders

2011-05-06 Thread David Härdeman
On Wed, 04 May 2011 12:19:12 -0300, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 28-04-2011 12:13, David Härdeman escreveu: Now that the protocol is part of the scancode, it is pretty easy to merge the rc5 and streamzap decoders. An additional advantage is that the decoder is now

Re: [PATCH] Ngene cam device name

2011-05-06 Thread Andreas Oberritter
On 05/05/2011 04:43 PM, Martin Vidovic wrote: Hi, Broadly speaking, I could put issues discussed in this thread into following categories: - How devices are named; - How devices are used; - How devices relate to one another; - How devices are enumerated; - How devices are described;

Re: [git:v4l-dvb/for_v2.6.40] [media] Sony CXD2820R DVB-T/T2/C demodulator driver

2011-05-06 Thread Mauro Carvalho Chehab
Em 06-05-2011 07:42, Steve Kerrison escreveu: Hi Andreas, From cxd2820r_priv.h: +/* + * FIXME: These are totally wrong and must be added properly to the API. + * Only temporary solution in order to get driver compile. + */ +#define SYS_DVBT2 SYS_DAB +#define

Re: [git:v4l-dvb/for_v2.6.40] [media] Sony CXD2820R DVB-T/T2/C demodulator driver

2011-05-06 Thread Andreas Oberritter
On 05/06/2011 02:23 PM, Mauro Carvalho Chehab wrote: Em 06-05-2011 07:42, Steve Kerrison escreveu: Hi Andreas, From cxd2820r_priv.h: +/* + * FIXME: These are totally wrong and must be added properly to the API. + * Only temporary solution in order to get driver compile. + */ +#define

Re: [PATCH] mt9v022: fix pixel clock

2011-05-06 Thread Teresa Gamez
Hello Guennadi, Am Mittwoch, den 04.05.2011, 10:17 +0200 schrieb Guennadi Liakhovetski: Hi Teresa I'm adding Mauro to CC, because we were discussing adding these (this one and mt9m111) patches to .39. On Thu, 14 Apr 2011, Teresa Gámez wrote: The setup of the pixel clock is done wrong

Re: [git:v4l-dvb/for_v2.6.40] [media] Sony CXD2820R DVB-T/T2/C demodulator driver

2011-05-06 Thread Antti Palosaari
Steve or Andreas can do it. I am now on holiday weekend, snowboarding maybe last time for this season :) I cannot do much until next week. All help is welcome! Antti -- http://palosaari.fi/ - Original message - If antti doesn't do this before me, I will look at this over the weekend

Re: [PATCH] Ngene cam device name

2011-05-06 Thread Issa Gorissen
From: Andreas Oberritter o...@linuxtv.org The best would be to create independent adapters for each independent CA device (ca0/caio0 pair) - they are independent after all (physically and in the way they're used). Physically, it's a general purpose TS I/O interface of the nGene chipset.

Re: [PATCH] Ngene cam device name

2011-05-06 Thread Walter Van Eetvelt
Hi, On Fri, 06 May 2011 14:17:11 +0200, Andreas Oberritter o...@linuxtv.org wrote: On 05/05/2011 04:43 PM, Martin Vidovic wrote: Hi, Broadly speaking, I could put issues discussed in this thread into following categories: - How devices are named; - How devices are used; - How devices

Re: [PATCH] mt9v022: fix pixel clock

2011-05-06 Thread Guennadi Liakhovetski
Hello Teresa, On Fri, 6 May 2011, Teresa Gamez wrote: Hello Guennadi, Am Mittwoch, den 04.05.2011, 10:17 +0200 schrieb Guennadi Liakhovetski: Hi Teresa I'm adding Mauro to CC, because we were discussing adding these (this one and mt9m111) patches to .39. On Thu, 14 Apr 2011,

Pinnacle PCTV Stick not working MINT 9

2011-05-06 Thread richard overton
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 007: ID eb1a:2870 eMPIA

Re: [git:v4l-dvb/for_v2.6.40] [media] Sony CXD2820R DVB-T/T2/C demodulator driver

2011-05-06 Thread Antti Palosaari
pe 6.5.2011 15:36 Andreas Oberritter kirjoitti: On 05/06/2011 02:23 PM, Mauro Carvalho Chehab wrote: Em 06-05-2011 07:42, Steve Kerrison escreveu: Hi Andreas, From cxd2820r_priv.h: +/* + * FIXME: These are totally wrong and must be added properly to the API. + * Only temporary solution

Re: [PATCH] OMAP3: ISP: Fix unbalanced use of omap3isp_get().

2011-05-06 Thread Laurent Pinchart
Hi Javier, On Friday 06 May 2011 12:42:19 javier Martin wrote: Hi Laurent, This won't work. Let's assume the following sequence of events: - Userspace opens the sensor subdev device node - The sensor driver calls to board code to turn the sensor clock on - Board code calls to the

Re: [git:v4l-dvb/for_v2.6.40] [media] Sony CXD2820R DVB-T/T2/C demodulator driver

2011-05-06 Thread Mauro Carvalho Chehab
Em 06-05-2011 09:55, Steve Kerrison escreveu: If antti doesn't do this before me, I will look at this over the weekend and generate a patch against antti's current code... if that's appropriate of course (I'm new at this ;)) Feel free to do it. I suspect that Antti won't work on it during

[PATCH] DocBook/dvb: Improve description of the DVB API v5

2011-05-06 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/Documentation/DocBook/dvb/dvbapi.xml b/Documentation/DocBook/dvb/dvbapi.xml index ad8678d..9fad86c 100644 --- a/Documentation/DocBook/dvb/dvbapi.xml +++ b/Documentation/DocBook/dvb/dvbapi.xml @@ -35,6 +35,14 @@ revhistory !--

Re: [git:v4l-dvb/for_v2.6.40] [media] Sony CXD2820R DVB-T/T2/C demodulator driver

2011-05-06 Thread Mauro Carvalho Chehab
Em 06-05-2011 12:30, Mauro Carvalho Chehab escreveu: Em 06-05-2011 09:55, Steve Kerrison escreveu: If antti doesn't do this before me, I will look at this over the weekend and generate a patch against antti's current code... if that's appropriate of course (I'm new at this ;)) Feel free

Re: [PATCH] Ngene cam device name

2011-05-06 Thread Andreas Oberritter
On 05/06/2011 03:47 PM, Issa Gorissen wrote: From: Andreas Oberritter o...@linuxtv.org The best would be to create independent adapters for each independent CA device (ca0/caio0 pair) - they are independent after all (physically and in the way they're used). Physically, it's a general

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

2011-05-06 Thread Marko Ristola
04.05.2011 01:42, Adrian C. kirjoitti: 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

[cron job] v4l-dvb daily build: ERRORS

2011-05-06 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:Fri May 6 19:05:30 CEST 2011 git hash:7e6785451a66b9da0f8553a45b5655457ce22f08 gcc version: i686-linux-gcc (GCC)

Re: [PATCH] Ngene cam device name

2011-05-06 Thread Issa Gorissen
From: Andreas Oberritter o...@linuxtv.org On 05/06/2011 03:47 PM, Issa Gorissen wrote: From: Andreas Oberritter o...@linuxtv.org The best would be to create independent adapters for each independent CA device (ca0/caio0 pair) - they are independent after all (physically and in the way

media_build broken due to wrong indention of timberdale entry in Kconfig

2011-05-06 Thread Oliver Endriss
Hi, 'make menuconfig' does not work anymore: [media_build]$make menuconfig make -C /usr/local/src/ARCHIVE/git-work/media_build/v4l menuconfig make[1]: Entering directory `/usr/local/src/ARCHIVE/git-work/media_build/v4l' /lib/modules/2.6.38.5/build/scripts/kconfig/mconf ./Kconfig ./Kconfig:1527:

Re: media_build broken due to wrong indention of timberdale entry in Kconfig

2011-05-06 Thread Mauro Carvalho Chehab
Em 06-05-2011 16:04, Oliver Endriss escreveu: Hi, 'make menuconfig' does not work anymore: [media_build]$make menuconfig make -C /usr/local/src/ARCHIVE/git-work/media_build/v4l menuconfig make[1]: Entering directory `/usr/local/src/ARCHIVE/git-work/media_build/v4l'