Re: [Linux-uvc-devel] New UVC webcam not working

2009-12-09 Thread Laurent Pinchart
Hi Chris, On Monday 07 December 2009 09:19:54 Chris Wilkinson wrote: > Hi there, > > I bought a usb2 vga uvc-compliant webcam (arkmicro chipset) today for use > with Skype 2.1 beta on openSUSE 11. When I plug it in I get this in > dmesg... > > usb 4-2: new high speed USB device using ehci_hcd

Re: [Linux-uvc-devel] [SUPPORTED] 04f2:a147 Chicony "USB2.0 2MP UVC Camera" (sold as Medion P86004 "2MP Webcam with Headset")

2009-12-09 Thread Laurent Pinchart
On Friday 04 December 2009 02:02:53 Melchior FRANZ wrote: > * Laurent Pinchart -- Thursday 03 December 2009: > > On Wednesday 02 December 2009 18:10:56 Melchior FRANZ wrote: > > > I didn't find a reserved keysym for webcam snapshot buttons. > > > > What about XF86WebCam ? > > I saw that one, but t

Re: [Linux-uvc-devel] control black list

2009-12-09 Thread Laurent Pinchart
Hi Paulo, thanks a lot for the bug report and the proposed fixes. >From 2.6.21 onwards the kernel provides a usb_match_one_id() function that matches perfectly what the driver needs here. In order to keep compatibility with < 2.6.21 kernels on the linuxtv.org tree, I've committed a patch that

Re: [Linux-uvc-devel] How to add UVC driver into ti-davinci kernel (v.2.6.18) ?

2009-12-09 Thread Brian Pin
You can pull out uvc driver from the mainline linux kernel, and port to ti-davinci kernel. Or maybe if the ti-davinci kernel is new enough, it will already contain the uvc driver. The uvc driver is at: drivers/media/video/uvc/ On Tue, Dec 8, 2009 at 11:12 PM, Vivek Bardia wrote: > I need the uvc

Re: [Linux-uvc-devel] Fwd: New UVC webcam not working

2009-12-09 Thread Paulo Assis
For the list :D 2009/12/9 Chris Wilkinson : > Hi Paulo, > > My camera is working. I uninstalled then reinstalled everything related to > v4l, then again rebuilt the uvcvideo kernel module as per your instructions. > This time it worked and persists across reboots! :-) > > It is now I discover why

Re: [Linux-uvc-devel] Is Logitech Webcam Model C250 Supported?

2009-12-09 Thread Paulo Assis
Hi, Please make sure you use the svn version: "svn checkout http://svn.quickcamteam.net/svn/qct/Linux/"; You will also need uvcvideo.h header from the linux-uvc driver: " http://linuxtv.org/hg/~pinchartl/uvcvideo/file/26d3049cb825/linux/drivers/media/video/uvc/uvcvideo.h " this file must be patc