Re: Fwd: Compro S300 - ZL10313

2010-01-04 Thread Matthias Schwarzott
On Samstag, 2. Januar 2010, Theunis Potgieter wrote: 2010/1/2 JD Louw jd.l...@mweb.co.za: On Sat, 2010-01-02 at 09:39 +0200, Theunis Potgieter wrote: 2010/1/1 JD Louw jd.l...@mweb.co.za: On Tue, 2009-12-29 at 23:23 +0200, Theunis Potgieter wrote: Hi mailing list, I have a problem

Re: Lenovo compact webcam 17ef:4802

2010-01-04 Thread Jean-Francois Moine
On Sun, 03 Jan 2010 19:51:37 -0500 Bill Whiting tex...@bellsouth.net wrote: I have not been able to get an image from a Lenovo webcam under Fedora 11. It reports to the kernel with USB id 17ef:4802 as below: kernel: usb 1-3: new high speed USB device using ehci_hcd and address 9 kernel:

Re: Lenovo compact webcam 17ef:4802

2010-01-04 Thread Bill Whiting
The gspca module is provided as part of the kernel. The kernel version is 2.6.30-10 The libv4l version is 0.6.3-1 Is there a way that I can display the version of gspca? I looked in dmesg and /var/log/messages but didn't find a version listed. I think cheese may be using gstreamer. How

Re: DVBWorld DVB-S2 2005 PCI-Express Card

2010-01-04 Thread Leszek Koltunski
I have a very similar problem with DVBWorld 2006 DVB-S2 card. The v4l-dvb ( freshly pulled ) compiles and loads, firmware is loaded, but when I actually try to use it ( dvbstream commands ) the following appears in /var/log/messages: Jan 4 18:30:24 november kernel: i2c_sendbytes: i2c error NAK

Re: cx18: Need information on SECAM-D/K problem with PVR-2100

2010-01-04 Thread Sergey Bolshakov
Andy == Andy Walls awa...@radix.net writes: Sergey, On IRC you mentioned a problem of improper detection of SECAM-D/K with the Leadtek PVR2100 (XC2028 and CX23418) from an RF source. It was some misunderstanding, i suppose, i do not have problems with secam, i had improper detection of

Re: [PATCH] RFC: mx27: Add soc_camera support

2010-01-04 Thread Alan Carvalho de Assis
Hi Javier, On 1/4/10, javier Martin javier.mar...@vista-silicon.com wrote: Alan, please, could you point me against which kernel version did you exactly test this patch? It applies on current kernel from git.pengutronix.de/git/imx/linux-2.6.git Also it would be fine to know which video

Re: [linux-dvb] DTV2000 H Plus

2010-01-04 Thread Raena Lea-Shannon
Thanks Jonathan wrote: Hi, I have that card (the J version I think) and run it on the latest version of Kubuntu - works fine, but cannot handle the analogue signal, I got it to work on analogue once, but then an upgrade came and I forgot and I haven't hd the time. Anyway for digital, Try

Re: DTV2000 H Plus issues

2010-01-04 Thread Raena Lea-Shannon
Samuel Rakitnican wrote: On Sun, 03 Jan 2010 09:21:21 +0100, Raena Lea-Shannon r...@internode.on.net wrote: istva...@mailbox.hu wrote: On 01/02/2010 05:10 PM, Raena Lea-Shannon wrote: I have 2 TV Cards. The DTV2000 H Plus and a Technisat. The Technisat works very well. I am trying to

Re: CI USB

2010-01-04 Thread Steven Toth
BTW, Hauppauge's WinTV-CI looked much more promissing. At least when I started reading whole thread about it here: http://www.mail-archive.com/linux-...@linuxtv.org/msg28113.html Unfortunatelly, last Steve's note about not getting anything (even any answer) has disappointed me fully. And

[PATCH 0/9] Feature enhancement of VPFE/CCDC Capture driver

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com While adding support for AM3517/05 devices I have implemented/came-across these features/enhancement/bug-fixes for VPFE-Capture driver. Also the important change added is, to introduced ti-media directory for all TI devices. Vaibhav Hiremath (9):

[PATCH 5/9] DMx:Update board files for ti-media directory change

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-davinci/include/mach/dm355.h |2 +- arch/arm/mach-davinci/include/mach/dm644x.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 6/9] Davinci VPFE Capture:Return 0 from suspend/resume

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Now Suspend/Resume functionality is being handled by respective CCDC code, so return true (0) from bridge suspend/resume function. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/media/video/ti-media/vpfe_capture.c | 12 1 files

[PATCH 2/9] TVP514x:Switch to automode for querystd

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Driver should switch to AutoSwitch mode on QUERYSTD ioctls. It has been observed that, if user configure the standard explicitely then driver preserves the old settings, but query_std must detect the standard instead of returning old settings.

[PATCH 3/9] tvp514x: add YUYV format support

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/media/video/tvp514x.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/tvp514x.c b/drivers/media/video/tvp514x.c index 4cf3593..b344b58 100644 ---

[PATCH 9/9] DM644x CCDC: Add 10bit BT support

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/media/video/ti-media/dm644x_ccdc.c | 16 +--- drivers/media/video/ti-media/dm644x_ccdc_regs.h |8 2 files changed, 21 insertions(+), 3 deletions(-) diff --git

[PATCH 8/9] VPFE Capture: Add call back function for interrupt clear to vpfe_cfg

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com For the devices like AM3517, it is expected that driver clears the interrupt in ISR. Since this is device spcific, callback function added to the platform_data. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/media/video/ti-media/vpfe_capture.c

[PATCH 1/9] Makfile:Removed duplicate entry of davinci

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/media/video/Makefile |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index 2af68ee..bebbee6 100644 ---

[PATCH 0/2] OMAP3: Add V4L2 display driver support

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com This series of patch-set adds support for V4L2 display driver ontop of DSS2 framework. Please note that this patch is dependent on patch which add ti-media directory (submitted earlier to this patch series) Vaibhav Hiremath (2): OMAP2/3 V4L2: Add support

[PATCH 2/2] OMAP2/3: Add V4L2 DSS driver support in device.c

2010-01-04 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/plat-omap/devices.c | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c index

Re: DTV2000 H Plus issues

2010-01-04 Thread istva...@mailbox.hu
On 01/03/2010 09:21 AM, Raena Lea-Shannon wrote: That seems odd. This patch on the LinuxTv site http://www.linuxtv.org/pipermail/linux-dvb/2008-June/026379.html seems to be using the cx88 drivers? Unfortunately, this patch is for the older DTV 2000H (not Plus) card, which uses a Philips

Re: [RFC] dvb-apps ported for ISDB-T

2010-01-04 Thread Manu Abraham
On Fri, Jan 1, 2010 at 2:23 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Patrick Boettcher wrote: Hi Mauro, On Fri, 25 Dec 2009, Mauro Carvalho Chehab wrote: Em 24-12-2009 00:17, Mauro Carvalho Chehab escreveu: I wrote several patches those days in order to allow dvb-apps to

libv4l2: error mmapping buffer 0: Permission denied

2010-01-04 Thread Niko Lau
Hello, I'm trying to get a labtec 2200 usb webcam working on my custom ARM platform. Since that webcam produces only images in pjpeg, I'm using libv4l2. I wrote a simple capture application where I want to read a single image in rgb24. When the application invokes v4l2_read I get the above error.

Re: [Bugme-new] [Bug 14564] New: capture-example sleeping function called from invalid context at arch/x86/mm/fault.c

2010-01-04 Thread Alan Stern
On Mon, 4 Jan 2010, Sean wrote: Alan Stern wrote: Try inserting a line saying: td_check(ohci, hash, #2c); two lines above the #2b line, i.e., just after the wmb(). That'll help narrow down the search for the bug. Alan, I put the extra line in and ran capture-example twice.

Re: [PATCH] rj54n1cb0c: remove compiler warning

2010-01-04 Thread Guennadi Liakhovetski
Hi Márton On Sun, 3 Jan 2010, Németh Márton wrote: From: Márton Németh nm...@freemail.hu Remove the following compiler warning: 'dummy' is used uninitialized in this function. Although the result in the dummy variable is not used the program flow in soc_camera_limit_side() depends on the

Re: [PATCH] rj54n1cb0c: remove compiler warning

2010-01-04 Thread Németh Márton
Guennadi Liakhovetski wrote: Hi Márton On Sun, 3 Jan 2010, Németh Márton wrote: From: Márton Németh nm...@freemail.hu Remove the following compiler warning: 'dummy' is used uninitialized in this function. Although the result in the dummy variable is not used the program flow in

Request for confirmation

2010-01-04 Thread Webmaster
Sorry to bother you: we are cleaning up our database and it appears that you have previously signed up to eBuppies.com mailinglists and not confirmed your subscription.We would like to give you the opportunity to re-confirm your subscription. The instructions on how to confirm are below.

Welcome to our Newsletter

2010-01-04 Thread Webmaster
Welcome to our Newsletter Please keep this email for later reference. Your email address has been added to the following newsletter(s): * None of them To update your details and preferences please go to

Re: [Bugme-new] [Bug 14564] New: capture-example sleeping function called from invalid context at arch/x86/mm/fault.c

2010-01-04 Thread Sean
Alan Stern wrote: ... All right. Let's try this patch in place of all the others, then. Alan Stern Index: usb-2.6/drivers/usb/host/ohci-q.c === --- usb-2.6.orig/drivers/usb/host/ohci-q.c +++ usb-2.6/drivers/usb/host/ohci-q.c @@

Re: DVBWorld DVB-S2 2005 PCI-Express Card

2010-01-04 Thread Jakub Láznička
I think that`s not the same problem, maybe similar as you wrote. All 4 cards are same type. But only last one (if i write to shell #modprobe cx23885) works and show in /dev/dvb . Maybe it`s driver problem (doesn`t like more cards?). Jakub. Leszek Koltunski píše v Po 04. 01. 2010 v 19:37

Re: DTV2000 H Plus issues

2010-01-04 Thread Raena Lea-Shannon
istva...@mailbox.hu wrote: On 01/03/2010 09:21 AM, Raena Lea-Shannon wrote: That seems odd. This patch on the LinuxTv site http://www.linuxtv.org/pipermail/linux-dvb/2008-June/026379.html seems to be using the cx88 drivers? Unfortunately, this patch is for the older DTV 2000H (not Plus)

Re: [RESEND] Re: DViCO FusionHDTV DVB-T Dual Digital 4 (rev 1) tuning regression

2010-01-04 Thread Andy Walls
On Mon, 2010-01-04 at 15:27 +1100, Robert Lowery wrote: Mauro, I've split the revert2.diff that I sent you previously to fix the tuning regression on my DViCO Dual Digital 4 (rev 1) into three separate patches that will hopefully allow you to review more easily. The first two patches

Re: [Bug 14564] capture-example sleeping function called from invalid context at arch/x86/mm/fault.c

2010-01-04 Thread Sean
bugzilla-dae...@bugzilla.kernel.org wrote: http://bugzilla.kernel.org/show_bug.cgi?id=14564 Jean-Francois Moine moin...@free.fr changed: What|Removed |Added CC|

Re: [Bugme-new] [Bug 14564] New: capture-example sleeping function called from invalid context at arch/x86/mm/fault.c

2010-01-04 Thread Alan Stern
On Mon, 4 Jan 2010, Sean wrote: Alan, This last patch seems to do the job. Thanks so much for your help! Where do I donate/send beer? Um, when you say it does the job, what do you mean? The job it was _intended_ to do was to prove that your problems are caused by hardware errors rather than

Re: [Bug 14564] capture-example sleeping function called from invalid context at arch/x86/mm/fault.c

2010-01-04 Thread Alan Stern
On Mon, 4 Jan 2010, Sean wrote: Jef, I upgraded to the latest v4l-dvb from http://linuxtv.org/hg/v4l-dvb, made the kernel modules, made the v4l libraries, and recompiled capture-example.c. Gspca now shows 2.8.0. The error still persists. Alan Stern's latest patch to ohci-q.c traps the

Re: [RESEND] Re: DViCO FusionHDTV DVB-T Dual Digital 4 (rev 1) tuning regression

2010-01-04 Thread Andy Walls
On Mon, 2010-01-04 at 21:27 -0500, Andy Walls wrote: On Mon, 2010-01-04 at 15:27 +1100, Robert Lowery wrote: Mauro, I've split the revert2.diff that I sent you previously to fix the tuning regression on my DViCO Dual Digital 4 (rev 1) into three separate patches that will hopefully

Re: [Bugme-new] [Bug 14564] New: capture-example sleeping function called from invalid context at arch/x86/mm/fault.c

2010-01-04 Thread Sean
Alan Stern wrote: Um, when you say it does the job, what do you mean? It traps the error and prevents the kernel from crashing. The job it was _intended_ to do was to prove that your problems are caused by hardware errors rather than software bugs. If the patch causes the problems to stop,

Re: [RESEND] Re: DViCO FusionHDTV DVB-T Dual Digital 4 (rev 1) tuning regression

2010-01-04 Thread Andy Walls
On Mon, 2010-01-04 at 22:13 -0500, Devin Heitmueller wrote: Hey Andy, On Mon, Jan 4, 2010 at 9:27 PM, Andy Walls awa...@radix.net wrote: The changes in question (mostly authored by me) are based on documentation on what offsets are to be used with the firmware for various DVB bandwidths

[PATCH] soc-camera: ov772x: Add buswidth selection flags for platform

2010-01-04 Thread Kuninori Morimoto
This patch remove buswidth struct member and add new flags for ov772x_camera_info. And it also modify ap325rxa/migor setup.c Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- arch/sh/boards/mach-ap325rxa/setup.c |4 ++-- arch/sh/boards/mach-migor/setup.c|2 +-

Re: [linux-dvb] siano firmware and behaviour after resuming power

2010-01-04 Thread Rodd Clarkson
On Thu, 2009-12-03 at 14:38 +0100, Luca Olivetti wrote: En/na BOUWSMA Barry ha escrit: I found a something here http://marc.info/?l=linux-usb-usersm=116827193506484w=2 that purportedly resets an usb device. What I tried was, before powering off: 1) unload the drivers 2) use