[PATCH] SH: fix ap325rxa compilation breakage

2009-09-02 Thread Guennadi Liakhovetski
An unfortunate typo in an earlier patch broke ap325rxa compilation. Fix it. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Mauro, I understand, we'll have to add this as an incremental patch and live with the temporary ap325rxa breakage, right? Or would you be rebasing the

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

2009-09-02 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 7 changesets: 01/07: gspca - pac7311: Webcam 06f8:3009 added. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=f9cc6f2ba58e 02/07: gspca - sonixj: Don't use mdelay().

Problems with Hauppauge Nova-T USB2

2009-09-02 Thread Thomas Rokamp
Hi I have found my old Hauppauge Nova-T USB2 box. It's the old revision, with and USB ID 9301. I'm struggling to get it to work correctly under linux (Ubuntu Intrepid 2.6.27-11-server). So far all I have read and tried has been without success. I'm running the latest checked out v4l-dvb

[PATCH 1/3] v4l: Add a 10-bit monochrome and missing 8- and 10-bit Bayer fourcc codes

2009-09-02 Thread Guennadi Liakhovetski
The 16-bit monochrome fourcc code has been previously abused for a 10-bit format, add a new 10-bit code instead. Also add missing 8- and 10-bit Bayer fourcc codes for completeness. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Indeed, this is not directly related to the

[PATCH 0/3] image-bus API

2009-09-02 Thread Guennadi Liakhovetski
Hi all Now that we definitely know on the OMAP 3 example, that a parameter like packing is indeed needed to fully describe video on-the-bus data, I haven't heard any more objections against my proposed API, so, this version could well be for inclusion. Of course, if there are improvement

Should I see a videoN and audioN in /dev/dvb/adapterN??

2009-09-02 Thread Peter Brouwer
Hello I am using a S460 Tevii ( Cx88) and a nova T 500 card. I see three adapter directories ( T 500 is dual tuner). Each has demux0 frontend0 net0 and dvr0 Should I not see a video0 and audio0 in each of them too? I see one /dev/video0 and one /dev/vbi0 that seems to belong to the S460 card

[PATCH 2/3] v4l: add an image-bus API for configuring v4l2 subdev pixel and frame formats

2009-09-02 Thread Guennadi Liakhovetski
Video subdevices, like cameras, decoders, connect to video bridges over specialised busses. Data is being transferred over these busses in various formats, which only loosely correspond to fourcc codes, describing how video data is stored in RAM. This is not a one-to-one correspondence, therefore

RE: [PATCH 1/3] v4l: Add a 10-bit monochrome and missing 8- and 10-bit Bayer fourcc codes

2009-09-02 Thread Aguirre Rodriguez, Sergio Alberto
From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Guennadi Liakhovetski Sent: Wednesday, September 02, 2009 7:34 AM The 16-bit monochrome fourcc code has been previously abused for a 10-bit format, add a new 10-bit code instead. Also add missing

RE: [PATCH 1/3] v4l: Add a 10-bit monochrome and missing 8- and 10-bit Bayer fourcc codes

2009-09-02 Thread Guennadi Liakhovetski
On Wed, 2 Sep 2009, Aguirre Rodriguez, Sergio Alberto wrote: From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Guennadi Liakhovetski Sent: Wednesday, September 02, 2009 7:34 AM The 16-bit monochrome fourcc code has been previously abused

Re: [PATCH 0/3] image-bus API

2009-09-02 Thread Hans Verkuil
Hi all Now that we definitely know on the OMAP 3 example, that a parameter like packing is indeed needed to fully describe video on-the-bus data, I haven't heard any more objections against my proposed API, so, this version could well be for inclusion. A bit too optimistic I am afraid. I

RE: [PATCH 0/3] image-bus API

2009-09-02 Thread Karicheri, Muralidharan
Hans, I haven't had time to follow through the discussion completely and to investigate if it can be used for vpfe capture. Definitely need more time before it should be accepted. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 new phone: 301-407-9583 Old

gspca_vc032x: Sensor MI1320 in Samsung Q1 Ultra not working

2009-09-02 Thread Florian Echtler
Hello everyone, I've installed the latest greatest v4l drivers from http://linuxtv.org/hg/~jfrancois/gspca/ and tried to use the camera on a Samsung Q1 Ultra with them. The camera reports as Bus 001 Device 005: ID 0ac8:c301 Z-Star Microelectronics Corp. and the gspca_vc032x driver recognizes

RE: [PATCH 1/3] v4l: Add a 10-bit monochrome and missing 8- and 10-bit Bayer fourcc codes

2009-09-02 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] Sent: Wednesday, September 02, 2009 8:41 AM To: Aguirre Rodriguez, Sergio Alberto Cc: Linux Media Mailing List; Hans Verkuil; Paulius Zaleckas; Robert Jarzmik; Kuninori Morimoto; Laurent Pinchart;

Re: soc-camera: Handling hardware reset?

2009-09-02 Thread Guennadi Liakhovetski
On Tue, 1 Sep 2009, Jonathan Cameron wrote: Dear all, With an ov7670 I have been using soc_camera_link.reset to pass in board specific hardware reset of the sensor. (Is this a correct usage? The reset must occur before the chip is used.) Unfortunately this function is called on every

Re: [linux-dvb] Problems with Hauppauge Nova-T USB2

2009-09-02 Thread Patrik Hansson
Not sure but on pci version you have to enable the builtin amp. Check linuxtv.org for modprobe instructions. (lna activation) 2009/9/2 Thomas Rokamp tho...@rokamp.dk: (sorry if you already got this mail, I think I had sent it to the wrong list to begin with) Hi I have found my old

Re: Problems with Hauppauge Nova-T USB2

2009-09-02 Thread Patrick Boettcher
Hi Thomas, On Wed, 2 Sep 2009, Thomas Rokamp wrote: Using 'scan' I have come to a channel.conf file, out of which I have added just one line to channels.conf: X:72200:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_5_6:FEC_5_6:QAM_64:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_16:HIERARCHY_NONE:513:644:905

Re: libv4l2 and the Hauppauge HVR1600 (cx18 driver) not working well together

2009-09-02 Thread Hans de Goede
Hi, On 09/02/2009 06:32 PM, Simon Farnsworth wrote: Hello, I'm in the process of reworking Xine's input_v4l to use libv4l2, so that it gets the benefit of all the work done on modern cards and webcams, and I've hit a stumbling block. I have a Hauppauge HVR1600 for NTSC and ATSC support,

Re: Problems with Hauppauge Nova-T USB2

2009-09-02 Thread Patrick Boettcher
Hi, On Wed, 2 Sep 2009, Thomas Rokamp wrote: dvbsnoop -s pidscan - Transponder PID-Scan... - PID found:0 (0x) [SECTION: Program Association Table (PAT)] PID found: 110

Re: Problems with Hauppauge Nova-T USB2

2009-09-02 Thread Thomas Rokamp
Patrick Boettcher wrote: Hi, On Wed, 2 Sep 2009, Thomas Rokamp wrote: dvbsnoop -s pidscan - Transponder PID-Scan... - PID found:0 (0x) [SECTION: Program Association Table

Re: SAA716x driver module

2009-09-02 Thread Jed
On Mon, Aug 31, 2009 at 7:26 AM, jedjedi.the...@gmail.com wrote: Can someone please advise if the SAA716x driver module: http://www.linuxtv.org/wiki/index.php/NXP_SAA716x#Driver_Development Is now ready for SAA7162 devices: http://www.linuxtv.org/wiki/index.php/Saa7162_devices AFAIK

Re: Problems with Hauppauge Nova-T USB2

2009-09-02 Thread Thomas Rokamp
Hi Patrick Patrick Boettcher wrote: Hi Thomas, Ignore the SNR value. It is forced to even if the SNR is good (enough). This is a missing feature in the DiBx000-drivers (x 8). Beside that, everything looks fine: locks are there, signal is mid-range (~60 dBm I would estimate). ber = 0

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

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

Re: soc-camera: Handling hardware reset?

2009-09-02 Thread Jonathan Cameron
Guennadi Liakhovetski wrote: On Tue, 1 Sep 2009, Jonathan Cameron wrote: Dear all, With an ov7670 I have been using soc_camera_link.reset to pass in board specific hardware reset of the sensor. (Is this a correct usage? The reset must occur before the chip is used.) Unfortunately this

(EC168) PC Basic TNT USB Basic V5 ( France ) recognized but no channel tuning

2009-09-02 Thread Morvan Le Meut
Hello I've just bough that and it seems that the EC168 driver can't work with it ( yet ) The PCB identifies itself as a ForwardVideo EzTV818_D.. Work with a EC168 and a MXL5003S ( no doubt about it, but it is barely legible, and since i've no camera, no PCB picture available ). ( and the

libv4l2 and the Hauppauge HVR1600 (cx18 driver) not working well together

2009-09-02 Thread Simon Farnsworth
Hello, I'm in the process of reworking Xine's input_v4l to use libv4l2, so that it gets the benefit of all the work done on modern cards and webcams, and I've hit a stumbling block. I have a Hauppauge HVR1600 for NTSC and ATSC support, and it appears to simply not work with libv4l2, due to

Re: (EC168) PC Basic TNT USB Basic V5 ( France ) recognized but no channel tuning

2009-09-02 Thread Antti Palosaari
On 09/02/2009 10:34 PM, Morvan Le Meut wrote: I've just bough that and it seems that the EC168 driver can't work with it ( yet ) The PCB identifies itself as a ForwardVideo EzTV818_D.. Work with a EC168 and a MXL5003S ( no doubt about it, but it is barely legible, and since i've no camera, no

Re: [RFC] Allow bridge drivers to have better control over DVB frontend operations

2009-09-02 Thread hermann pitton
Am Mittwoch, den 02.09.2009, 00:32 -0400 schrieb Michael Krufky: Over the course of the past year, a number of developers have expressed a need for giving the bridge drivers better control over dvb_frontend operations. Specifically, there is a need for the bridge driver to receive a DVB

em28xx: new board id [1b80:e304]

2009-09-02 Thread C Western
This device Kworld DVD Maker 2 is a USB video capture device (no tuner) see: http://www.maplin.co.uk/Module.aspx?ModuleNo=225632 It is not recognized by the latest em28xx driver, but if I edit em28xx-cards.c to duplicate the entry for the device 0x1b80:0xe302 (EM2820_BOARD_PINNACLE_DVC_90) it

Re: (EC168) PC Basic TNT USB Basic V5 ( France ) recognized but no channel tuning

2009-09-02 Thread Morvan Le Meut
Antti Palosaari a écrit : Did you used the firmware from the CD? It will not work because it does not have warm USB ID, it is all zero and due to that device will disappear from driver perspective. You should use that firmware: http://palosaari.fi/linux/v4l-dvb/firmware/ec168/ Antti I tried

Re: (EC168) PC Basic TNT USB Basic V5 ( France ) recognized but no channel tuning

2009-09-02 Thread hermann pitton
Am Donnerstag, den 03.09.2009, 01:00 +0200 schrieb Morvan Le Meut: Antti Palosaari a écrit : Did you used the firmware from the CD? It will not work because it does not have warm USB ID, it is all zero and due to that device will disappear from driver perspective. You should use that

[DVB] Siano: Request help for some unkown SMS message header ID and format

2009-09-02 Thread Shine Liu
Hi Uri, I have a Siano USB MDTV Dongle which use the SMS1182(maybe SMS1180) chipset for CMMB. I was about to write drive for it under Linux, but I found some SMS messages I can't recognise: SMS messages with header 0x026a, 0x026b, 0x026f, 0x028d, 0x028e, 0x0300 and 0x0301. These messages should

[no subject]

2009-09-02 Thread Shine Liu
Hi Uri, I have a Siano USB MDTV Dongle which use the SMS1182(maybe SMS1180) chipset for CMMB. I was about to write drive for it under Linux, but I found some SMS messages I can't recognise: SMS messages with header 0x026a, 0x026b, 0x026f, 0x028d, 0x028e, 0x0300 and 0x0301. These messages should

Re: [PATCH] hdpvr: i2c fixups for fully functional IR support

2009-09-02 Thread Jarod Wilson
On 09/01/2009 11:26 PM, Jarod Wilson wrote: On 09/01/2009 09:30 PM, Andy Walls wrote: On Tue, 2009-09-01 at 10:19 -0400, Jarod Wilson wrote: Patch is against http://hg.jannau.net/hdpvr/ 1) Adds support for building hdpvr i2c support when i2c is built as a module (based on work by David Engel

Re: problem building v4l2-spec from docbook source

2009-09-02 Thread Németh Márton
William M. Brack wrote: Németh Márton wrote: Hi, I get the source from http://linuxtv.org/hg/v4l-dvb repository and I am now at version 12564:6f58a5d8c7c6. When I try to build the human readable version of the V4L2 specification I get some error message: $ make v4l2-spec [...] Using

Re: (EC168) PC Basic TNT USB Basic V5 ( France ) recognized but no channel tuning

2009-09-02 Thread Morvan Le Meut
hermann pitton a écrit : Hi Morvan, HVR 1100 and HVR 1110 are totally different boards. How does GNU/Linux detect the board on your recent kernel? Sorry, I might be in delay reading previous messages. Even on the HVR 1110 we have unclear situations, concerning that some of them might have an