Re: [PATCH] gspca: add missing .type field check in VIDIOC_G_PARM

2009-03-18 Thread Németh Márton
Németh Márton wrote: From: Márton Németh The gspca webcam driver does not check the .type field of struct v4l2_streamparm. This field is an input parameter for the driver according to V4L2 API specification, revision 0.24 [1]. Add the missing check. The missing check was recognised by v4l-test

Re: [PATCH] gspca: add missing .type field check in VIDIOC_G_PARM

2009-03-18 Thread Németh Márton
David Ellingsworth wrote: > 2009/3/18 Németh Márton : >> From: Márton Németh >> >> The gspca webcam driver does not check the .type field of struct >> v4l2_streamparm. >> This field is an input parameter for the driver according to V4L2 API >> specification, >> revision 0.24 [1]. Add the missing

Re: [linux-dvb] FusionHDTV7 and v4l causes kernel panic

2009-03-18 Thread Andy Walls
On Wed, 2009-03-18 at 19:16 -0700, Timothy D. Lenz wrote: > I've added > console=ttyS0,115200 console=tty0 > to the kernel command line options and with out the console=tty0 part the > dump no longer shows on the monitor, so redirect seems to > work but loging the serial port on a second compu

Re: Problems with Hauppauge HVR 1600 and cx18 driver

2009-03-18 Thread Andy Walls
On Tue, 2009-03-17 at 18:08 -0700, Corey Taylor wrote: > Andy, thanks for writing back. Here's the info you asked for.. > > > Well, no. It's more likely a system level issue. > > > 1. Can you provide the output of > > $ cat /proc/interrupts > >CPU0 > 0:104 IO-AP

Re: [PULL] http://hg.jannau.net/hdpvr-merge/ - Hauppauge HD PVR driver

2009-03-18 Thread Janne Grunau
On Wed, Mar 18, 2009 at 08:40:37PM -0300, Mauro Carvalho Chehab wrote: > On Thu, 19 Mar 2009 00:25:53 +0100 > Janne Grunau wrote: > > > > > Why haven't you just used the two video_ioctl2 handlers for > > > vidioc_encoder_cmd > > > and vidioc_try_encoder_cmd, like ivtv and cx18, instead of the a

Re: [PULL] http://hg.jannau.net/hdpvr-merge/ - Hauppauge HD PVR driver

2009-03-18 Thread Mauro Carvalho Chehab
On Thu, 19 Mar 2009 00:25:53 +0100 Janne Grunau wrote: > > Why haven't you just used the two video_ioctl2 handlers for > > vidioc_encoder_cmd > > and vidioc_try_encoder_cmd, like ivtv and cx18, instead of the above code? > > They were missing in the video_ioctl2 handler then I wrote the code.

Re: [PULL] http://hg.jannau.net/hdpvr-merge/ - Hauppauge HD PVR driver

2009-03-18 Thread Janne Grunau
On Wed, Mar 18, 2009 at 08:12:17PM -0300, Mauro Carvalho Chehab wrote: > > Everything looks ok, except for this part of your code: > > +static long hdpvr_ioctl(struct file *filp, unsigned int cmd, unsigned long > arg) > +{ > + struct hdpvr_fh *fh = (struct hdpvr_fh *)filp->private_data; >

Re: [PULL] http://hg.jannau.net/hdpvr-merge/ - Hauppauge HD PVR driver

2009-03-18 Thread Mauro Carvalho Chehab
On Wed, 18 Mar 2009 22:23:37 +0100 Janne Grunau wrote: > Hi Mauro, > > please pull from http://hg.jannau.net/hdpvr-merge/ for the Hauppauge HD > PVR driver. > > The repo has only two changesets. One adding V4L2_CID_SHARPNESS to a > method in v4l2-common.c and the complete driver. The history of

Re: [RFC 4/7] ARM: DaVinci: DM646x Video: Defintions for standards supported by display

2009-03-18 Thread Hans Verkuil
Hi Chaithrika, Just a quick note: getting these digital TV standards sorted out is the main blocking issue for the DM646x. Without this nothing can get merged. In addition, extending the V4L2 API will take time and usually takes several review cycles. So I recommend that this gets a high priori

Re: [PULL] http://hg.jannau.net/hdpvr-merge/ - Hauppauge HD PVR driver

2009-03-18 Thread Janne Grunau
On Wed, Mar 18, 2009 at 10:51:57PM +0100, Hans Verkuil wrote: > > Good to see this driver as well! And for the record: since it doesn't use > any i2c modules I have no problems with this driver :-) ;) Well it will start using lirc_zilog as i2c module. But since lirc is out of tree that's not a p

Re: [PULL] http://hg.jannau.net/hdpvr-merge/ - Hauppauge HD PVR driver

2009-03-18 Thread Hans Verkuil
On Wednesday 18 March 2009 22:23:37 Janne Grunau wrote: > Hi Mauro, > > please pull from http://hg.jannau.net/hdpvr-merge/ for the Hauppauge HD > PVR driver. > > The repo has only two changesets. One adding V4L2_CID_SHARPNESS to a > method in v4l2-common.c and the complete driver. The history of th

Re: [PATCH] gspca: add missing .type field check in VIDIOC_G_PARM

2009-03-18 Thread David Ellingsworth
2009/3/18 Németh Márton : > From: Márton Németh > > The gspca webcam driver does not check the .type field of struct > v4l2_streamparm. > This field is an input parameter for the driver according to V4L2 API > specification, > revision 0.24 [1]. Add the missing check. > > The missing check was r

Re: Topro 6800 driver [JPEG decoding solved]

2009-03-18 Thread Thomas Champagne
Youhhhouuu ! You are the King of the snoop ! How did you find an huffman table in the middle of a file ? But, I don't have received any file with the mail ? Have you correctly attached the files in the mail ? Thank you again for this good news ! Thomas 2009/3/18 Thomas Kaiser : > Thomas Kaiser wro

[PULL] http://hg.jannau.net/hdpvr-merge/ - Hauppauge HD PVR driver

2009-03-18 Thread Janne Grunau
Hi Mauro, please pull from http://hg.jannau.net/hdpvr-merge/ for the Hauppauge HD PVR driver. The repo has only two changesets. One adding V4L2_CID_SHARPNESS to a method in v4l2-common.c and the complete driver. The history of the driver will be available at http://hg.jannau.net/hdpvr/ so I think

Re: REVIEW: bttv conversion to v4l2_subdev

2009-03-18 Thread Hans Verkuil
On Wednesday 18 March 2009 21:48:45 Trent Piepho wrote: > On Sun, 15 Mar 2009, Hans Verkuil wrote: > > On Sunday 15 March 2009 18:28:42 Trent Piepho wrote: > > > On Sun, 15 Mar 2009, Hans Verkuil wrote: > > > > On Sunday 15 March 2009 17:04:43 Trent Piepho wrote: > > > > > On Sun, 15 Mar 2009, Hans

Re: REVIEW: bttv conversion to v4l2_subdev

2009-03-18 Thread Trent Piepho
On Sun, 15 Mar 2009, Hans Verkuil wrote: > On Sunday 15 March 2009 18:28:42 Trent Piepho wrote: > > On Sun, 15 Mar 2009, Hans Verkuil wrote: > > > On Sunday 15 March 2009 17:04:43 Trent Piepho wrote: > > > > On Sun, 15 Mar 2009, Hans Verkuil wrote: > > > > > Hi Mauro, > > > > > > > > > > Can you re

Re: Topro 6800 driver [JPEG decoding solved]

2009-03-18 Thread Thomas Kaiser
Thomas Kaiser wrote: Hello Anders Good news, I could decode a frame which I extracted from the usbsnoobs I did :-). See attached picture frame3-03.jpg. It uses the quality 0. Your black frame you sent me gets now correctly decode, too (frameA-01.jpg) I found the Huffman table in the Windoz d

Re: no video device

2009-03-18 Thread Devin Heitmueller
On Wed, Mar 18, 2009 at 3:59 PM, Rolf Schumacher wrote: > Hi, dvb professionals, > > I followed the advices on > http://www.linuxtv.org/wiki/index.php/How_to_Obtain%2C_Build_and_Install_V4L-DVB_Device_Drivers#Optional_Pre-Compilation_Steps > > Build and Installation Instructions > > downloaded the

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

2009-03-18 Thread Devin Heitmueller
On Wed, Mar 18, 2009 at 3:46 PM, Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the > following: > > - v4l2-common: remove incorrect MODULE test > - au0828: fix compilation on kernels 2.6.20 and 2.6.21. > - au8522: fix compilation warning. > -

no video device

2009-03-18 Thread Rolf Schumacher
Hi, dvb professionals, I followed the advices on http://www.linuxtv.org/wiki/index.php/How_to_Obtain%2C_Build_and_Install_V4L-DVB_Device_Drivers#Optional_Pre-Compilation_Steps Build and Installation Instructions downloaded the v4l sources via mercurial, "make" and "sudo make install" finished wi

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

2009-03-18 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - v4l2-common: remove incorrect MODULE test - au0828: fix compilation on kernels 2.6.20 and 2.6.21. - au8522: fix compilation warning. - mt9v022: fix compilation warning for kernels < 2.6.26. Devin, please

Re: SNR status for demods

2009-03-18 Thread Devin Heitmueller
On Wed, Mar 18, 2009 at 3:05 PM, wk wrote: > What about signal strength and BER readout in parallel for each device > listed here? I'm having enough trouble even getting people to agree on the format for the SNR field. The strength field is even more subjective. At this point, I think it is bes

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

2009-03-18 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 Mar 18 19:00:07 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11094:f5af3128fde9 gcc version: gcc (

Re: SNR status for demods

2009-03-18 Thread wk
I have updated my compiled list of the various demods and how they currently report SNR info (including feedback from people in the last round). http://www.devinheitmueller.com/snr.txt What about signal strength and BER readout in parallel for each device listed here? Needs the same docs

Re: soc-camera -> v4l2-device: possible API extension requirements

2009-03-18 Thread Hans Verkuil
On Wednesday 18 March 2009 09:41:58 Hans Verkuil wrote: > Hi Guennadi, > > > 2. In a comment you write to v4l2_i2c_new_subdev(): > > /* Load an i2c sub-device. It assumes that i2c_get_adapdata(adapter) > >returns the v4l2_device and that i2c_get_clientdata(client) > >returns the v4l2_subdev

[PATCH] gspca: add missing .type field check in VIDIOC_G_PARM

2009-03-18 Thread Németh Márton
From: Márton Németh The gspca webcam driver does not check the .type field of struct v4l2_streamparm. This field is an input parameter for the driver according to V4L2 API specification, revision 0.24 [1]. Add the missing check. The missing check was recognised by v4l-test 0.10 [2] together wi

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

2009-03-18 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-cafe for the following: - v4l2-subdev: add support for TRY_FMT, ENUM_FMT and G/S_PARM. - ov7670: convert to v4l2_subdev - cafe_ccic: convert to v4l2_device. - cafe_ccic: use v4l2_subdev to talk to the ov7670 sensor. - ov7670:

ISP Configuration for RAW Bayer sensor

2009-03-18 Thread Suresh Rao
Hi, I am working with MT9V023 RAW sensor. The data format from the sensor is B G B G B G B G ... G R G R G R G R ... B G B G B G B G ... G R G R G R G R [ Format 1] The sources I am using for ISP drivers are pulled on top of linux-omap-2.6.29-rc7 from [git pull git://git.gitorious

Re: [PULL] http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2/

2009-03-18 Thread Mauro Carvalho Chehab
On Wed, 18 Mar 2009 11:19:49 -0400 Devin Heitmueller wrote: > On Wed, Mar 18, 2009 at 11:13 AM, Mauro Carvalho Chehab > wrote: > > I'll likely need to move some hunks from one changeset into another, due to > >        au8522: move the analog decoder source file > > to avoid -git bisect breakages

Re: [PULL] http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2/

2009-03-18 Thread Devin Heitmueller
On Wed, Mar 18, 2009 at 11:13 AM, Mauro Carvalho Chehab wrote: > I'll likely need to move some hunks from one changeset into another, due to >        au8522: move the analog decoder source file > to avoid -git bisect breakages. No problem. I did put the original move in the same changeset as the

Re: [PULL] http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2/

2009-03-18 Thread Mauro Carvalho Chehab
On Sun, 15 Mar 2009 20:30:54 -0400 Devin Heitmueller wrote: > Hello Mauro, > > Please issue a pull request from > http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2 for the following: > > au0828: remove memset calls in v4l2 routines. > au0828: remove some unneeded braces > au0828: add entry fo

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

2009-03-18 Thread Mauro Carvalho Chehab
On Wed, 18 Mar 2009 15:30:50 +0100 (CET) "Hans Verkuil" wrote: > > > On Sat, 14 Mar 2009 16:49:40 +0100 > > Hans Verkuil wrote: > > > >> Hi Mauro, > >> > >> Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the > >> following: > >> > >> - v4l2-device: add v4l2_device_disconnect >

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

2009-03-18 Thread Hans Verkuil
> On Sat, 14 Mar 2009 16:49:40 +0100 > Hans Verkuil wrote: > >> Hi Mauro, >> >> Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the >> following: >> >> - v4l2-device: add v4l2_device_disconnect >> - v4l2: call v4l2_device_disconnect in USB drivers. >> - tvaudio: add tda9875 suppo

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

2009-03-18 Thread Mauro Carvalho Chehab
On Sat, 14 Mar 2009 16:49:40 +0100 Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the > following: > > - v4l2-device: add v4l2_device_disconnect > - v4l2: call v4l2_device_disconnect in USB drivers. > - tvaudio: add tda9875 support. Hmm...

Re: [linux-dvb] FusionHDTV7 and v4l causes kernel panic

2009-03-18 Thread Brandon Jenkins
On Wed, Mar 18, 2009 at 3:51 AM, Timothy D. Lenz wrote: > Anyone know how to get the crash data to a log file? A way to redirect main > monitor to an ssh client or second linux computer > through serial port and null modem cable? > See the Documentation/serial-console.txt file in your kernel sou

[RFC] soc-camera -> v4l2-device partial patch for review only

2009-03-18 Thread Guennadi Liakhovetski
Below is the first draft version of the first part of the soc-camera -> v4l2-device for one configuration (platform, host, and device drivers). It converts soc-camera to a platform driver and moves i2c device registration from platform into soc_camera.c. Please have a look if I'm doing anything

gspca/v4l - HP Webcam 1.3 - Device Request

2009-03-18 Thread svwindbird
Hope this is the correct place for requesting to add a device. I'm also assuming that it's a gspca/VC032x driver problem, as it's counter-part in windows in usbvm326. Name: HP Webcam 1.3 Megapixal (USB) Model: rd345aa USB_id: 15b8:6001 Env: Suse 11.1 (Kernel 2.6.27 64bit) uname: Linux liana 2

Re: About white balance control.

2009-03-18 Thread Dongsoo, Nathaniel Kim
Thank you Pingchart. So, V4L2_CID_DO_WHITE_BALANCE acts WB adjustment at every single time it has issued when device is in manual WB mode like V4L2_CID_WHITE_BALANCE_TEMPERATURE? Now I get it. But CID still missing for white balance presets like "cloudy", "sunny", "fluorescent"and so on. I think s

Re: About white balance control.

2009-03-18 Thread Laurent Pinchart
Hi Kim, On Wednesday 18 March 2009 05:32:08 Dongsoo, Nathaniel Kim wrote: > Hello, > > I accidently realized today that I was using white balance control in wrong > way. > > As far as I understand we've got > > V4L2_CID_AUTO_WHITE_BALANCE which activate auto white balance > adjustment in runtime,

Re: [PULL] http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2/

2009-03-18 Thread Mauro Carvalho Chehab
On Mon, 16 Mar 2009 14:12:19 -0400 Devin Heitmueller wrote: > On Mon, Mar 16, 2009 at 2:05 PM, Trent Piepho wrote: > > On Sun, 15 Mar 2009, Devin Heitmueller wrote: > >> au0828: remove memset calls in v4l2 routines. > > > > "The userland callers are responsible for clearing the output buffers, s

Terratec Cinergy C

2009-03-18 Thread Anders Melchiorsen
I just got a Terratec Cinergy C PCI HD CI, and as often happens, I notice problems right after the buy. In this case, it seems that CAM support is not available. While preparing to return the card, I wanted to check whether the support is expected soon. However, I have not been able to learn what

Re: soc-camera -> v4l2-device: possible API extension requirements

2009-03-18 Thread Hans Verkuil
> On Wed, 18 Mar 2009, Hans Verkuil wrote: > >> In v4l devices these i2c devices are an integral part of the v4l device. >> It is not like the sensor i2c devices that are basically independent >> devices. Also, many i2c drivers used by v4l have internal state, so >> unloading them on the fly and r

Re: soc-camera -> v4l2-device: possible API extension requirements

2009-03-18 Thread Guennadi Liakhovetski
On Wed, 18 Mar 2009, Hans Verkuil wrote: > In v4l devices these i2c devices are an integral part of the v4l device. > It is not like the sensor i2c devices that are basically independent > devices. Also, many i2c drivers used by v4l have internal state, so > unloading them on the fly and reloading

Re: About white balance control.

2009-03-18 Thread Dongsoo, Nathaniel Kim
Hi Ivan, 2009/3/18 Ivan T. Ivanov : >  Hi Kim, > > On Wed, 2009-03-18 at 13:32 +0900, Dongsoo, Nathaniel Kim wrote: >> Hello, >> >> I accidently realized today that I was using white balance control in wrong >> way. >> >> As far as I understand we've got >> >> V4L2_CID_AUTO_WHITE_BALANCE which a

Re: soc-camera -> v4l2-device: possible API extension requirements

2009-03-18 Thread Hans Verkuil
Hi Guennadi, > Hi Hans, > > I am doing the first step of the soc-camera integration with your > v4l2-device API. As discussed on IRC, this first step changes the probing > / releasing procedures in soc-camera to match v4l2-device expectations. > While at it I came across a few points in your curre

soc-camera -> v4l2-device: possible API extension requirements

2009-03-18 Thread Guennadi Liakhovetski
Hi Hans, I am doing the first step of the soc-camera integration with your v4l2-device API. As discussed on IRC, this first step changes the probing / releasing procedures in soc-camera to match v4l2-device expectations. While at it I came across a few points in your current API, which might n

Re: No subsystem id (and therefore no cx88_dvb loaded) after reboot

2009-03-18 Thread Ang Way Chuang
Ang Way Chuang wrote: I experience similar problem with HVR4000 Lite cards that we have in the lab. The card can't tune after cold boot, but a reboot will fix the problem. I will check whether it has the similar invalid subsystem id problem. Unfortunately, I can't reproduce the cold boot tuni

Re: About white balance control.

2009-03-18 Thread Ivan T. Ivanov
Hi Kim, On Wed, 2009-03-18 at 13:32 +0900, Dongsoo, Nathaniel Kim wrote: > Hello, > > I accidently realized today that I was using white balance control in wrong > way. > > As far as I understand we've got > > V4L2_CID_AUTO_WHITE_BALANCE which activate auto white balance > adjustment in runt

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

2009-03-18 Thread Hans Verkuil
On Tuesday 17 March 2009 22:26:16 Dwaine Garden wrote: > Invalid link for "http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-usbvision? It's already been merged in the master, so use http://www.linuxtv.org/hg/v4l-dvb instead. Thanks for testing this! Regards, Hans > > > > > > __