[PATCH v2 2/2] sh_mobile_ceu: Add field signal operation

2009-02-04 Thread Kuninori Morimoto
sh_mobile_ceu can support "field signal" from external module. To support this operation, SH_CEU_FLAG_USE_FLDID_{HIGH, LOW} are added to header. Signed-off-by: Kuninori Morimoto --- v1 -> v2 o field name fix drivers/media/video/sh_mobile_ceu_camera.c |7 +++ include/media/sh_mobile_ceu.

[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 --- 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 --- a/include/media/soc_camera.h +++ b/includ

[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 --- v1 -> v2 o change SLAVE -> MASTER drivers/media/

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

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

2009-02-04 Thread Juan Jesús García de Soria Lucena
Hi. 2009/2/4 Dominic Curran : > The device has only one read register which contains a single BUSY bit. > For large relative lens movements the device can be busy for sometime and we > need > to know when the lens has stopped moving. > > My question is what is the most appropriate mechanism to re

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 an

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 http://vger.kernel.org/majordomo-in

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 a

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

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: 4. After removing the first camera which was plugged in, I tried to start the stream from the second one. The stream will n

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, kilg...@banach.math.auburn.edu wrote: 4. After removing the first camera which was plugged in, I tried to start the stream from the second one. The stream will not start. A message says that Cannot identify 'dev/video0': 2

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

2009-02-04 Thread Adam Baker
On Wednesday 04 February 2009, kilg...@banach.math.auburn.edu wrote: > 4. After removing the first camera which was plugged in, I tried to start > the stream from the second one. The stream will not start. A message says > that > > Cannot identify 'dev/video0': 2. No such file or directory. This

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 h

Re: [PATCH] Make sure gspca cleans up USB resources during disconnect

2009-02-04 Thread Adam Baker
On Wednesday 04 February 2009, Jean-Francois Moine wrote: > On Tue, 3 Feb 2009 23:13:17 + > > Adam Baker wrote: > > If a device using the gspca framework is unplugged while it is still > > streaming then the call that is used to free the URBs that have been > > allocated occurs after the point

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

[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 -- diff -r 2876e91adef9 linux/drivers/media/radio/radio-mr800.c --- a/linux/drivers/media/radio/radio-mr800.c Wed Feb 04 21:38:46

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 -- diff -r 34b045702595 linux/drivers/media/radio/radio-mr800.c --- a/l

[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: gcc

[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 de

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

2009-02-04 Thread H. Peter Anvin
Arnd Bergmann wrote: > > I fear that the problem might be more widespread than just kvm. > The problem is that without __KERNEL_STRICT_NAMES > defines the standard types that glibc provides in its own , > some of them even defined differently (e.g. the size of off_t depends > __USE_FILE_OFFSET64)

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 inf

Re: [PATCH] Make sure gspca cleans up USB resources during disconnect

2009-02-04 Thread Jean-Francois Moine
On Tue, 3 Feb 2009 23:13:17 + Adam Baker wrote: > If a device using the gspca framework is unplugged while it is still > streaming then the call that is used to free the URBs that have been > allocated occurs after the pointer it uses becomes invalid at the end > of gspca_disconnect. Make ano

RE: Missing first 4 frames

2009-02-04 Thread Aguirre Rodriguez, Sergio Alberto
> -Original Message- > From: video4linux-list-boun...@redhat.com [mailto:video4linux-list- > boun...@redhat.com] On Behalf Of halli manjunatha > Sent: Wednesday, February 04, 2009 6:37 AM > To: video4linux-l...@redhat.com > Subject: Missing first 4 frames > > Hi , >I am working o

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

2009-02-04 Thread Ingo Molnar
* Arnd Bergmann wrote: > On Wednesday 04 February 2009, Jaswinder Singh Rajput wrote: > > On Wed, 2009-02-04 at 17:43 +1100, Herbert Xu wrote: > > > > -#include > > > > +#include > > > > #include > > > > > > Awesome, you've just broken the userspace build of kvm as the > > > file linux/types

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

2009-02-04 Thread Arnd Bergmann
On Wednesday 04 February 2009, Jaswinder Singh Rajput wrote: > On Wed, 2009-02-04 at 17:43 +1100, Herbert Xu wrote: > > > -#include > > > +#include > > > #include > > > > Awesome, you've just broken the userspace build of kvm as the > > file linux/types.h conflicts with sys/types.h. > > > > W

Re: [PULL] bttv driver improvements

2009-02-04 Thread Trent Piepho
On Fri, 30 Jan 2009, Devin Heitmueller wrote: > On Fri, Jan 30, 2009 at 4:20 AM, Trent Piepho wrote: > > On Thu, 29 Jan 2009, Devin Heitmueller wrote: > >> On Thu, Jan 29, 2009 at 8:19 PM, Trent Piepho wrote: > >> > I haven't been able to test this code. It seems my bt848 card doesn't > >> > wo

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 wrote: > >> > >>> diff --git a/arch/x86/include/asm/kvm.h b/arch/x86/include/asm/kvm.h > >>> index b95162a..d2e3bf3

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 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 +++ b/arch/x86/include/asm/kvm.h @@ -6,7

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 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 +++ b/arch/x86/include/asm/kvm.h @@ -6,7

RE: [REVIEW PATCH 2/2] OMAP3EVM Multi-Media Daughter Card Support

2009-02-04 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Alexey Klimov [mailto:klimov.li...@gmail.com] > Sent: Saturday, January 31, 2009 9:59 PM > To: Hiremath, Vaibhav > Cc: linux-o...@vger.kernel.org; linux-media@vger.kernel.org; Jadav, > Brijesh R; Shah, Hardik > Subject: Re: [REVIEW PA

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

2009-02-04 Thread Jaswinder Singh Rajput
On Wed, 2009-02-04 at 17:43 +1100, Herbert Xu wrote: > Jaswinder Singh Rajput 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 > > +++ b/arch/x86/include/asm/kvm.h > > @@ -6,7 +6,7 @@ > > * >