[linux-usb-devel] Re: [v4l-dvb-maintainer] 2.6.16-rc5: known regressions

2006-03-02 Thread Mauro Carvalho Chehab
Subject: Oops in Kernel 2.6.16-rc4 on Modprobe of saa7134.ko References : http://lkml.org/lkml/2006/2/20/122 Submitter : Brian Marete [EMAIL PROTECTED] Status : unknown This is not a regression, since the user is not configuring saa7134 with the right card. Cheers, Mauro.

[linux-usb-devel] Re: [v4l-dvb-maintainer] 2.6.16-rc: saa7134 + usb-storage = freeze

2006-03-15 Thread Mauro Carvalho Chehab
Adrian, hmm... VIA vt8237... We have several similar reports with current VIA chipsets (KT800 and KT880) and PCI2PCI transfers (Overlay mode in xawtv). Would you please download the latest Mercurial development tree at http://linuxtv.org/hg/v4l-dvb and try modprobing saa7134 with the

[linux-usb-devel] Re: [usb-storage] Re: [v4l-dvb-maintainer] 2.6.16-rc: saa7134 + u sb-storage = freeze

2006-03-16 Thread Mauro Carvalho Chehab
Em Qua, 2006-03-15 às 18:44 -0500, Alan Cox escreveu: On Wed, Mar 15, 2006 at 03:24:40PM -0600, Ballentine, Casey wrote: I would bet we could add the vt8235 to the list of broken chipsets as well, if it's not already there. My company has completely Works for me 8) On overlay mode?

Re: [linux-usb-devel] RE: [usb-storage] Re: [v4l-dvb-maintainer] 2.6.16-rc: saa7134 + u sb-storage = freeze

2006-03-23 Thread Mauro Carvalho Chehab
Alan, Em Seg, 2006-03-20 às 23:09 +0100, thomas schorpp escreveu: Alan Stern wrote: On Wed, 15 Mar 2006, Ballentine, Casey wrote: what DMA problem? ive always used via chipsets with usb. now the 8237. the via pci-busmaster dma hangs the system? No. it is PCI to PCI transfers ocurring while

Re: [linux-usb-devel] [PATCH/RFC 2.6.17-rc4 1/1] usbvideo/quickcam_messenger driver v4

2006-05-17 Thread Mauro Carvalho Chehab
Hi, Jaya, Please send the patches again. All arrived here with a before every patch line. Cheers, Mauro. Em Qua, 2006-05-17 às 14:14 +0800, Jaya Kumar escreveu: [ My apologies again. Adding Mauro and video4linux-list to CC list. ] On 5/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: [linux-usb-devel] [PATCH/RFC 2.6.17-rc4 1/1] usbvideo/quickcam_messenger driver v4

2006-05-17 Thread Mauro Carvalho Chehab
Em Qua, 2006-05-17 às 13:35 -0300, Mauro Carvalho Chehab escreveu: Hi, Jaya, Please send the patches again. All arrived here with a before every patch line. Jaya, This patch I've already applied at the tree (based on the e-mail you've sent to lkml). Cheers, Mauro. Cheers, Mauro

[linux-usb-devel] [Fwd: [PATCH 2.6.17-rc4 1/1] usbvideo misc cleanup]

2006-05-17 Thread Mauro Carvalho Chehab
Hmm... It seems that those drivers are without any current maintainer. At least, from my research, I didn't noticed any patch from a maintainer at 2.6 git tree. Anyway, let's copy both Dmitri and Simon. I dunno who were the authors for ibmcam and usbvideo. Mensagem encaminhada

Re: [linux-usb-devel] [PATCH] USB: add zr364xx V4L2 driver

2007-02-12 Thread Mauro Carvalho Chehab
Hi Antoine, A few comments: +#include linux/videodev.h Why are you including the old header? Probably you are using some obsolete stuff. You should instead include videodev2.h, removing the old style from kernel 2.4 times. +static struct usb_device_id device_table[] = { +/* devices

Re: [linux-usb-devel] [PATCH] USB: add zr364xx V4L2 driver

2007-02-14 Thread Mauro Carvalho Chehab
Em Ter, 2007-02-13 às 22:27 +0100, Antoine Jacquet escreveu: Hi, Instead of those, you should call v4l1_compat to allow your driver to work with older apps. As far as I know, the zr364xx cameras only handle JPEG data. So is it usefull to have V4L1 compatibility since I think older apps

Re: [linux-usb-devel] [PATCH] USB: add zr364xx V4L2 driver

2007-02-18 Thread Mauro Carvalho Chehab
Em Dom, 2007-02-18 às 19:57 +0100, Antoine Jacquet escreveu: This patch adds a V4L2 driver giving support for USB webcams based on the zr364xx chipsets. Signed-off-by: Antoine Jacquet [EMAIL PROTECTED] +static struct usb_device_id device_table[] = { + {USB_DEVICE(0x08ca, 0x0109),

Re: [linux-usb-devel] Kconfig for sn9c102 driver bugged

2007-03-18 Thread Mauro Carvalho Chehab
Em Dom, 2007-03-18 às 09:40 +0100, Bram Stolk escreveu: Hi, The Kconfig for the sn9c102 driver is wrong. This driver is a V4L2 driver, but the Kconfig lists V4L1 as a dependency. Please fix the file drivers/media/video/sn9c102/Kconfig The 3rd line should read: depends on

Re: [linux-usb-devel] [v4l-dvb-maintainer] [2/3] 2.6.21-rc6: known regressions

2007-04-14 Thread Mauro Carvalho Chehab
Hi Adrian, Em Sáb, 2007-04-14 às 02:38 +0200, Adrian Bunk escreveu: Subject: USB: Oops when changing DVB-T adapter References : http://lkml.org/lkml/2007/3/9/212 Submitter : CIJOML [EMAIL PROTECTED] Handled-By : Markus Rechberger [EMAIL PROTECTED] Patch :

Re: [linux-usb-devel] [3/3] 2.6.22-rc1: known regressions v2

2007-05-17 Thread Mauro Carvalho Chehab
Hi Michal, V4L Subject: V4L ABI breakage References : http://lkml.org/lkml/2007/5/14/42 Submitter : Robert Fitzsimons [EMAIL PROTECTED] Caused-By : Hans Verkuil [EMAIL PROTECTED] Mauro Carvalho Chehab [EMAIL PROTECTED] commit

[linux-usb-devel] Kconfig troubles when using menuconfig - Was: [patch]Re: linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c

2007-06-22 Thread Mauro Carvalho Chehab
Hi Roman, Several instabilities on Kconfig started to happen after replacing Kconfig menus to use menuconfig, as this one, reported by Oliver: Em Qui, 2007-06-21 às 13:50 +0200, Oliver Neukum escreveu: Am Donnerstag, 21. Juni 2007 schrieb Toralf Förster: Right, but IMHO this issue is typical

Re: [linux-usb-devel] Kconfig troubles when using menuconfig - Was: [patch]Re: linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c

2007-06-22 Thread Mauro Carvalho Chehab
Em Sex, 2007-06-22 às 15:51 +0200, Jan Engelhardt escreveu: On Jun 22 2007 15:46, Andreas Herrmann wrote: Hi, I am not sure whether it is related or not But if you select USB as module but build your v4l_usb driver into the kernel you also get compile errors. Attached is a patch which will

Re: [linux-usb-devel] Kconfig troubles when using menuconfig - Was: [patch]Re: linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c

2007-06-22 Thread Mauro Carvalho Chehab
Em Sex, 2007-06-22 às 16:27 +0200, Roman Zippel escreveu: Hi, On Fri, 22 Jun 2007, Mauro Carvalho Chehab wrote: Hi Roman, Several instabilities on Kconfig started to happen after replacing Kconfig menus to use menuconfig, as this one, reported by Oliver: Em Qui, 2007-06-21 às