Re: Porting from V4L to V4L2

2009-04-02 Thread Jean-Francois Moine
On Thu, 02 Apr 2009 13:15:10 -0700 wrote: [snip] > I'd like use V4L2. I saw the specifications at > http://v4l2spec.bytesex.org/spec-single/v4l2.html , but I can't get > success! > Anyone can help me? Hello Gabriel, Have a look at v4l2-apps/test/capture-example.c found in any LinuxTv rep

Re: gpsca kernel BUG when disconnecting camera while streaming with mmap (2.6.29-rc8)

2009-04-02 Thread Stian Skjelstad
> > >You did not tell which version of gspca you use. If it is the one of a > > >kernel older than 2.6.30, you should update. Also, may this problem > > >be reproduced? > > > > I'm using the built in one. I'm going to upgrade to 2.6.29 very soon. And > > if problem still persists, I can build gspca

SDMC DM1105N not being detected

2009-04-02 Thread mp3geek
Not even being detected in Linux 2.6.29.1, I have the modules "dm1105" loaded, but since its not even being detected by linux.. lspci -vv shows this (I'm assuming this is the card..), dmesg shows nothing dvb being loaded 00:0b.0 Ethernet controller: Device 195d:1105 (rev 10)    Subsystem: Device

Re: Compile error in v4l2-spec

2009-04-02 Thread Dongsoo, Nathaniel Kim
Hi, I'm answering myself. I solved compile error that I mentioned yesterday, Problem is all about DTD and sh in ubuntu distribution. I'm still not sure what package do I exactly need to solve this problem, but I did like following. I searched all the packages related with sgml and selected which

Compile of gspca

2009-04-02 Thread Tom & Merry Cada
Hi all. I hope this is the right place to bring up this problem. I have been attempting to set up a Microsoft VX 3000 webcam/microphone combo. I was running Ubuntu 8.10 (intrepid ibex) with the 2.6.27-11 kernel. I was unable to get the camera running until I found a reference to downloading the g

Hauppauge WinTV-HVR-4000 / Nova-HD-S2

2009-04-02 Thread Jonas Kvinge
Hello, Whats the command to extract the firmware from the new driver release at http://www.wintvcd.co.uk/drivers/88x_2_123_27056_WHQL.zip The driver at http://www.wintvcd.co.uk/drivers/88x_2_122_26109_WHQL.zip is no longer available, so the link on http://linuxtv.org/wiki/index.php/Hauppauge_WinT

Re: Wintv-1250 - EEPROM decoding - V4L DVB

2009-04-02 Thread Michel Dansereau
Hi, The label says E2D9. Michel Steven Toth wrote: Michel Dansereau wrote: Steve, Point taken about dropping the mailing list. Thanks! Michel Thanks, one last question. Look a the white Hauppauge label on the HVR-1250 tuner, its should say something like Rev . What is your r

Re : Re : epg data grabber

2009-04-02 Thread Manu
Le 02.04.2009 19:06:05, Simon Kenyon a écrit : > Manu wrote: > > Le 02.04.2009 18:26:18, Simon Kenyon a écrit : > > > >> i've been hacking together a epg data grabber > >> taking pieces from here, there and everywhere > >> > >> the basic idea is to grab data off-air and generate xmltv format > x

Re: Re : epg data grabber

2009-04-02 Thread Simon Kenyon
Manu wrote: Le 02.04.2009 18:26:18, Simon Kenyon a écrit : i've been hacking together a epg data grabber taking pieces from here, there and everywhere the basic idea is to grab data off-air and generate xmltv format xml files the plan is to support DVB, Freesat, Sky (UK and IT) and MediaHi

Re : epg data grabber

2009-04-02 Thread Manu
Le 02.04.2009 18:26:18, Simon Kenyon a écrit : > i've been hacking together a epg data grabber > taking pieces from here, there and everywhere > > the basic idea is to grab data off-air and generate xmltv format xml > files > > the plan is to support DVB, Freesat, Sky (UK and IT) and > MediaHigh

Re: gpsca kernel BUG when disconnecting camera while streaming with mmap (2.6.29-rc8)

2009-04-02 Thread Adam Baker
On Thursday 02 Apr 2009, Stian Skjelstad wrote: > > Stian Skjelstad wrote: > > [snip] > > > > > usb 2-2: USB disconnect, address 47 > >> > >> gspca: urb status: -108 > >> gspca: urb status: -108 > >> gspca: disconnect complete > >> BUG: unable to handle kernel NULL pointer dereference at 0

epg data grabber

2009-04-02 Thread Simon Kenyon
i've been hacking together a epg data grabber taking pieces from here, there and everywhere the basic idea is to grab data off-air and generate xmltv format xml files the plan is to support DVB, Freesat, Sky (UK and IT) and MediaHighway1 and 2 i have the first two working and am working on the r

Re: Driver for GL861+AF9003+MT2060]

2009-04-02 Thread Antti Palosaari
heis Claudio and Vortice, I added Vortice since he was also asking that driver some months ago. Claudio Chimera wrote: Hello Antti, Il giorno mer, 01/04/2009 alle 19.33 +0300, Antti Palosaari ha scritto: C Khmer1 wrote: Hello, I'm trying to write a linux driver for my A-Data DT1 USB2 DVB-T c

Re: Wintv-1250 - EEPROM decoding - V4L DVB

2009-04-02 Thread Mark Stocker
I have rev E1D9. Below is my dmesg output after applying the same change as Michel had shown. [ 466.833952] cx23885 driver version 0.0.1 loaded [ 466.833979] cx23885 :03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 466.833981] cx23885[0]/0: cx23885_dev_setup() Memory configured for

Re: [RFC] BKL in open functions in drivers

2009-04-02 Thread Hans Verkuil
On Thursday 02 April 2009 20:25:10 Alexey Klimov wrote: > On Thu, Apr 2, 2009 at 11:29 AM, Hans Verkuil wrote: > > [...] > > >> So, questions are: > >> > >> 1) What for is lock/unlock_kernel() used in open? > > > > It's pointless. Just remove it. > > Actually, i can see lock/unlock_kernel() in

Re: [RFC] BKL in open functions in drivers

2009-04-02 Thread Alexey Klimov
On Thu, Apr 2, 2009 at 11:29 AM, Hans Verkuil wrote: [...] >> So, questions are: >> >> 1) What for is lock/unlock_kernel() used in open? > > It's pointless. Just remove it. Actually, i can see lock/unlock_kernel() in open in other V4L drivers too. What for is it used in other drivers? >> 2) Ca

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

2009-04-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:Thu Apr 2 19:00:04 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11341:4c7466ea8d64 gcc version: gcc

Re: [RFC PATCH V2] Add camera (CSI) driver for MX1

2009-04-02 Thread Guennadi Liakhovetski
On Thu, 2 Apr 2009, Darius Augulis wrote: > > > > + * struct mx1_camera_pdata - i.MX1/i.MXL camera platform data > > > + * @init:Init board resources > > > + * @exit:Release board resources > > > + * @mclk_10khz: master clock frequency in 10kHz units > > > + * @flags: MX1 c

Re: [RFC PATCH V2] Add camera (CSI) driver for MX1

2009-04-02 Thread Darius Augulis
+ * struct mx1_camera_pdata - i.MX1/i.MXL camera platform data + * @init: Init board resources + * @exit: Release board resources + * @mclk_10khz:master clock frequency in 10kHz units + * @flags: MX1 camera platform flags + */ +struct mx1_camera_pdata { + int (*init)(

Re: [PATCH] mt9t031: use platform power hook

2009-04-02 Thread Guennadi Liakhovetski
On Thu, 2 Apr 2009, Darius Augulis wrote: > Guennadi Liakhovetski wrote: > > Use platform power hook to turn the camera on and off. > > > > Signed-off-by: Guennadi Liakhovetski > > --- > > diff --git a/drivers/media/video/mt9t031.c b/drivers/media/video/mt9t031.c > > index 23f9ce9..2b0927b 10064

Re: [PATCH] mt9t031: use platform power hook

2009-04-02 Thread Darius Augulis
Guennadi Liakhovetski wrote: Use platform power hook to turn the camera on and off. Signed-off-by: Guennadi Liakhovetski --- diff --git a/drivers/media/video/mt9t031.c b/drivers/media/video/mt9t031.c index 23f9ce9..2b0927b 100644 --- a/drivers/media/video/mt9t031.c +++ b/drivers/media/video/mt9

Re: [PATCH 0/3] FM Transmitter driver

2009-04-02 Thread Hans Verkuil
On Thursday 02 April 2009 14:02:11 Eduardo Valentin wrote: > Hi Hans, > > On Thu, Apr 02, 2009 at 09:47:11AM +0200, ext Hans Verkuil wrote: > > On Wednesday 01 April 2009 11:43:28 Eduardo Valentin wrote: > > > Hello Mauro and v4l guys, > > > > > > This series contains a v4l2 radio driver which > >

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

2009-04-02 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - msp3400: remove i2c legacy code - saa7115: remove i2c legacy code - tvp5150: remove i2c legacy code. - tuner: remove i2c legacy code. - tvaudio: remove i2c legacy code - v4l: remove obsolete header and so

Re: [RFC PATCH V2] Add camera (CSI) driver for MX1

2009-04-02 Thread Guennadi Liakhovetski
Ok, looks better now, still a few remarks. If we try hard enough we still might be able to get it in for 2.6.30. On Mon, 30 Mar 2009, Darius Augulis wrote: > From: Paulius Zaleckas > > Signed-off-by: Paulius Zaleckas Your S-o-b is still missing. > --- > > arch/arm/mach-mx1/Makefile

[PATCH 4/9] V4L/DVB: zr364xx: remove unused #include

2009-04-02 Thread Huang Weiyi
Remove unused #include in drivers/media/video/zr364xx.c. Signed-off-by: Huang Weiyi --- drivers/media/video/zr364xx.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c index 221409f..ac169c9 100644 --- a/driver

[PATCH 3/9] V4L/DVB: usbvision: remove unused #include

2009-04-02 Thread Huang Weiyi
Remove unused #include in drivers/media/video/usbvision/usbvision-i2c.c. Signed-off-by: Huang Weiyi --- drivers/media/video/usbvision/usbvision-i2c.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/usbvision/usbvision-i2c.c b/drivers/media/video/us

Re: API for China DTV standard

2009-04-02 Thread David Wong
On Thu, Apr 2, 2009 at 10:30 PM, Steven Toth wrote: > David Wong wrote: >> >> I would like to initiate a discussion of v4l-dvb API proposal for China >> DTV. >> >> Some of you may heard about China DTV standard as DMB-T/H, it is not >> totally correctly. >> China standard GB20600-2006 is indeed a

Re: Wintv-1250 - EEPROM decoding - V4L DVB

2009-04-02 Thread Steven Toth
Michel Dansereau wrote: Steve, Point taken about dropping the mailing list. Thanks! Michel Thanks, one last question. Look a the white Hauppauge label on the HVR-1250 tuner, its should say something like Rev . What is your rev? - Steve -- To unsubscribe from this list: send the

Re: tm6010 development repository

2009-04-02 Thread Steven Toth
Kevin Wells wrote: Hi Mauro, I've started trying to understand the code in the following repository: http://www.linuxtv.org/hg/~mchehab/tm6010/ I have a few patches I would like to apply. How should I do this? * Should I e-mail patches to you? * Should I find somewhere to host my

Re: Broken ioctls for the mpeg encoder on the HVR-1800

2009-04-02 Thread Steven Toth
Joseph Yasi wrote: Hello, With the cx23885 driver that shipped with 2.6.29, as well as the latest hg driver, the analog mpeg encoder device for the HVR-1800 does not respond to the VIDIOC_QUERYCAP ioctl, returning ENOTTY. This ioctl previously worked with the driver in 2.6.28. The preview devi

Re: API for China DTV standard

2009-04-02 Thread Steven Toth
David Wong wrote: I would like to initiate a discussion of v4l-dvb API proposal for China DTV. Some of you may heard about China DTV standard as DMB-T/H, it is not totally correctly. China standard GB20600-2006 is indeed a union of DMB-TH(multi-carrier) and ADTB-T(single carrier). For API inclu

Re: soc_camera_open() not called

2009-04-02 Thread Ming Lei
2009/4/2 Darius Augulis : > Guennadi Liakhovetski wrote: >> >> On Wed, 1 Apr 2009, Robert Jarzmik wrote: >> >>> Darius Augulis writes: >>> >> Darius Augulis wrote: >> >>> >>> Hi, >>> >>> I'm trying to launch mx1_camera based on new v4l and soc-camera tree. >>> After loa

Re: soc_camera_open() not called

2009-04-02 Thread Darius Augulis
Guennadi Liakhovetski wrote: On Wed, 1 Apr 2009, Robert Jarzmik wrote: Darius Augulis writes: Darius Augulis wrote: Hi, I'm trying to launch mx1_camera based on new v4l and soc-camera tree. After loading mx1_camera module, I see that .add callback is not called. In debug log I see tha

Re: [PATCH 0/3] FM Transmitter driver

2009-04-02 Thread Eduardo Valentin
Hi Hans, On Thu, Apr 02, 2009 at 09:47:11AM +0200, ext Hans Verkuil wrote: > On Wednesday 01 April 2009 11:43:28 Eduardo Valentin wrote: > > Hello Mauro and v4l guys, > > > > This series contains a v4l2 radio driver which > > adds support for Silabs si4713 devices. That is > > a FM transmitter dev

Compile error in v4l2-spec

2009-04-02 Thread Dongsoo, Nathaniel Kim
Hi, I'm trying to make some v4l2-spec document on my own, but having some problem with compiling those. To be clear, I should let you know about the repo that I'm working on. I'm working on Mauro's repo (http://linuxtv.org/hg/v4l-dvb/) and trying to compile v4l2-spec in that. Latest changeset that

API for China DTV standard

2009-04-02 Thread David Wong
I would like to initiate a discussion of v4l-dvb API proposal for China DTV. Some of you may heard about China DTV standard as DMB-T/H, it is not totally correctly. China standard GB20600-2006 is indeed a union of DMB-TH(multi-carrier) and ADTB-T(single carrier). For API inclusion, I just read th

[PATCH] mt9t031: use platform power hook

2009-04-02 Thread Guennadi Liakhovetski
Use platform power hook to turn the camera on and off. Signed-off-by: Guennadi Liakhovetski --- diff --git a/drivers/media/video/mt9t031.c b/drivers/media/video/mt9t031.c index 23f9ce9..2b0927b 100644 --- a/drivers/media/video/mt9t031.c +++ b/drivers/media/video/mt9t031.c @@ -141,8 +141,19 @@ sta

[PATCH] mx3-camera: fix to match the new clock naming

2009-04-02 Thread Guennadi Liakhovetski
With the i.MX31 transition to clkdev clock names have changed, fix the driver to use the new name. Signed-off-by: Guennadi Liakhovetski --- diff --git a/drivers/media/video/mx3_camera.c b/drivers/media/video/mx3_camera.c index 70629e1..7e6b51d 100644 --- a/drivers/media/video/mx3_camera.c +++ b/

[PATCH] soc_camera: Fix debug output of supported formats count

2009-04-02 Thread Stefan Herbrechtsmeier
The supported formats count must be set to 0 after debug output right before the second pass. diff --git a/linux/drivers/media/video/soc_camera.c b/linux/drivers/media/video/soc_camera.c --- a/linux/drivers/media/video/soc_camera.c +++ b/linux/drivers/media/video/soc_camera.c @@ -236,11 +236,11 @

[PULL] http://linuxtv.org/hg/~anttip/af9015/

2009-04-02 Thread Antti Palosaari
Hei Mauro, Please pull from http://linuxtv.org/hg/~anttip/af9015/ for the following: af9015: support for DigitalNow TinyTwin remote Patch is for the Kernel 2.6.30. thanks Antti -- http://palosaari.fi/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a m

Re: [PATCH 0/3] FM Transmitter driver

2009-04-02 Thread Hans Verkuil
On Wednesday 01 April 2009 11:43:28 Eduardo Valentin wrote: > Hello Mauro and v4l guys, > > This series contains a v4l2 radio driver which > adds support for Silabs si4713 devices. That is > a FM transmitter device. > > As you should know, v4l2 does not contain representation > of FM Transmitters (

Re: Questinons regarding soc_camera / pxa_camera

2009-04-02 Thread Stefan Herbrechtsmeier
Guennadi Liakhovetski schrieb: Is there some ongoing work regarding the crop implementation on soc_camera? If I understand the documentation [1] right, the crop vales should represent the area of the capture device before scaling. What was the reason for the current implementation combing crop an

patch v4l-v4l2-common-remove-incorrect-module-test.patch queued to 2.6.29.y-stable tree

2009-04-02 Thread chrisw
This is a note to let you know that we have just queued up the patch titled Subject: V4L: v4l2-common: remove incorrect MODULE test to the 2.6.29.y-stable tree. Its filename is v4l-v4l2-common-remove-incorrect-module-test.patch A git repo of this tree can be found at http://ww

Re: [RFC] BKL in open functions in drivers

2009-04-02 Thread Hans Verkuil
On Wednesday 01 April 2009 23:00:56 Alexey Klimov wrote: > Hello, > > Few days ago Alessio Igor Bogani sent me patch > that removes BKLs like lock/unlock_kernel() in open call and place mutex > there in media/radio/radio-mr800.c. > This patch broke the driver, so we figured out new approah. We adde

RE: gpsca kernel BUG when disconnecting camera while streaming with mmap (2.6.29-rc8)

2009-04-02 Thread Stian Skjelstad
> Stian Skjelstad wrote: > [snip] > > usb 2-2: USB disconnect, address 47 >> gspca: urb status: -108 >> gspca: urb status: -108 >> gspca: disconnect complete >> BUG: unable to handle kernel NULL pointer dereference at 0014 >> IP: [] usb_set_interface+0x1e/0x1e0 >> *pde = >> Oop

Re: gpsca kernel BUG when disconnecting camera while streaming with mmap (2.6.29-rc8)

2009-04-02 Thread Jean-Francois Moine
On Sun, 29 Mar 2009 19:25:03 +0200 Stian Skjelstad wrote: [snip] > usb 2-2: USB disconnect, address 47 > gspca: urb status: -108 > gspca: urb status: -108 > gspca: disconnect complete > BUG: unable to handle kernel NULL pointer dereference at 0014 > IP: [] usb_set_interface+0x1e/0x1e0