Re: [GIT PULL -tip] fix 22 make headers_check - 200901

2009-02-04 Thread Avi Kivity
Jaswinder Singh Rajput wrote: On Wed, 2009-02-04 at 17:43 +1100, Herbert Xu wrote: Jaswinder Singh Rajput jaswin...@kernel.org wrote: diff --git a/arch/x86/include/asm/kvm.h b/arch/x86/include/asm/kvm.h index b95162a..d2e3bf3 100644 --- a/arch/x86/include/asm/kvm.h +++

Re: [GIT PULL -tip] fix 22 make headers_check - 200901

2009-02-04 Thread Jaswinder Singh Rajput
On Wed, 2009-02-04 at 10:13 +0200, Avi Kivity wrote: Jaswinder Singh Rajput wrote: On Wed, 2009-02-04 at 17:43 +1100, Herbert Xu wrote: Jaswinder Singh Rajput jaswin...@kernel.org wrote: diff --git a/arch/x86/include/asm/kvm.h b/arch/x86/include/asm/kvm.h index

Re: [linux-dvb] HVR2250 / HVR2200 / SAA7164 status

2009-02-04 Thread Steven Toth
Davin McCall wrote: Steven Toth wrote: Feel free to ping me through this mailing list every few weeks. So, ping... No progress, sorry. - Steve -- 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

[REVIEW][PATCH] LV8093: Add driver for LV8093 lens actuator.

2009-02-04 Thread Dominic Curran
Hi Below is a new driver for the LV8093 lens actuator. Of course all comments are welcome, however I have a specific issue that i am concerned about... The lens position cannot be read back from this device, and it only takes relative positions (it uses V4L2_CID_FOCUS_RELATIVE ctrl ID). The

[cron job] WARNINGS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build

2009-02-04 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 Feb 4 19:00:03 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10432:71e5a36634ea gcc version:

Re: [patch review 6/8] radio-mr800: add stereo support

2009-02-04 Thread Alexey Klimov
Reformatted patch, version 2. Corrects checking of returned value after usb_bulk_msg. --- Patch introduces new amradio_set_stereo function. Driver calls this func to make stereo radio reception. Signed-off-by: Alexey Klimov klimov.li...@gmail.com -- diff -r 34b045702595

[patch review 9/8] radio-mr800: fix checking of retval after usb_bulk_msg

2009-02-04 Thread Alexey Klimov
Patch corrects checking of returned value after usb_bulk_msg. Now we also check if number of transferred bytes equals to BUFFER_LENGTH. Signed-off-by: Alexey Klimov klimov.li...@gmail.com -- diff -r 2876e91adef9 linux/drivers/media/radio/radio-mr800.c ---

Re: [PATCH] Add support for sq905 based cameras to gspca

2009-02-04 Thread Adam Baker
On Wednesday 04 February 2009, Andy Walls wrote: On Tue, 2009-02-03 at 22:09 +, Adam Baker wrote: On Tuesday 03 February 2009, Jean-Francois Moine wrote: Indeed, the problem is there! You must have only one process reading the webcam! I do not see how this can work with these 2

Re: [PATCH] Add support for sq905 based cameras to gspca

2009-02-04 Thread kilgota
On Wed, 4 Feb 2009, Adam Baker wrote: On Wednesday 04 February 2009, Andy Walls wrote: On Tue, 2009-02-03 at 22:09 +, Adam Baker wrote: On Tuesday 03 February 2009, Jean-Francois Moine wrote: Indeed, the problem is there! You must have only one process reading the webcam! I do not see

Re: [PATCH] Add support for sq905 based cameras to gspca

2009-02-04 Thread kilgota
On Wed, 4 Feb 2009, kilg...@banach.math.auburn.edu wrote: On Wed, 4 Feb 2009, Adam Baker wrote: On Wednesday 04 February 2009, kilg...@banach.math.auburn.edu wrote: snip description of attempting to stream from 2 cameras at once 4. After removing the first camera which was plugged in, I

Re: KWorld ATSC 115 all static

2009-02-04 Thread hermann pitton
Hi, please take this as preliminary only. Am Mittwoch, den 04.02.2009, 00:26 -0500 schrieb CityK: hermann pitton wrote: Am Dienstag, den 03.02.2009, 01:03 -0500 schrieb CityK: - Mauro created a patch intended to be applied against mainline ... I tested and analog tv did NOT work

Re: KWorld ATSC 115 all static

2009-02-04 Thread David Engel
On Tue, Feb 03, 2009 at 11:07:56PM -0500, CityK wrote: David Engel wrote: I will try it with MythTV. Thanks David. OK. With Hans' v4l-dvb-kworld driver, MythTV works, but with a big caveat. I have to unload the saa7134-alsa, saa7134-dvb, saa7134 and tuner-simple modules, reload them and

AF9035 + Fiti-Power FC0011 Tuner

2009-02-04 Thread David
Hi Has any work already been done to support DVB-T USB based devices with this combination? Regards David -- 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

Question of V4L2 API spec for sliced VBI VIDIOC_S_FMT

2009-02-04 Thread Andy Walls
The V4L2 spec has some funny languague in the VIDIOC_S_FMT, and VIDIOC_TRY_FMT documentation and section 4.8.3 on setting or trying sliced VBI formats. For VIDIOC_TRY_FMT for sliced vbi, the ioctl() is only supposed to fail if the v4l2_format-type is for sliced vbi capture or sliced vbi output

Re: Question of V4L2 API spec for sliced VBI VIDIOC_S_FMT

2009-02-04 Thread Hans Verkuil
On Thursday 05 February 2009 05:25:58 Andy Walls wrote: The V4L2 spec has some funny languague in the VIDIOC_S_FMT, and VIDIOC_TRY_FMT documentation and section 4.8.3 on setting or trying sliced VBI formats. For VIDIOC_TRY_FMT for sliced vbi, the ioctl() is only supposed to fail if the

[PATCH v2] sh_mobile_ceu: SOCAM flags are prepared at itself

2009-02-04 Thread Kuninori Morimoto
From 32fde76488032405b48afa4ed0b30c9184e855b5 Mon Sep 17 00: 00:00 2001 sh_mobile_ceu can supports bus width 8, 16 and other flags. But it can not support SOCAM_SLAVE, because it does not support any clocks. Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v1 - v2 o change

[PATCH v2 1/2] soc_camera: Add SOCAM_FIELD_ID_ACTIVE_{HIGH,LOW} flags

2009-02-04 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v1 - v2 o field name fix include/media/soc_camera.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h index 7440d92..74a4cc5 100644 ---