On Wed, 2002-05-29 at 20:58, an unknown sender wrote:

> I am considering beginning a project to write a driver for the ProScope
> sold by Bodelin here in the US.

> The ProScope appears to use the Divio Prolink chipset, at least from
> what I can decypher from looking at the debug info from the kernel.
> (With USB verbose debug option)

Is the chipset supported by any existing driver? If not, is there any
active project to write one? You don't want to start coding until you
find that out.

>  I may be able to get access to info on
> this device, and can get the device itself from the sales manager for
> the company, since he's a neighbour of mine here at the marina :)
> Anyway. I am new to device drivers, and especialy new to USB stuff so
> would appreciate any and all info I can get on what path to persue.

You need the programmer's manual on the chipset, with detailed
description of how to control the camera and how to decode the data.
Until you have it, there is not much to discuss.

> I
> was thinking about starting with one of the other Camera drivers and
> using it as a base to get my feet wet as it were. Any suggestions as to        
> which one? I don't yet know for sure, what driver to start with. The
> device doesn't respond to any of the existing drivers (duh!) Help?

The device may not "respond" to existing drivers just because it has
different ProductID and VendorID, they are supposed to be
vendor-dependent. There are many cameras on the market that use the same
chipset (and the same driver) but have unique identification (due to
legal requirements).

If you have to write a driver, you probably want to create a minidriver
for usbvideo. Several camera drivers are written this way. Look in
linux/drivers/usb/ for details. Then you don't need to deal with V4L
interface.

Thanks,
Dmitri

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to