Re: working on webcam driver

2009-05-17 Thread MK
Thanks much for the feedback! Here's what happened: Because the vendor id (0c45) is listed by the gspca website but not the product (612a), I decided to try inserting the id into one of the drivers/media/video/gspca. When I actually grepped (had not grepped the tree itself yet), low and

Re: working on webcam driver

2009-05-17 Thread leandro Costantino
Hi Mark, just searching 0c45:612a gspca could save you lot of time. I suppose you were looking at the old gspca homepage, because it listed on Jean F. Moine site http://moinejf.free.fr/webcam.html ( it dont know even it that page if still updated ) About the gstreamer, what kind of troubles are

Re: working on webcam driver

2009-05-14 Thread MK
Since I'm cross-posting this (as advised) I should introduce myself by saying I am a neophyte C programmer getting into kernel programming by trying to write a driver for an unsupported webcam. So far I've gotten the device to register and have enumerated the various interfaces. On 05/11/2009

Re: working on webcam driver

2009-05-14 Thread Hans de Goede
On 05/14/2009 06:00 PM, MK wrote: Since I'm cross-posting this (as advised) I should introduce myself by saying I am a neophyte C programmer getting into kernel programming by trying to write a driver for an unsupported webcam. So far I've gotten the device to register and have enumerated the

Re: working on webcam driver

2009-05-14 Thread Theodore Kilgore
On Thu, 14 May 2009, Hans de Goede wrote: On 05/14/2009 06:00 PM, MK wrote: Since I'm cross-posting this (as advised) I should introduce myself by saying I am a neophyte C programmer getting into kernel programming by trying to write a driver for an unsupported webcam. So far I've gotten