Re: V4L2 - Capturing uncompressed data

2009-05-17 Thread Guillaume
> > It depends on the camera. > > ...and the driver. I don't know much about various _web_cameras and their > drivers, but I could well imagine, that you're asking for an unsupported > YUV variation, whereas some other format would be supported. Why don't you > use VIDIOC_ENUM_FMT to list all

Re: [PATCH]saa7134-video.c: poll method lose race condition

2009-05-17 Thread figo.zhang
On Mon, 2009-05-18 at 08:28 +0200, Guennadi Liakhovetski wrote: > Guennadi hi,Guennadi, I am sorry that it is my mistake. Figo.zhang -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at ht

Re: [PATCH] [0905_14] Siano: USB - move the device id table to the cards module

2009-05-17 Thread Mauro Carvalho Chehab
Em Thu, 14 May 2009 12:29:35 -0700 (PDT) Uri Shkolnik escreveu: > > # HG changeset patch > # User Uri Shkolnik > # Date 1242325466 -10800 > # Node ID fe5ecbb828340406923d06b4ea93a210aafb5c7e > # Parent 5a6de44c39c9198bc1af79f5901dc769690885de > [0905_14] Siano: USB - move the device id table t

Re: [PATCH]saa7134-video.c: poll method lose race condition

2009-05-17 Thread Guennadi Liakhovetski
On Mon, 18 May 2009, figo.zhang wrote: > saa7134-video.c: poll method lose race condition > > > Signed-off-by: Figo.zhang Hi, I am not sure why you decide to cc me on your sa7a34 patches. Those are not the kind of devices I'm working with, so, don't think I'll be able to help with your patc

Re: [PATCH] [0905_10] Siano - perform clean multi-modules build

2009-05-17 Thread Mauro Carvalho Chehab
Em Thu, 14 May 2009 12:26:18 -0700 (PDT) Uri Shkolnik escreveu: > > # HG changeset patch > # User Uri Shkolnik > # Date 1242323350 -10800 > # Node ID f93a86c6f9785cb60e015e811ddfca6850135887 > # Parent 0018ed9bbca31e76a17ead56e2e953c325c7cf3f > [0905_10] Siano - perform clean multi-modules bui

Re: Fixed (Was:Re: saa7134/2.6.26 regression, noisy output)

2009-05-17 Thread tomloh...@gmail.com
hermann pitton a écrit : Hi, Am Sonntag, den 17.05.2009, 15:52 +0200 schrieb tomloh...@gmail.com: hermann pitton a écrit : Hi Anders, Am Freitag, den 15.05.2009, 11:18 +0200 schrieb Anders Eriksson: Success! I've tracked down the offending change. switch_addr takes on the

Re: [PATCH]saa7134-video.c: poll method lose race condition

2009-05-17 Thread hermann pitton
[big snip] > > > > > > > hi, hermann pitton ,i am using the git-kernel, the card have some > hardware problems now. If it is a new card, 2.6.27 is for sure the last stable. We might get it all down, but 2.6.30 looked promising again. Seems there is some hungry black hole in between ;) Cheers

Re: [PATCH]saa7134-video.c: poll method lose race condition

2009-05-17 Thread figo.zhang
On Mon, 2009-05-18 at 05:49 +0200, hermann pitton wrote: > Am Montag, den 18.05.2009, 11:53 +0800 schrieb figo.zhang: > > On Mon, 2009-05-18 at 05:07 +0200, hermann pitton wrote: > > > Am Montag, den 18.05.2009, 10:13 +0800 schrieb figo.zhang: > > > > saa7134-video.c: poll method lose race conditio

Re: [PATCH]saa7134-video.c: poll method lose race condition

2009-05-17 Thread hermann pitton
Am Montag, den 18.05.2009, 11:53 +0800 schrieb figo.zhang: > On Mon, 2009-05-18 at 05:07 +0200, hermann pitton wrote: > > Am Montag, den 18.05.2009, 10:13 +0800 schrieb figo.zhang: > > > saa7134-video.c: poll method lose race condition > > > > > > > > > Signed-off-by: Figo.zhang > > > --- > >

Re: [PATCH]saa7134-video.c: poll method lose race condition

2009-05-17 Thread figo.zhang
On Mon, 2009-05-18 at 05:07 +0200, hermann pitton wrote: > Am Montag, den 18.05.2009, 10:13 +0800 schrieb figo.zhang: > > saa7134-video.c: poll method lose race condition > > > > > > Signed-off-by: Figo.zhang > > --- > > drivers/media/video/saa7134/saa7134-video.c |9 ++--- > > 1 files

Re: [PATCH]saa7134-video.c: poll method lose race condition

2009-05-17 Thread hermann pitton
Am Montag, den 18.05.2009, 10:13 +0800 schrieb figo.zhang: > saa7134-video.c: poll method lose race condition > > > Signed-off-by: Figo.zhang > --- > drivers/media/video/saa7134/saa7134-video.c |9 ++--- > 1 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/drivers/media

[PATCH]media/video: minor have assigned value twice

2009-05-17 Thread figo.zhang
The variable minor have assigned value twice, the first time is in the initial "video_device"data struct in those drivers,pls see saa7134-video.c,line 2503. Signed-off-by: Figo.zhang --- drivers/media/video/bt8xx/bttv-driver.c|1 - drivers/media/video/cx23885/cx23885-417.c |1 - d

[PATCH]saa7134-video.c: poll method lose race condition

2009-05-17 Thread figo.zhang
saa7134-video.c: poll method lose race condition Signed-off-by: Figo.zhang --- drivers/media/video/saa7134/saa7134-video.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/saa7134/saa7134-video.c b/drivers/media/video/saa7134/saa7134-video.c

[REVIEW v4.1] v4l2 loopback

2009-05-17 Thread Vasily Levin
In this patch revision fixed complains from checkpatch.pl spell check of comments done v4 was wrong one --- This patch introduces v4l2 loopback module From: Vasily Levin This is v4l2 loopback driver which can be used to make available any userspace video as v4l2 device. Initially it was written

[REVIEW v4] v4l2 loopback

2009-05-17 Thread Vasily Levin
In this patch revision fixed complains from checkpatch.pl spell check of comments done --- This patch introduces v4l2 loopback module From: Vasily Levin This is v4l2 loopback driver which can be used to make available any userspace video as v4l2 device. Initially it was written to make videoeffe

Re: Fixed (Was:Re: saa7134/2.6.26 regression, noisy output)

2009-05-17 Thread hermann pitton
Hi, Am Sonntag, den 17.05.2009, 15:52 +0200 schrieb tomloh...@gmail.com: > hermann pitton a écrit : > > Hi Anders, > > > > Am Freitag, den 15.05.2009, 11:18 +0200 schrieb Anders Eriksson: > > > >> Success! > >> > >> I've tracked down the offending change. switch_addr takes on the wrong > >> va

Re: working on webcam driver

2009-05-17 Thread leandro Costantino
Hi Mark, just searching "0c45:612a gspca" could save you lot of time. I suppose you were looking at the old gspca homepage, because it listed on Jean F. Moine site http://moinejf.free.fr/webcam.html ( it dont know even it that page if still updated ) About the "gstreamer", what kind of troubles ar

Re: [PATCH 0/8] ir-kbd-i2c conversion to the new i2c binding model (v3)

2009-05-17 Thread Mike Isely
On Thu, 14 May 2009, Jean Delvare wrote: > On Thu, 14 May 2009 21:25:02 +0200, Oldřich Jedlička wrote: > > On Wednesday 13 of May 2009 at 21:45:59, Jean Delvare wrote: > > > Hi all, > > > > > > Here comes an update of my conversion of ir-kbd-i2c to the new i2c > > > binding model. I've split it in

Re: [PATCH 8/8] pvrusb2: Instantiate ir_video I2C device by default

2009-05-17 Thread Mike Isely
On Wed, 13 May 2009, Jean Delvare wrote: > Now that the ir-kbd-i2c driver has been converted to a new-style i2c > driver, we can instantiate the ir_video I2C device by default. The > pvr2_disable_ir_video is kept to disable the IR receiver, either > because the user doesn't use it, or for debuggin

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

2009-05-17 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 May 17 19:00:06 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11783:0018ed9bbca3 gcc version: gcc

Re: working on webcam driver

2009-05-17 Thread MK
Thanks much for the feedback! Here's what happened: Because the vendor id (0c45) is listed by the gspca website but not the product (612a), I decided to try inserting the id into one of the drivers/media/video/gspca. When I actually grepped (had not grepped the tree itself yet), low and behol

Re: Fixed (Was:Re: saa7134/2.6.26 regression, noisy output)

2009-05-17 Thread Anders Eriksson
tomloh...@gmail.com said: > Hello list, > you are talking about tuner_config = 1 for the hvr 1110, right ? No. We're talking about the switch_addr variable. This variable is not changeable with module parameters. > Changing this option doesn't affect the qualitie of the signal on tv see > http:

Re: Fixed (Was:Re: saa7134/2.6.26 regression, noisy output)

2009-05-17 Thread tomloh...@gmail.com
hermann pitton a écrit : Hi Anders, Am Freitag, den 15.05.2009, 11:18 +0200 schrieb Anders Eriksson: Success! I've tracked down the offending change. switch_addr takes on the wrong value and setting the LNA fails. Here's a i2c dump: saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff

Re: [PATCH][libv4l] Support V4L2_CTRL_FLAG_NEXT_CTRL for fake controls

2009-05-17 Thread Hans de Goede
On 04/19/2009 12:45 AM, Adam Baker wrote: The "fake" controls added by libv4l to provide whitebalance on some cameras do not respect the V4L2_CTRL_FLAG_NEXT_CTRL and hence don't appear on control programs that try to use that flag if there are any driver controls that do support the flag. Add s

[PATCH] [0905_31] Siano: smsusb - change exit func debug msg

2009-05-17 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik # Date 1242563388 -10800 # Node ID c09c5b8b253e4a74b9a32ce8db30d35d143dedfa # Parent 7d204069642b6608bb3b0d6a96d1de5848df2a16 [0905_31] Siano: smsusb - change exit func debug msg From: Uri Shkolnik Change the debug message of the USB interface driver e

[PATCH] [0905_30] Siano: smsusb - fix typo in module description

2009-05-17 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik # Date 1242562875 -10800 # Node ID 7d204069642b6608bb3b0d6a96d1de5848df2a16 # Parent 1c7b6db1a3399ffbb7f9b6758cae6572c24b51ef [0905_30] Siano: smsusb - fix typo in module description From: Uri Shkolnik Fix small typo in the module description Priority

[PATCH] [0905_29] Siano: smscore - bug fix at get_device_mode

2009-05-17 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik # Date 1242332841 -10800 # Node ID 211989f20f803bc5a719c6fda4640888e379d6fc # Parent 7e56c108996ef016c4b2117090e2577aea9ed56c [0905_29] Siano: smscore - bug fix at get_device_mode From: Uri Shkolnik Fix bug that cause error log to echo also if success

[PATCH] [0905_27] Siano: smscore - fix isdb-t firmware name

2009-05-17 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik # Date 1242332684 -10800 # Node ID 7e56c108996ef016c4b2117090e2577aea9ed56c # Parent 5ad3d2c3d7792ddf125386c43535e68b575305c3 [0905_27] Siano: smscore - fix isdb-t firmware name From: Uri Shkolnik Fix mistake with isdb-t firmware name Priority: normal

[PATCH] [0905_25] Siano: smscore - fix byte ordering bug

2009-05-17 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik # Date 1242332055 -10800 # Node ID d826829f17df5ccb89fab3a0d48b8aadd04f9689 # Parent fc839f80e81fed027a4721f5c679b9af7e27c867 [0905_25] Siano: smscore - fix byte ordering bug From: Uri Shkolnik Fix byte ordering bug. Priority: normal Signed-off-by: U

[PATCH] [0905_24] Siano: smscore - fix get_common_buffer bug

2009-05-17 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik # Date 1242331867 -10800 # Node ID fc839f80e81fed027a4721f5c679b9af7e27c867 # Parent 415ca02f74b960c02ddfa7ee719cf87726d97490 [0905_24] Siano: smscore - fix get_common_buffer bug From: Uri Shkolnik get common buffers() should block operation until vali

[PATCH] [0905_23] Siano: gpio - use new implementation

2009-05-17 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik # Date 1242331325 -10800 # Node ID 415ca02f74b960c02ddfa7ee719cf87726d97490 # Parent 8b645aa2ab13f22b8d4dcd8e6353fce2c976cd34 [0905_23] Siano: gpio - use new implementation From: Uri Shkolnik Start using the corrected gpio implementation Priority: nor

[PATCH] [0905_14_1] Siano: smsusb - update supported USB IDs table

2009-05-17 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik # Date 1242550293 -10800 # Node ID 59a05f4cb2769279a460f171250d3a7d3a85b81f # Parent 12d6b7eaffa903f00c445d7102ded42610361ae6 [0905_14_1] Siano: smsusb - update supported USB IDs table From: Uri Shkolnik Update the list of supported USB devices, with I

Re: cx18: Testers needed: VBI for non-NTSC-M input signals

2009-05-17 Thread Hans Verkuil
On Sunday 17 May 2009 04:06:04 Andy Walls wrote: > Hi, > > Thanks to a loaner PVR-350 from Hans, I've been able to implement VBI > support in the cx18 driver for non-NTSC video standards. > > If you've got a 625 line PAL, SECAM, etc, video source and can test VBI > functions on a CX23418 based card