Re: [PATCH] Add RGB555X and RGB565X formats to pxa-camera

2009-09-06 Thread Mike Rapoport
Hi Guennadi, Guennadi Liakhovetski wrote: On Mon, 3 Aug 2009, Mike Rapoport wrote: 2. Mike, while reviewing this patch I came across code in pxa_camera_setup_cicr(), introduced by your earlier patch: case V4L2_PIX_FMT_RGB555: cicr1 |= CICR1_RGB_BPP_VAL(1) |

Re: Hauppauge HVR 1110 : recognized but doesn't work

2009-09-06 Thread Morvan Le Meut
Seems to be a mythtv issue : u...@pvr:~$ scan ./fr-lorient scanning ./fr-lorient using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' initial transponder 554166000 0 2 9 3 1 0 0 initial transponder 562166000 0 2 9 3 1 0 0 initial transponder 570166000 0 2 9 3 1 0 0 initial

Re: Hauppauge HVR 1110 : recognized but doesn't work

2009-09-06 Thread Morvan Le Meut
2009/9/5 Morvan Le Meut mlem...@gmail.com: ( new subject from my previous ec168 mail ) got the firmware from http://steventoth.net/linux/hvr1200/ using the latest code from linuxtv ( which autodetect the card as an HVR1120 ) seems the problem is firmware uploading ... wrong file ? on the

Re: Hauppauge HVR 1110 : recognized but doesn't work

2009-09-06 Thread Morvan Le Meut
2009/9/6 Morvan Le Meut mlem...@gmail.com: i wonder why mythtv can't use that card when the scan utility can. (yes, i checked what card the scan utility use ) confirmed with mplayer, the card works but not with mythtv ( got some DVB: adapter 0 frontend 0 frequency 4294967286 out of range

Re: [PATCH] DVB/V4L: ov511 - export snapshot button through input layer

2009-09-06 Thread Hans de Goede
Hi, The ov511 driver is a v4l1 driver and is deprecated, all supported webcams are now supported by the gspca_ov519 driver. Can you please do a patch to the gspca_ov519 driver instead? Note that the gspca_sn9c20x driver already has support for input events, if possible please try to locate

Re: [PULL] http://www.kernellabs.com/hg/~stoth/saa7164-merge

2009-09-06 Thread Michael Krufky
On Thu, Sep 3, 2009 at 11:35 PM, Steven Tothst...@kernellabs.com wrote: Hello Mauro, This patch series adds support for the NXP SAA7164 PCIe A/V bridge used by the Hauppauge HVR-2200 and HVR-2250 series of products. Support is limited to DVB-T / ATSC / QAM digital TV only. The driver has been

[PATCH] Add support for Compro VideoMate E800 (DVB-T part only)

2009-09-06 Thread geroin22
Nothing new, just adding Compro VideoMate E800 (DVB-T part only). Tested with Ubuntu 9.04 kernel 2.6.28 work well. diff -Naur a/linux/Documentation/video4linux/CARDLIST.cx23885 b/linux/Documentation/video4linux/CARDLIST.cx23885 --- a/linux/Documentation/video4linux/CARDLIST.cx23885

Re: [PATCH] Add support for Compro VideoMate E800 (DVB-T part only)

2009-09-06 Thread Alex Deucher
On Sun, Sep 6, 2009 at 11:33 AM, geroin22geroi...@yandex.ru wrote: Nothing new, just adding Compro VideoMate E800 (DVB-T part only). Tested with Ubuntu 9.04 kernel 2.6.28 work well. Please add your Signed-off-by. diff -Naur a/linux/Documentation/video4linux/CARDLIST.cx23885

Re: [PULL] http://linuxtv.org/hg/~awalls/v4l-dvb

2009-09-06 Thread Andy Walls
On Sat, 2009-09-05 at 20:46 +0200, Jean Delvare wrote: Hi Andy, On Sat, 05 Sep 2009 10:13:41 -0400, Andy Walls wrote: Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following changeset: 01/01: cx18: ir-kbd-i2c initialization data should point to a

Re: [PATCH] Add RGB555X and RGB565X formats to pxa-camera

2009-09-06 Thread Marek Vasut
Dne Ne 6. září 2009 18:52:55 Guennadi Liakhovetski napsal(a): On Sun, 6 Sep 2009, Marek Vasut wrote: Ah damn, I see what you mean. What the camera does is it swaps the RED and BLUE channel: 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00 B4 B3 B2 B1 B0 G4 G3 G2 G1

Re: [PULL] http://linuxtv.org/hg/~awalls/v4l-dvb

2009-09-06 Thread Jean Delvare
On Sun, 06 Sep 2009 12:31:24 -0400, Andy Walls wrote: On Sat, 2009-09-05 at 20:46 +0200, Jean Delvare wrote: Hi Andy, On Sat, 05 Sep 2009 10:13:41 -0400, Andy Walls wrote: Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following changeset:

Re: [PATCH] Add support for Compro VideoMate E800 (DVB-T part only)

2009-09-06 Thread geroin22
Alex Deucher пишет: On Sun, Sep 6, 2009 at 11:33 AM, geroin22geroi...@yandex.ru wrote: Nothing new, just adding Compro VideoMate E800 (DVB-T part only). Tested with Ubuntu 9.04 kernel 2.6.28 work well. Please add your Signed-off-by. diff -Naur

Re: [PATCH] Add RGB555X and RGB565X formats to pxa-camera

2009-09-06 Thread Guennadi Liakhovetski
On Sun, 6 Sep 2009, Marek Vasut wrote: Ah damn, I see what you mean. What the camera does is it swaps the RED and BLUE channel: 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00 B4 B3 B2 B1 B0 G4 G3 G2 G1 G1 R4 R3 R2 R1 R1 -- so it's more a BGR555/565 then. I

Re: [PATCH] Add RGB555X and RGB565X formats to pxa-camera

2009-09-06 Thread Guennadi Liakhovetski
On Sun, 6 Sep 2009, Marek Vasut wrote: Dne Ne 6. září 2009 18:52:55 Guennadi Liakhovetski napsal(a): On Sun, 6 Sep 2009, Marek Vasut wrote: Ah damn, I see what you mean. What the camera does is it swaps the RED and BLUE channel: 15 14 13 12 11 10 09 08 07 06 05 04 03 02

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-09-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:Sun Sep 6 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12615:2b49813f8482 gcc version: gcc

Re: Azurewave AD-CP400 (Twinhan VP-2040 DVB-C)

2009-09-06 Thread MartinG
On Wed, Aug 26, 2009 at 6:21 PM, Magnus Nilssonmag...@upcore.net wrote: Nevermind this for the time being...all is pointing to open-sasc-ng being the culprit here... Just to add a datapoint - I have the same problem: I can't seem to successfully scan for channels. I've taken open-sasc-ng out of

Re: problem building v4l2-spec from docbook source

2009-09-06 Thread Mauro Carvalho Chehab
Em Sat, 05 Sep 2009 18:54:27 +0100 Peter Brouwer pb.mailli...@googlemail.com escreveu: Is it possible to create a link on the linuxtv.org website to the latest dvb and v4l spec in pdf? For dvb the v3 is still on the documentation page. The pdf version of V4L2 spec is currently broken:

Fusion HDTV Dual Digital Express - NSW Australia

2009-09-06 Thread Alex Ferrara
I bought several of these cards over a year ago thinking that they worked under Linux, but I found that while the cards seem to work flawlessly for some people, in some geographic locations, they don't work for me in Goulburn NSW pointing to Mt Gray. I have a mythtv backend with 2 x Dvico

Hauppauge HVR-1200 - CX23885 - S-Video capture

2009-09-06 Thread Lars Boegild Thomsen
I have been struggling with Linux drivers for the above mentioned card. Doing an lspci -v reports: 03:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 02) Subsystem: Hauppauge computer works Inc. Device 71d3 Flags: bus master, fast

Re: [PULL] http://linuxtv.org/hg/~awalls/v4l-dvb

2009-09-06 Thread Mauro Carvalho Chehab
Em Sat, 5 Sep 2009 20:46:12 +0200 Jean Delvare kh...@linux-fr.org escreveu: As far as I can see, the em28xx and saa7134 drivers have the exact same problem. Is there anyone working on this? I tested it here with an em28xx device and I got the trouble. I've committed a patch fixing it with

Re: [PULL] http://linuxtv.org/hg/~awalls/v4l-dvb

2009-09-06 Thread Mauro Carvalho Chehab
Em Sat, 05 Sep 2009 10:13:41 -0400 Andy Walls awa...@radix.net escreveu: Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following changeset: 01/01: cx18: ir-kbd-i2c initialization data should point to a persistent object

Re: [PATCH] Add RGB555X and RGB565X formats to pxa-camera

2009-09-06 Thread Marek Vasut
Dne Ne 6. září 2009 20:15:17 Guennadi Liakhovetski napsal(a): On Sun, 6 Sep 2009, Marek Vasut wrote: Dne Ne 6. září 2009 18:52:55 Guennadi Liakhovetski napsal(a): On Sun, 6 Sep 2009, Marek Vasut wrote: Ah damn, I see what you mean. What the camera does is it swaps the RED and BLUE

[PULL] http://kernellabs.com/hg/~mkrufky/tda18271-standby

2009-09-06 Thread Michael Krufky
Mauro, Please pull from: http://kernellabs.com/hg/~mkrufky/tda18271-standby for the following changesets: - tda18271: add support for additional low-power standby modes - tda18271: add debug to show which standby mode is in use - tda18271: add new standby mode: slave tuner output / loop thru

Re: [linuxtv-commits] [hg:v4l-dvb] cx25840: fix determining the firmware name

2009-09-06 Thread Mauro Carvalho Chehab
Em Fri, 4 Sep 2009 14:05:31 -0400 Michael Krufky mkru...@kernellabs.com escreveu: Mauro, This fix should really go to Linus before 2.6.31 is released, if possible. It also should be backported to stable, but I need it in Linus' tree before it will be accepted into -stable. Do you think

Re: [linuxtv-commits] [hg:v4l-dvb] cx25840: fix determining the firmware name

2009-09-06 Thread Michael Krufky
On Mon, Sep 7, 2009 at 1:10 AM, Mauro Carvalho Chehabmche...@infradead.org wrote: Em Fri, 4 Sep 2009 14:05:31 -0400 Michael Krufky mkru...@kernellabs.com escreveu: Mauro, This fix should really go to Linus before 2.6.31 is released, if possible.  It also should be backported to stable, but

Re: [PULL] soc-camera: fix compile breakage

2009-09-06 Thread Mauro Carvalho Chehab
Em Fri, 4 Sep 2009 21:46:09 +0200 (CEST) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: Hi Mauro Please pull from http://linuxtv.org/hg/~gliakhovetski/v4l-dvb for the following changeset: 01/01: SH: fix ap325rxa compilation breakage